pdf_sign icon indicating copy to clipboard operation
pdf_sign copied to clipboard

🖋 Using node-signpdf and pdf-lib.js to sign a pdf

Results 3 pdf_sign issues
Sort by recently updated
recently updated
newest added

I'm trying to use this project to sign medical data[pdf] with (.pfx file and password) provided by the hospital. ![Screenshot 2023-03-22 at 4 44 41 PM](https://user-images.githubusercontent.com/15736353/226848087-480ff561-89db-47ea-87e5-e35e1822efb5.png) 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...