node-signpdf
node-signpdf copied to clipboard
Simple signing of PDFs in node.
**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...
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...
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...