-
Notifications
You must be signed in to change notification settings - Fork 678
Signing
Andreas Røsdal edited this page Aug 17, 2025
·
5 revisions
Cryptographically sign a PDF.
See Signing in the pdf-toolbox:
- Create a file named
VisibleSignature.pdfin the current directory. - Add an unverified visible signature.
- Create a file named
InvisibleSignature.pdfin 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 thePdfStamperJavadoc for details.