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

**Describe the bug and the expected behaviour** When I have updated package to node-forge i have got the error `Invalid`` PKCS#12. macData field present but MAC was not validated.` **Is...

```typescript const pdfDocItem = await PDFDocument.load(pdfDataItem); const insertedFields = fields.filter((f) => f.inserted); for (const field of insertedFields) { await insertFieldInPDF(pdfDocItem, { ...field, page: 1 }); } const pdfItemBytes = await...

pdf-lib
packages/placeholder-pdf-lib

Decoupling plainAddPlaceholder from pdfkit010 should be something very easy to do. I think we only use pdfkit for keeping track of references and encoding PDFObject. It is a task that...

enhancement
packages/placeholder-plain
packages/utils
packages/placeholder-pdfkit010

This PR fixes an issue where Japanese and other multi-byte characters were appearing garbled when viewing PDF signature information in PDF software or browsers, while optimizing the encoding to only...