Generate PDF with digital signature by nodejs

前端 未结 1 1574
深忆病人
深忆病人 2021-02-08 21:27

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.

相关标签:
1条回答
  • 2021-02-08 21:58

    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.

    0 讨论(0)
提交回复
热议问题