Signing - LibrePDF/OpenPDF GitHub Wiki
Cryptographically sign a PDF.
Example
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.
:warning: To create a verified signature, a valid certificate must be acquired from a certificate authority and a private key must be installed. See the
PdfStamperJavadoc for details.