node-signpdf icon indicating copy to clipboard operation
node-signpdf copied to clipboard

Simple signing of PDFs in node.

Results 54 node-signpdf issues
Sort by recently updated
recently updated
newest added

I'm facing a problem that is when signing a pdf that contains metadata the asymmetric cipher is invalid. If anyone can help me, I'd appreciate it!

**Describe the bug and the expected behaviour** I'm trying to sign a PDF with an external signature and my signature is invalid. When I read it with Adobe I get...

I need utf8 support on the placeholders. When I insert a name on the placeholder I get garbled text on the final signature. Here is the code I'm using: ```...

Hello, there are problems when using the library to sign a PDF file with a pkcs#7 usb token format certificate, an error occurs: "(node:21785) UnhandledPromiseRejectionWarning: Error: Unparsed DER bytes remain...

Hi vbuch and devs, i have a problem doing this, i sign a pdf with node sign without problems, i add placeholder, the signature and all. The problem is that...

Is there a way to add a "signature box" to the signed pdf where if clicked on, shows the information of the certificate? This brings up a signature box that's...

visual

**Describe the bug and the expected behaviour** ``` (node:209944) UnhandledPromiseRejectionWarning: TypeError: sign is not a function at assinarPdfComPfx (/root/cert/app.js:66:24) at /root/cert/app.js:78:15 at Object. (/root/cert/app.js:78:79) at Module._compile (internal/modules/cjs/loader.js:1114:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)...

The external dependencies are not mocked in the tests which may cause all kinds of problems on different platforms. E.g. tests pass on my Mac but fail on my Windows...

Just noticed we have Node 12 in package.json. Thought of introducing linting in packages/examples and needed to figure out the ES spec that is covered by Node 12. That would...

enhancement

**Describe the bug and the expected behaviour** We are attempting to sign a PDF file and we are adding a placeholder with placeholder-pdf-lib. However, we are getting the 'fields.push is...

packages/placeholder-pdf-lib