简体   繁体   中英

How to add digital signature to pdf

I'm using MPDF library to generate pdf documents, Now I want to add digital signature extension with .pfx file into the pdf document. I searched over the internet most of the suggestion are showing as TCPDF, I don't want to use the TCPDF library. I want to continue with MPDF library for some reason.

mPDF does not support signing documents yet, so you will have to use another solution - either switching libraries, or appending a step to your PDF generation process.

There is an open feature request https://github.com/mpdf/mpdf/issues/389
and a similar SO request add Digital Signature using mPDF object

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM