E-signatures · Compared
Certified PDF against signed PDF
A signed PDF carries an approval signature, which records that somebody agreed to the document as it stood. A certified PDF carries a certifying signature applied by the author, which additionally declares what anyone may do to the file afterwards. One says I approve this, the other says this is final.
Readers display the two differently, and the difference explains why one document accepts a second signature and another reports itself broken. The distinction is in the format rather than in the law.
Nuwan Madhusanka · Co-founder
5 min read · Published
| Approval signature | Certifying signature | |
|---|---|---|
| What it asserts | This signer approved the document | This is the author's final version, and here is what may change |
| How many per file | Several, one per signer | One, and it must be the first |
| Controls later changes | No, it only records the state it covered | Yes, through the permission recorded with it |
| Reader display | Listed in the signature panel | Often shown with a distinct badge at the top of the file |
| Typical stage | During signing, as each party commits | At the end, once nothing further will be added |
The order they appear in a file
A certifying signature has to come first because it makes a statement about everything that follows. Approval signatures then sit inside the space it permits, which is why a template certified to allow form filling and signing can still collect several signatures without breaking. Turn that around and the arrangement fails: a document with approval signatures already on it cannot be certified afterwards without invalidating them, since certification is itself a change. In a signing pipeline this dictates the sequence, with certification as the last operation performed on a file that is otherwise complete.
What a reader shows for each
Approval signatures appear as entries in the signature panel with the signer, the time claimed and the validity of each. A certifying signature is usually surfaced more prominently, since it speaks for the document as a whole, and a compliant reader will warn at open time if the permission has been violated. Both kinds report the same three underlying facts: whether the covered bytes are unchanged, whether the certificate chain is trusted on this machine, and whether a timestamp is present. Confusing the badge for the finding is the most common misreading.
Where the words get muddled
Everyday speech uses signed for anything with a mark on it, including a scanned image of a handwritten signature, which carries no cryptography at all. Certified is used loosely for anything a business asserts is authentic, including a stamped photocopy. Neither usage matches the format meanings, and that gap causes real confusion when a counterparty asks for a certified copy: they may want a notarised paper copy rather than a PDF with a certifying signature. Asking which of the two they mean saves a wasted trip. Procurement documents are the worst offenders, since a request for certified copies of the executed agreement can mean a PDF with a certifying signature, a paper copy stamped as a true copy by an authorised person, or simply a copy somebody in the business has confirmed is complete. The three cost wildly different amounts and take different lengths of time. One clarifying sentence in reply, naming the three options and asking which is required, resolves it before anybody books an appointment or pays a fee for something the counterparty never wanted. That reply is worth keeping in a template, since the request arrives in almost identical wording several times a year.
Choosing between them for real documents
For a template circulated to be completed, certify with form filling permitted so recipients can work without breaking anything. For a finished agreement, certify at the strictest level once everyone has signed, and accept that the file becomes inert. For internal review copies, an approval signature or no signature at all is usually right, because a certified review draft creates confusion about which version is final. The decision follows the document's stage rather than its importance.
Why a signed document can still be worthless as evidence
A signature covers bytes; it says nothing about who was behind the keyboard. A file can carry a perfectly valid certifying signature from a service while the humans involved were never identified beyond an email address. That is not a defect in the format, it is a division of labour: the file proves integrity, the signing record proves participation. Anyone assessing a document should look at both, and be suspicious of a claim resting entirely on one.
What arrives at the end of a signing here
Each signer's marks are stamped onto the document in turn, producing intermediate versions that are retained internally. When the last signer finishes, the file is signed and certified in one step at the strictest permission level, recorded as PAdES-SHA256-DocMDP. Every recipient and the sender receive that certified copy by email, and the certificate of completion is available as its own file, optionally appended to the document before certification. No second certification is possible afterwards, which is the intended end state. A recipient who asks for the file again therefore receives another copy of that same certified document rather than a freshly certified one, because certifying it a second time would produce a different file with a different hash.
Questions people ask
Can I add a signature to a certified PDF?
Only if the certification permits it. A file certified to allow form filling and signing accepts further approval signatures, while one certified at the strictest level does not, and any attempt shows as a modification. Check the permission before planning a workflow that adds signatures later.
Does certification prove who wrote the document?
It proves the file was certified by the holder of a particular key, and the certificate says who that key belongs to as far as its issuer checked. For a hosted signing service the key belongs to the service, so the assertion is about the service's output rather than about the person who drafted the text.
Is a certified PDF accepted as an original?
By most counterparties, yes, and it is usually better than a scan because integrity is checkable. Registries and courts sometimes have their own filing rules, so where a document is being lodged rather than exchanged, follow the receiving body's requirements rather than assuming.
What does the blue ribbon mean?
It is one reader's visual convention for a certified document whose signature validates and whose issuer is trusted on that machine. It is not a standard, and its absence does not mean a problem. Read the signature panel text rather than relying on an icon that varies between applications.
Can certification be removed?
Not without leaving evidence. Stripping the signature produces a different file that no longer carries the assertion, and anyone comparing it against the certified original will see the difference. What cannot be prevented is somebody circulating the stripped version to people who never saw the original.
Do both kinds expire?
The signature does not expire, but the certificate behind it has validity dates, and checking a signature long after those dates requires embedded validation data or a timestamp. That is the concern the long term validation levels address, and it applies equally to approval and certifying signatures.
Make one with e-signatures
The button opens the generator with this use case already described. Change the wording to match your own.
Send a document for signingRelated questions
- What is LTV in a PDF signature?LTV embeds the certificates and revocation data a signature needs, so it can still be checked after the certificate expires. What gets stored and why.
- What is a signature certificate?A signing certificate binds a public key to a named holder. What an X.509 certificate contains, who issues one, and why a reader may not trust it.
- What is PAdES?PAdES is the ETSI standard for digital signatures embedded in a PDF. What it adds over a plain signature, its levels, and how to spot one in a reader.
- What is DocMDP?DocMDP is the PDF permission that says what may be changed after a certifying signature. The three levels, what each allows, and why level one is used.
Written and checked by the OneCraft team. Last checked .