
How to Add a Legally Binding Digital Signature to a PDF
Whether a PDF signature is legally binding is a legal question; applying a real digital signature is a technical one. How to do it, and what breaks it.
"Legally binding" and "digital signature" are two separate questions, and conflating them is how people end up with a document that looks signed and proves nothing. One is a legal matter that depends on your jurisdiction and the type of document. The other is a technical one with a clear answer.
Three things all called "signing"
A typed or drawn signature is an image placed on the page. It carries no evidence of who put it there. Anyone with the file can copy that image onto a different document.
An electronic signature via a service records the act of signing: who, when, from what address, with what authentication, in an audit trail attached to the document. The signature mark itself may still be a drawn image, but the trail is the evidence.
A digital signature is cryptography. A certificate binds the signature to an identity, and the signature covers the exact bytes of the document, so any later change is detectable. This is the only one of the three that proves the document has not been altered since signing.
They are not ranked from worst to best — they answer different needs. A digital signature proves integrity but says nothing about whether the signer agreed to anything. An audit trail proves intent but not byte-level integrity. Serious e-signature platforms provide both.
Whether it is binding is not a technical question
In many jurisdictions electronic signatures are broadly recognised for most commercial agreements — the EU's eIDAS regulation and the US ESIGN Act are the usual reference points — and several carve out categories that still require paper or notarisation. Wills, some property transfers and certain family-law documents are common exceptions.
What that means in practice for your document, in your country, is a question for someone qualified to answer it. This is worth saying plainly rather than implying a blog post can settle it: if the document matters, take advice. Where the stakes are low and both parties are cooperative, almost anything works; where they are high, the format is the least of your concerns.
Applying a digital signature
You need a digital certificate. Where it comes from determines how much it is worth:
- Self-signed — you generate it yourself. Free, and it proves only that the document has not changed since you signed it. Viewers will show "validity unknown" because nothing vouches for your identity. Fine for internal use, useless as proof to a stranger.
- From a certificate authority — a third party has verified your identity. Viewers can check it against their trust store and show a green tick. This is what makes a signature meaningful to someone who does not already know you.
- From a national eID scheme — many countries issue signing certificates on ID cards or via mobile apps, often with the strongest legal standing available locally.
With a certificate in hand, Adobe Acrobat Reader signs for free: open the document, use the certificate-signing tool, choose a signature field, select your certificate, and save. Other readers offer the same; the mechanism is standardised.
Do this in the right order
Finish the document first. Every edit after signing invalidates the signature — that is the entire point of it. If a date is wrong, fix it before you sign, not after.
If the document needs changes first, this site's editor handles files up to 10 MB and 100 pages and edits text in place without reflowing the layout. Once it is signed, that door closes: nothing legitimate lets you alter a signed PDF while keeping the signature valid.
Then sign, then distribute. And keep the signed file as the record. A printout, a scan of a printout, or a "print to PDF" copy all discard the cryptography and leave you with a picture.
What quietly destroys a signature
Printing to PDF. Produces an unsigned copy of the visible pages.
Flattening. Turns signature fields into page content.
Any content edit. Viewers will report "document has been altered since signing" — which reads worse than no signature at all.
Screenshotting and re-saving. You now have an image of a document.
Frequently asked questions
Is a drawn signature legally binding? Sometimes, depending on jurisdiction and document type. It is also the weakest form of evidence, because nothing ties the image to a person. Where it matters, use a service with an audit trail or a certificate.
Do I need to pay for a certificate? Not to sign. A self-signed certificate costs nothing and proves the document is unaltered. You pay when you need a third party to vouch for your identity.
Why does Acrobat say "validity unknown"? The certificate is not in the reader's trust store — normal for self-signed certificates. It does not mean the signature failed.
Can I sign on a phone? Drawn signatures, yes, easily. Certificate-based signing depends on the app and on where your certificate lives; national eID schemes often have mobile apps for exactly this.
Can I remove a signature I applied? Yes, if you still hold the certificate — clear the signature field. You will need to re-sign afterwards.



