dealfonso / sapp

Simple and Agnostic PDF Document Parser in PHP - sign PDF docs using PHP
GNU Lesser General Public License v3.0
115 stars 30 forks source link

Sign PDF version 1.7 files by creating a copy with mpdf library #14

Closed panchazo closed 2 years ago

panchazo commented 2 years ago

First of all this library is AWESOME and works perfectly! Thanks a lot for this contribution as other alternatives in the web, as you described in the readme, suck. We managed to sign PDF version 1.7 by using mpdf library and create a copy of it and then feed that to your library to sign it, in case this tip is useful to someone.

Thanks again for sharing your efforts, Best Francisco