-
Notifications
You must be signed in to change notification settings - Fork 587
Signing
jabhatfield edited this page Apr 10, 2024
·
4 revisions
Cryptographically sign a PDF.
See Signing in the pdf-toolbox:
- Create a file named
VisibleSignature.pdf
in the current directory. - Add an unverified visible signature.
- Create a file named
InvisibleSignature.pdf
in the current directory. - Add an unverified invisible signature.
- Extract a verified signature from a PDF that has been signed with a certificate.
⚠️ To create a verified signature, a valid certificate must be acquired from a certificate authority and a private key must be installed. See thePdfStamper
Javadoc for details.