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
Would be nice to have the ability to digitally sign documents in various ways. See Adobe technical documentation: https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSig/Acrobat_DigitalSignatures_in_PDF.pdf.
There are some online services that claim to be able to verify digital signatures and could be used for verification purposes.
PDF::Class has the PDF::Signature class. I think we'll also need an independent module.
Note that verification is a harder problem that signing. All (or at least most) types of signatures need to be supported.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be nice to have the ability to digitally sign documents in various ways. See Adobe technical documentation: https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSig/Acrobat_DigitalSignatures_in_PDF.pdf.
There are some online services that claim to be able to verify digital signatures and could be used for verification purposes.
PDF::Class has the PDF::Signature class. I think we'll also need an independent module.
Note that verification is a harder problem that signing. All (or at least most) types of signatures need to be supported.
The text was updated successfully, but these errors were encountered: