Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate PDF with digital signature by nodejs

Recently, i tried to generate pdf by nodejs.

And i finally found the PDFKit.

That library is doing well,but i need to implement the part of digital signature.

But most of implementation are for JAVA or C# like iText or VersyPDF.

Plz give me some suggestion...thx

like image 301
user2820045 Avatar asked Sep 26 '13 15:09

user2820045


1 Answers

I am currently working on the node-signpdf npm package (at the moment of writing this answer the version is 0.0.3). A readable snippet of PDF generation and signing can be seen in the test code.

I know this answer comes years after the original question but I had pretty hard time figuring all this out so hope this answer helps someone.

like image 86
Valery Avatar answered Nov 19 '22 10:11

Valery