PDFMove
Ways to Lock Down a Form: Flattening, Print-and-Scan, or Encryption?
Comparison

Ways to Lock Down a Form: Flattening, Print-and-Scan, or Encryption?

7 min read

You've filled in a quotation form and you're about to send it. You want the recipient to be unable to change the numbers. Three routes get suggested: flatten it, print and rescan it, or set an editing password. All three get described as "locking the document," but in reality they provide very different levels of protection and cost you different things.

What the three methods actually do

Flattening: turns form fields and annotations into fixed page content and removes the interactive layer from the file. No field remains to edit.

Print and scan: you print the document to paper and scan it again. The result is a new PDF made of a photograph of every page.

Editing password: you add a permissions password to the file. This tells viewers "don't allow editing." The content doesn't change.

Comparison table

| Criterion | Flattening | Print and scan | Editing password | |---|---|---|---| | Do form fields remain | No, removed | No | Yes, hidden | | Does text stay searchable | Yes | No | Yes | | Can text be copied | Yes | No | Depends on setting | | File size | Shrinks slightly | Grows several times | Same | | Visual quality | Same | Noticeably worse | Same | | Time | Seconds | Minutes plus physical work | Seconds | | Permanence | Permanent | Permanent | Removable | | Accessibility | Partly lost | Entirely lost | Preserved | | Digital signature compatibility | Compatible (before signing) | Incompatible | Compatible | | Reversible | No | No | Yes |

Scenario 1: Sending a filled-in quote to a client

You don't want the numbers changed, and the document should look readable and professional.

Winner: flattening. Form fields are permanently removed and the values become part of the page. The text stays searchable and copyable — the client can copy the price and paste it into their own spreadsheet, which is a good thing.

Printing and scanning is a pointless loss here: the file size grows tenfold, the text becomes unsearchable, and scan noise and skew make the document look amateurish.

Password protection, meanwhile, gives you a false sense of security. An editing password isn't a lock, it's an instruction; tools exist that don't honor it, and online tools that strip the password are common.

Scenario 2: An official application form

The document you send to an institution will be entered into their records.

Winner: flattening plus a digital signature (if you have one).

Flattening is a requirement here: institutional document management systems often don't handle interactive form fields correctly. Fields may be saved blank, displayed differently, or lost during conversion to an archival format.

The order is critical: fill → flatten → sign. If you flatten a signed document, the signature becomes invalid.

If no e-signature is required, flattening alone is enough. Printing and scanning may seem to be requested in some official processes (when a wet signature is needed), but that's a separate matter — if you're scanning for a signature, flattening should already have happened beforehand.

Scenario 3: A contract that needs a wet signature

The other party will print it out and sign by hand.

Winner: flatten, then print. Here scanning is a natural part of the process, but not as a "protection method" — as a requirement of the workflow.

Flattening is still needed because there's no guarantee form fields will print correctly. When you print a filled-in form without flattening, on some printers the fields come out blank — and when a contract is sent out for signing, that's a serious problem.

The order: fill → flatten → print → sign → scan.

Scenario 4: Internal use, preventing accidental changes

You want your teammates to open the document without accidentally changing something.

Winner: an editing password. In this scenario a password genuinely fits, because your threat model isn't a bad actor — it's carelessness.

The password's advantage is that it's reversible: when you need to update the document, you remove the password, edit, then put it back. Flattening can't be undone.

But know this: a permissions password is not a cryptographic lock. Even if the file is encrypted, because the open password is empty the content is accessible; the permission flags are just an instruction that only compliant viewers obey.

Scenario 5: Archiving a filled-in form

Your organization stores filled-in application forms long term.

Winner: flattening plus PDF/A conversion.

Archive systems don't work well with interactive form fields. Because field values sit in a separate layer of the document structure:

  • Some archive viewers don't show the values at all.
  • Text extraction operations may skip field content.
  • Data can be lost during format conversions.
  • Ten years from now that form technology may no longer be supported.

Flattening eliminates all of those risks by embedding the values into the page's permanent content. Then PDF/A conversion ensures the file carries no external dependencies and stays readable long term.

The order matters: flatten first, then convert to PDF/A. The PDF/A standard already restricts some interactive features; an unflattened form can throw a compliance error during conversion.

Scenario 6: I keep the form as a template

You'll be filling in the same form over and over.

Winner: none — leave the template as it is. We include this scenario because accidentally flattening the blank template during a batch operation is a common mistake with no way back.

Keep your template in a separate folder with a clear name like "TEMPLATE-do-not-fill.pdf". Each time you use it, take a copy, fill that in, and flatten the copy.

Why print-and-scan almost never wins

This method is still widely recommended, so let's spell out the cost:

File size. A 200 KB form becomes 5-20 MB once scanned. It runs into email attachment limits.

Loss of text. The document is now an image. It can't be searched, copied or processed automatically. To enter a number into their own system, the recipient has to type it by hand.

Visual quality. Scan skew, noise, color shift, edge shadows. The document doesn't look professional.

Accessibility drops to zero. Someone using a screen reader can't read the document at all.

Time. Printing, scanning and tidying up the file takes minutes. Flattening takes seconds.

No security illusion, but no benefit either. In terms of locking things down, it provides nothing more than flattening.

Its only legitimate use: processes that require a wet signature. Beyond that, printing and scanning has no advantage over flattening.

What none of them solve

There are two things none of the three methods can do, and it's important to be clear about them:

Removing hidden information. If you put a black box over a field and flatten it, the text underneath also becomes fixed content and stays in the file — it can surface through text extraction. Print-and-scan genuinely solves this (there's no text in an image), but you pay all the other costs. The right tool is redaction.

Proving the document hasn't been changed. A flattened document can still be edited — pages can be added, written over, or deleted. Flattening only removes form fields. The only mechanism that proves a document's integrity is a digital signature; any change after signing shows up during verification.

Decision summary

  • If you want to lock the document permanently → flattening.
  • If you want to prevent accidental changes and be able to go back → an editing password.
  • If you need to prove the document hasn't been changed → a digital signature (after flattening).
  • If you're removing confidential information → redaction, none of these.
  • If a wet signature is required → flatten, print, sign, scan.
  • For your template file → do nothing, keep it as it is.

And in every case: before flattening, keep the filled-in original as a separate file. The operation can't be undone, and when you want to correct a single number that backup is your only way out.

Frequently Asked Questions

Does setting an editing password replace flattening?

No, because they do different things. An editing password (a permissions password) gives viewers an instruction — 'don't allow this document to be edited' — but it doesn't change the content, and tools exist that ignore that instruction. Flattening physically removes the form fields; there's no field left to edit. For permanent lock-down use flattening; to prevent accidental changes a password is fine.

Why is printing and rescanning a bad idea?

Because you get the same result at worse quality and with more effort. The document is now an image: the text can't be searched or copied, the file size grows several times over, scan skew and noise get added, and accessibility is lost entirely. Flattening gives you the same lock-down with no quality loss, in seconds.

Should I also add a password after flattening?

It depends on your goal. Flattening removes the form fields but doesn't prevent new content being added to the page or pages being deleted. If the document must not be changed in any way, adding a permissions password after flattening gives you an extra layer. For official processes that need a genuine integrity guarantee, though, the right tool is a digital signature.

Which method is compatible with digital signatures?

Flattening — but the order matters. Fill in the form, flatten it, then sign. Flattening a signed document invalidates the signature. Printing and scanning turns the document into an image before signing anyway, destroying the structure a cryptographic signature would protect. Password protection can be used alongside a signature but doesn't provide the integrity guarantee a signature does.

Try this out right away with Formu Düzleştir.

Try Formu Düzleştir