node-signpdf
node-signpdf copied to clipboard
Simple signing of PDFs in node.
HI, I am not sure if i can consider the following a issue, but as far as i can see, this package is not supported on browser environment. Since the...
I can sign the PDF, but when I open the PDF it shows a blank page. So, I have to click on Click to "view this version" is there any...
I don't know, why You not create simple example for this library? Not all users know how use this library.. 1. How to import Your library? especially plainAddPlaceholder 2. How...
``` Could not find a declaration file for module 'node-signpdf'. ```
Hi vbuch, I have gone through a lot of your answers, and I have been able to go to the PR which was for pdfkit 0.11, and make the pdfkitAddPlaceholder...
Hey guys, I have a question regarding the usage of this library to create a signature field that can be used to digitally sign a PDF file. In Adobe Pro...
@vbuch **Describe the bug and the expected behavior** --> Currently, I am using this library to signup a document and then verify it, over in the code I initially create...
Hi! I signed an existing pdf with the following code: ```javascript import fs from 'fs'; import { SignPdf, plainAddPlaceholder } from 'node-signpdf'; const signer = new SignPdf() const p12Buffer =...
I was reading the README.md file and noticed the two links don't lead to the correct rows in the tests file and decided to fix them so future readers could...
**Describe the bug and the expected behaviour** I tried to sign the document after the document signed on Adobe Acrobat but I found that after using node-signpdf there is an...