We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An issue was received from a customer via email.
The problem is when validating a signature in a password protected PDF file.
We need to validate signatures on pdf. I referred to unipdf examples to implement validation and I am getting a go panic.
The signature is expected to be valid.
Using a sample program to validate signature https://github.com/unidoc/unipdf-examples/blob/master/signatures/pdf_sign_validate.go
The program panics (stack trace was not provided).
A private PDF file was attached in the email.
The text was updated successfully, but these errors were encountered:
adrg
No branches or pull requests
Description
An issue was received from a customer via email.
The problem is when validating a signature in a password protected PDF file.
Expected Behavior
The signature is expected to be valid.
Actual Behavior
Using a sample program to validate signature
https://github.com/unidoc/unipdf-examples/blob/master/signatures/pdf_sign_validate.go
The program panics (stack trace was not provided).
Attachments
A private PDF file was attached in the email.
The text was updated successfully, but these errors were encountered: