Closed grachet closed 4 years ago
Hi, I try to add a password to the final document. I think it will be in execOption but can you help me ?
PDFMerge(filesPath, {execOptions : 'password'}) .then((buffer) => { }) .catch((err) => { })
execOptions is sent directly to PDFtk. You can read their examples here:
execOptions
https://www.pdflabs.com/docs/pdftk-man-page/ https://www.pdflabs.com/docs/pdftk-cli-examples/
Hi, I try to add a password to the final document. I think it will be in execOption but can you help me ?
PDFMerge(filesPath, {execOptions : 'password'}) .then((buffer) => { }) .catch((err) => { })