Signing PDFs: A Drawn Signature Is Not a Digital Signature
One word covers two completely different things. One puts a picture of your signature on a page; the other proves mathematically that the document has not changed. The gap between them is technical, not just legal.
Two separate operations
| Drawn / pasted signature | Digital signature | |
|---|---|---|
| What it does | Places an image on the page | Cryptographically seals the document |
| Tamper detection | None | One changed byte breaks it |
| Who signed | Unproven | Identity bound to a certificate |
| Infrastructure needed | None | A certificate and private key |
| Typical use | Delivery notes, forms, approvals | Contracts, filings, e-invoicing |
A drawn signature behaves like its paper equivalent: the other party sees it and usually accepts it, but it can be copied and it says nothing at all about whether the document was altered afterwards.
When a drawn signature is enough
Most day-to-day workflows expect exactly this and are satisfied by it: delivery forms, onboarding paperwork, draft leases, school permission slips, internal approvals. When someone says "sign and send it back", this is nearly always what they mean.
What makes this kind of signature credible is not technology but context: which email address it came from, when, and as part of which thread. That is what actually gets weighed in a dispute.
When you need a digital signature
A digital signature takes a digest (hash) of the document and encrypts it with your private key. The result is embedded in the file. Change a single character and the digest no longer matches, so any reader shows the signature as invalid.
That means a digital signature proves two things at once: that the document has not changed since signing, and that the signature belongs to a specific certificate. This is what public authorities, e-invoicing systems and most tender processes require.
Order matters: sign last
Any operation performed on a digitally signed PDF invalidates the signature. That is not a limitation, that is the signature working as designed. The practical consequence:
Compress after signing and you have personally broken a technically valid signature — and the other side sees it as "this document was modified".
Practical warnings
- Do not send the signature page alone: A single page proves nothing about which document it belongs to. Sign the whole file.
- Do not paste a cropped scan: A signature sitting inside a white box looks bad and invites suspicion.
- Do not leave the date blank: An empty date field leaves the document open to being completed later.
- Flatten it: A signature left as an editable field can be deleted by accident on the other side.
In short
If nobody is asking for a wet signature or a qualified electronic signature, a drawn signature is almost certainly enough and takes seconds. If the document is going to a public authority, a certificate-based digital signature is mandatory and no drawn image can substitute for it.
Frequently asked questions
Is a drawn signature legally valid?
It is accepted in most day-to-day workflows: delivery notes, forms, internal approvals, draft agreements. Public authorities and tender processes require a certificate-based digital signature, which a drawn image cannot replace.
Why should I flatten my signature?
An unflattened signature is still an editable object and can be moved or deleted by accident on the other side. Flattening turns it into permanent page content.
Can I compress after signing?
With a drawn signature, yes. With a digital signature, no: compression rewrites the file and invalidates it. The rule is simple — signing is always the last step.
Can I just send the signature page?
Not advisable. A signature page on its own proves nothing about which document it belongs to. Signing and returning the complete file leaves a record that is much harder to dispute.
More guides
What PDF Password Protection Actually Protects
The two kinds of PDF password, why one is real encryption and the other is a polite request, and which threats a password genuinely helps against.
Email Attachment Limits and What to Do With a Large PDF
Attachment limits in Gmail, Outlook and corporate servers, why encoding makes files bigger in transit, and the order in which to try fixes.
Why Does the Layout Break When Converting Word to PDF?
What causes font substitution, shifted page breaks and overflowing tables, how converting to PDF freezes the result, and what to check first.
Try Konta PDF
Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.
Open the tools