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.

Updated:

Two separate operations

Drawn / pasted signatureDigital signature
What it doesPlaces an image on the pageCryptographically seals the document
Tamper detectionNoneOne changed byte breaks it
Who signedUnprovenIdentity bound to a certificate
Infrastructure neededNoneA certificate and private key
Typical useDelivery notes, forms, approvalsContracts, 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.

Advertisement

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:

  1. Finish the document.
  2. Merge if you need to.
  3. Compress if you need to.
  4. Flatten any forms.
  5. Sign last.

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

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

Try Konta PDF

Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.

Open the tools