node-signpdf
node-signpdf copied to clipboard
Simple signing of PDFs in node.
Hi I'am use a simple function ` const { SignPdf } = require('node-signpdf'); const {plainAddPlaceholder, extractSignature} = require("node-signpdf/dist/helpers"); const p12Buffer = fs.readFileSync(`${__dirname}/../resources/certificate_m.p12`); let pdfBuffer = fs.readFileSync(`${__dirname}/../resources/w3dummy.pdf`); pdfBuffer = plainAddPlaceholder({ pdfBuffer...
Would anyone have sample code to generate and inject a valid PAdES LTV signature (with cert chains, OCSP response, etc), in a pdf file ?
**Describe the bug and the expected behaviour** When using a file with the existing form annotations and adding a placeholder using plainAddPlaceholder it breaks the PDF file. Acrobat Reader gives...
I can't add a certification level to my pdf. I need add a certification level like CertifiedNoChangesAllowed that make that my pdf can't ve changed, in Adobe Reader I should...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
**Describe the bug and the expected behaviour** I am working on the digital signature, and I want it should look like this. But I am not getting any option in...
I am using pdf-lib in a node JS project and I get the same error when trying to modify the pdf. Does anyone know why this is happening? Thanks! ```js...
When I run `pdfsig ` I get the following error: ``` Syntax Error (0): Illegal values in ByteRange array - Signer Certificate Common Name: (null) - Signer full Distinguished Name:...
> @vbuch Let me bother you on run-time compatible of this signpdf: > can this tool-kit run on edge run-time? Vercel or CloudFlare. > Skimming on some example, this is...
I get the following error when trying to sign a document using @signpdf module. Can anyone please help me regarding this issue? This is the code I use: ```js const...