How to digital sign a PDF with PHP [closed]

怎甘沉沦 提交于 2020-01-04 05:42:14

问题


After some searching how I could digital sign a PDF document with PHP I couldn't really find a working solution. Does anybody know how to do this? Or do you know a third-party service which can sign PDF's for us?


回答1:


Setasign appears to offer a commercial solution for signing PDFs already created - http://www.setasign.de/products/pdf-php-solutions/setapdf-signer/sign-pdf.php

Alternatively, TCPDF (Google it, it won't let me post a second URL), allows you to generate signed PDFs on the fly.



来源:https://stackoverflow.com/questions/3563053/how-to-digital-sign-a-pdf-with-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!