How to Sign a PDF: Signature Image vs. Digital Certificate
Key takeaways
- A drawn, typed, or uploaded signature image is just page content placed on the document — it isn't cryptographically tied to the file and doesn't detect later edits.
- A digital certificate signature uses a private key to cryptographically bind the signature to the exact document content at the moment of signing.
- Editing a PDF after adding a signature image leaves the image untouched and looks unchanged; editing it after a certificate signature invalidates that signature in compliant readers.
- Certificates can be self-signed or issued by a recognized certificate authority — only a chain a reader can verify shows as trusted without a warning.
- Electronic signature rules vary by jurisdiction and by what the signature is for — when a document's validity depends on the signature type, that's a question for the counterparty or counsel, not a PDF tool's default setting.
“Signing a PDF” means two different things depending on who’s asking, and mixing them up is an easy way to end up with a document that looks signed but doesn’t hold up the way you assumed it would.
Two different things called “signing”
A signature image. You draw a signature with your mouse or finger, type your name in a script font, or upload a photo of your handwritten signature, and the tool places it on the page as an image. Visually, this looks exactly like a signed document. Structurally, it’s no different from stamping any other image onto a PDF — the signature is page content, nothing more.
A digital certificate signature. The signer holds a private key, usually as part of a certificate in PEM or P12 format, and signing the PDF uses that key to cryptographically bind a signature to the document’s exact content at that moment. This is a fundamentally different mechanism — it’s math, not a picture.
Both produce a PDF that a human looking at it would call “signed.” Only one of them can prove anything about whether the document changed afterward.
Why the difference matters
A signature image doesn’t know anything about the rest of the document. Add one, then edit a paragraph on a different page, and the signature image sits there completely unaffected — still visually intact, giving no indication anything changed. If the goal is authenticity — proving a specific version of a document was approved by a specific person — an image alone can’t do that.
A certificate signature is tied to the document’s content at signing time. If so much as a character changes afterward, the cryptographic hash no longer matches, and PDF readers that check certificate signatures (Adobe Acrobat and other PAdES/CMS-aware readers) will show a “document has been modified” or “signature invalid” warning rather than silently displaying it as signed.
Neither option is universally “better” — a signature image is fine for a large share of everyday agreements where the parties simply need something that looks and functions like a signature. A certificate signature is the right tool when the document needs to prove, on its own, that it hasn’t been altered since a specific person signed it.
Adding a signature image
- Open a signing tool such as Stirling PDF’s sign tool.
- Upload the PDF that needs a signature.
- Draw, type, or upload your signature, and place it where it belongs on the page.
- Save and download the signed file.
This is the same category of operation as adding a stamp or watermark — it changes the page’s visual content, not the document’s underlying trust properties.
Signing with a digital certificate
- If you don’t already have one, obtain a certificate — self-signed for internal use, or issued by a certificate authority if the recipient needs to verify it without prior knowledge of you.
- Open a certificate-signing tool such as Stirling PDF’s sign-with-certificate tool, which accepts PEM/P12 certificate files.
- Upload the PDF and the certificate, and complete the signing step.
- Keep the certificate itself secure — anyone holding the private key can produce signatures that validate as coming from you.
A related but separate step is timestamping: adding an RFC 3161 timestamp to a PDF proves the file existed in a given state at a given time, independent of who signed it — useful alongside a certificate signature when the when matters as much as the who.
Verifying a signature you received
Don’t take a “Signed” label in a PDF viewer’s sidebar at face value without checking what backs it up:
- For a certificate signature, a validation tool checks two separate things: whether the document content still matches what was signed, and whether the certificate itself chains to something the reader trusts. Stirling PDF’s validate-signature tool reports both.
- For a signature image, there’s nothing to cryptographically validate — the most you can confirm is that the image is present on the page, which says nothing about whether the rest of the document changed since it was added.
If a signed document arrives and it’s unclear which kind of signature it carries, that ambiguity is itself useful information — it usually means it’s a signature image, since certificate-signed PDFs are typically labeled as such by the reader that opens them.
Common questions about signing PDFs
Is a signature image legally binding? In many contexts, yes — most electronic signature laws (such as the US ESIGN Act or the EU’s eIDAS regulation) recognize intent to sign rather than a specific technical mechanism. But requirements vary by jurisdiction, document type, and counterparty, so for anything where enforceability genuinely matters, confirm what’s required rather than assuming a drawn signature is automatically sufficient.
Can I remove a certificate signature? Yes — a remove-certificate-sign tool strips it, but doing so on a document someone else signed defeats the purpose of the signature and shouldn’t be done to a file you don’t own the content of.
Does password-protecting a PDF also sign it? No — a password controls who can open or edit a file; it says nothing about who approved its content. The two are frequently used together but solve different problems, the same way redaction and encryption do.
What if I need someone else to sign a document I send them? That’s a shared-signing workflow — sending a document out, tracking who has and hasn’t signed it yet, rather than signing something yourself. It’s a different flow than signing your own file, though it builds on the same signature mechanisms.
Not re-navigating for each half of the process
Signing, timestamping, and validating tend to happen as a sequence on the same document, often minutes apart. PDFPilot keeps the whole signing category — sign, sign with certificate, manage certificates, validate signature, timestamp — one click from whatever PDF is already open, instead of requiring a fresh search for each step.
Related articles
How to Share PDFs Securely: Passwords, Redaction, and Link Expiry
Sharing a PDF securely is not just about setting a password. Here's what actually works — and what only feels like it does.
How to Redact Sensitive Information from a PDF Without Desktop Software
Redacting a PDF used to require expensive desktop apps. Learn how to permanently remove sensitive text and images from any PDF file directly in your browser.
How to Prepare a PDF for a Presentation: Slides, Handouts, and Compression
Whether you're projecting slides or sharing handouts, here's how to optimize a PDF for different presentation contexts — page size, compression, and what to check before you go on screen.