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?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Correctly parse PDF paragraphs with Python
- Can php detect if javascript is on or not?
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.