-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to check if PDF was changed since last signed #81
Comments
Once the document has been signed, you can try to use the function Taking doc A (original) and doc B (unknown), you can check if doc B is only 1 revision ahead of doc A, and the If you are using well-known products to sign documents (e.g., acrobat, autofirma, or others that you may know), you can check the signature structure of each of them to compare the differences and guess whether the doc has been modified or not (according to the changes are the expected or not). Please, make a PR if you complete that task. |
hi, |
Sorry, Something like this.
It's works for me,but it hasn't been tested enough to make PR. |
How can I check pdf has not changed since last signed.
Please help !
Thanks !
The text was updated successfully, but these errors were encountered: