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

The widget for a signature could only be placed on the first page of a PDF document with the placeholder-plain package. However, it should also be possible to insert the...

packages/placeholder-plain

**Describe the bug and the expected behaviour** Using a very slightly modified example based on `packages\examples\src\pdfkit010.js` to create a signed pdf (code below, calling the function from an external file)...

packages/placeholder-pdfkit

**Describe the bug and the expected behaviour** I am using [email protected]. When I try to istall @signpdf/placeholder-pdfkit the installation process fails with ``` npm ERR! ERESOLVE unable to resolve dependency...

dependencies
packages/placeholder-pdfkit

Hi Hope you're well Wondering how I can append a remote PADES signature with your library, which is a base64 returned by an external signing service.

question

Hello, is there a way to make the pdf signage compliant with ETSI standard? https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/validation i think something is missing

Hello I want to know why I get the following error: failed to execute source for ‘node_modules/mexc-api-sdk/src/index.js’: FunctionError: failed to execute source for ‘node_modules/mexc-api-sdk/src/modules/index.js’ Can anyone help pls? Thank you!

**Objective** I would like to migrate from using the [placeholder-plain](https://github.com/vbuch/node-signpdf/tree/develop/packages/placeholder-plain) to [placeholder-pdfkit](https://github.com/vbuch/node-signpdf/tree/develop/packages/placeholder-pdfkit). The reason is that the placeholder-plain still depends on the older version of [placeholder-pdfkit010](https://github.com/vbuch/node-signpdf/tree/develop/packages/placeholder-pdfkit010) which unfortunately, rely on...

[tesss.pdf](https://github.com/user-attachments/files/16538290/tesss.pdf) hey @vbuch , I am attaching pdf file in which I am trying to add placeholder using **@signpdf/placeholder-pdf-lib** but I get error `fields.push is not function` from `@signpdf/placeholder-pdf-lib/dist/pdflibAddPlaceholder.js:174:10` ....

Updated new page provided by adobe that talks about digital or e-signatures.

I'm having trouble generating the signature in the document. I’ve tried with both a PDF created from scratch using pdf-lib and an existing PDF in versions 1.7 and 1.4, but...