You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When signing the document twice (so user can see multiple signature boxes on different pages) the result is that the only the last created signature box is valid. The first one has message "Document has been altered or corrupted since it was signed.".
Note that the input.pdf contains unsigned signature boxes, and it has been made using phpunite.
I don't have a fix for it. I was kinda hoping a contributor could look into it to have some insights why it's working like this for this document.
The workaround for me right now is that I create a new PDF by loading the file into QPDF. Signing the output of that won't generate an error. This is of course not very helpful for a fix in this package, but maybe it could help finding the root problem.
Input PDF:
input.pdf
Undesired result:
output.pdf
When signing the document twice (so user can see multiple signature boxes on different pages) the result is that the only the last created signature box is valid. The first one has message "Document has been altered or corrupted since it was signed.".
Note that the input.pdf contains unsigned signature boxes, and it has been made using phpunite.
Code:
The text was updated successfully, but these errors were encountered: