MCPcopy
hub / github.com/ShizukuIchi/pdf-editor / create

Method create

public/makeTextPDF.js:59026–59032  ·  view source on GitHub ↗
(document, options = {})

Source from the content-addressed store, hash-verified

59024/*
59025 PDFSecurity - represents PDF security settings
59026 By Yang Liu <hi@zesik.com>
59027 */
59028
59029class PDFSecurity {
59030 static generateFileID(info = {}) {
59031 let infoStr = `${info.CreationDate.getTime()}\n`;
59032
59033 for (let key in info) {
59034 if (!info.hasOwnProperty(key)) {
59035 continue;

Callers 15

makeTextPDF.jsFile · 0.80
_cloneFunction · 0.80
parseLoopFunction · 0.80
_setupEncryptionV5Method · 0.80
getEncryptFnMethod · 0.80
getUserPasswordR3R4Function · 0.80
getEncryptionKeyR2R3R4Function · 0.80
getUserEncryptionKeyR5Function · 0.80
getOwnerEncryptionKeyR5Function · 0.80
processPasswordR2R3R4Function · 0.80
processPasswordR5Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected