Digital Signatures in PDFs
Create, certify, and validate digital signatures in PDF documents using the PDF SDK and the Conversion Service. Support for multiple cryptographic providers.
Sign documents like you’re in the room
Authenticate documents with digital signatures
The PDF SDK offers granular controls over digital signatures in a variety of PDF formats
Authenticate the signer of a document
Ensure a document hasn’t been tampered with
Prove a document has existed since a certain date
Start implementing digital signatures for your document pipeline with the Pdftools SDK

Safely sign archived PDF/A files
The dedicated “Sign PDF” workflow is engineered specifically for signing PDF/A documents without removing existing signatures
Strictly for archived (PDF/A) documents
Does not remove existing signatures
Signing must happen after conversion
The Conversion Service supports automated batch signing for PDF/A-2 and PDF/A-3 documents

What are digital signatures?
Electronic signatures ≠ digital signatures
Electronic signatures and digital signatures should not be used interchangeably. Electronic signature is the umbrella term, while digital signatures are a subtype with specific technical and legal requirements, following strict regulations such as eIDAS (European Union) or ZertES (Switzerland). Electronic signatures have no legal significance, but digital signatures can be legally valid while having the advantage of not needing to print something or be physically present to sign.
Digital signatures are created by applying a cryptographic algorithm to a document. It works using a key pair. Each key is a large numerical value:
A private key is kept secret by the signer and used to generate the signature
A public key which is shared openly and is used by anyone to verify the signature
