What Is a Fillable (AcroForm) PDF?
A fillable PDF is a document that contains interactive form fields — clickable boxes you can type into, checkboxes you can tick, and dropdowns you can choose from — all built directly into the file. Open one in any PDF reader and you can fill it out on screen, no printer required. The technology behind most of these forms is called AcroForm, the form-field format that has been part of the PDF standard since the late 1990s.
When you fill in a fillable PDF, you aren't drawing on top of the page. You're entering values into named fields that the document author defined ahead of time.
How interactive form fields work
An AcroForm PDF stores a list of field objects separately from the visible page content. Each field has:
- A name (for example,
full_nameordate_of_birth) - A type — text box, checkbox, radio button, dropdown (combo box), list box, or signature field
- A value — empty until you type something, then stored as part of the field
- An appearance — how the field's current value is drawn on the page
Because the value lives in the field and not baked into the page, the data stays editable. You can reopen the file next week and change your answer. Software can also read those field values back out — which is why filled forms can feed databases, get validated, or be pre-populated from a system.
Text fields, checkboxes, and the rest
Text fields accept free typing (sometimes with formatting rules, like a date mask). Checkboxes and radio buttons toggle between on and off states. Dropdowns constrain you to a fixed set of choices. A form author wires these up once; everyone who fills the form afterward just interacts with them.
Fillable form vs. flat (printed) form
The opposite of a fillable form is a flat PDF. A flat form looks identical — it may even have lines and boxes that look like fields — but those are just printed graphics. There's nothing to click. To complete a flat form you either print it and write by hand, or add your text as a separate overlay on top of the page.
| Fillable (AcroForm) | Flat | |
|---|---|---|
| Click and type into fields | Yes | No |
| Values are editable later | Yes | No |
| Software can read the data back | Yes | No |
| Looks the same when printed | Yes | Yes |
A common point of confusion: a PDF that already has typed-in answers may still be fillable — the values are sitting in editable fields. It only becomes truly permanent once you flatten it.
What flattening does
Flattening merges the form fields' current values into the page itself, then removes the interactive fields. After flattening:
- The text you entered becomes part of the page graphics — it can no longer be clicked or edited.
- The values are locked in, so the document looks the same in every viewer and can't be accidentally changed or cleared.
- The file behaves like a flat form from then on.
Flatten a form when you've finished filling it and want to send a final, tamper-resistant copy — for instance, before emailing a completed application or archiving it. On pdf-edit.tech you can do this with Flatten PDF, which is powered by Apache PDFBox and locks in the field values server-side.
Filling a PDF on pdf-edit.tech
pdf-edit.tech doesn't author AcroForm fields, but it covers the practical workflows around them:
- If a form is flat (or you just want to add notes, marks, or blackout overlays), use Edit PDF. It stamps a transparent overlay onto the page — text, highlights, and redaction-as-overlay — rather than editing existing field values.
- To add a handwritten-style signature, Sign PDF stamps a PNG signature image onto the page wherever you place it.
- When the form is complete, Flatten PDF bakes everything in so nothing can be changed later.
Files are uploaded over HTTPS, processed in memory, and deleted immediately after the output is generated.
Related tools
To finish and lock a form, reach for Flatten PDF; to mark up or annotate one, use Edit PDF; and to add your signature, try Sign PDF.
