pdf_sign
pdf_sign copied to clipboard
🖋 Using node-signpdf and pdf-lib.js to sign a pdf
I'm trying to use this project to sign medical data[pdf] with (.pfx file and password) provided by the hospital.  But I get this...
The current implementation allows you to sign the PDF with one signature, i am working on a POC that involves multiple signings on the same PDF, please can you advise...
Thanks for your youtube channel! ``` warning ../../../package.json: No license field /home/hermes/Projetos/vue/pdf_sign/node_modules/pdf-lib/cjs/core/objects/PDFString.js:105 var year = utils_1.padStart(String(date.getUTCFullYear()), 4, '0'); ^ TypeError: date.getUTCFullYear is not a function at Function.PDFString.fromDate (/home/hermes/Projetos/vue/pdf_sign/node_modules/pdf-lib/cjs/core/objects/PDFString.js:105:49) at SignPDF._addPlaceholder...