A fillable PDF is a PDF with interactive form fields you can click and type into directly — text boxes, checkboxes, radio buttons, and dropdown menus built into the page using a technology called AcroForm. Instead of printing, hand-writing, and scanning a form back, you complete it on screen and save the filled file. This guide explains what makes a PDF fillable, how AcroForm works, how it differs from a flat or scanned form, and how to fill forms privately when they contain personal data.
What is a fillable PDF?
An ordinary PDF page is static: it shows labels, lines, and boxes, but you cannot type into it. A fillable PDF adds a layer of interactive form fields on top of that page. Each field is a clickable input — when you select it, you can type text, tick a checkbox, pick a radio option, or choose from a dropdown, and the PDF stores what you enter.
The page underneath still looks like a normal form. What makes it fillable is the set of field objects defined inside the file, which tell any PDF viewer “render a text box here, a checkbox there, a dropdown over there.” That mechanism is called AcroForm.
You complete one with a tool like the PDF Form Filler, which detects the fields and lets you type into them directly — no printing required.
What is an AcroForm?
AcroForm (short for Acrobat Form) is the native form technology defined in the core PDF standard. It is what powers the vast majority of fillable PDFs. An AcroForm is a collection of field objects embedded in the document, and each field has:
- A unique name (e.g.
full_name,agree_terms). - A type — text, checkbox, radio button, choice (dropdown/list), button, or signature.
- A position on the page (the rectangle where the input appears).
- Properties — default value, font, required/read-only flags, and more.
When you open the PDF, a compliant viewer reads these definitions and draws clickable inputs in the right spots, then writes your entries back into the field values. The common field types are:
- Text fields — names, addresses, dates, free text.
- Checkboxes — independent on/off options you can tick.
- Radio buttons — mutually exclusive choices (pick one of several).
- Dropdowns / list boxes — choose from a predefined set of options.
- Signature fields — a place to apply a signature.
Because AcroForm is part of the PDF specification itself, forms built this way open and work consistently across different readers and devices — a major reason it is the standard choice.
AcroForm vs XFA
There is an older form technology called XFA (XML Forms Architecture). XFA forms are XML-based and were designed for dynamic, data-driven forms — but they only ever worked properly inside specific Adobe software, broke in most other viewers, and have been deprecated. Modern, broadly compatible fillable PDFs use AcroForm. If you build or expect a form to open everywhere, AcroForm is the reliable choice.
Fillable PDF vs flat or scanned form
Not every PDF that looks like a form is fillable:
| Flat / scanned form | Fillable PDF (AcroForm) | |
|---|---|---|
| Interactive fields | None | Yes — click and type |
| How you “fill” it | Print & handwrite, or annotate on top | Type directly into fields |
| Field structure | None (just an image or static page) | Named, typed fields |
| Consistency across viewers | N/A | Works everywhere (AcroForm) |
| Data you can extract | None | Field names + values |
A flat PDF has the look of a form but no real fields — your cursor does nothing over the blanks. A scanned form is just a photo of paper. Both can only be completed by writing on top of the page with an annotation tool, not by filling true fields.
How to tell if a form is fillable
Move your cursor over a blank field and click. If the cursor becomes a text caret or pointing hand and you can type or tick a box, it has AcroForm fields and is fillable. Many viewers also highlight all fillable fields in a tint when you open the document. If nothing happens when you click the blanks — you can only select the page as an image — it is flat or scanned.
If you receive a flat scan of a form, running OCR PDF first will at least add a searchable text layer, though it does not create interactive fields; for those you would add fields or use an overlay filler.
Filling and flattening
There are two distinct steps when completing a form, and knowing the difference matters:
- Filling means entering values into the interactive fields. After filling, the fields are still live — a recipient could click in and change them, and the values remain editable data.
- Flattening merges those values into the page as fixed content and removes the interactivity, so your entries become permanent and can no longer be altered or accidentally cleared.
The standard workflow is fill → review → flatten before sending, so the recipient sees your final answers but cannot edit them — like printing and scanning, but without losing quality. Keep an unflattened copy if you might need to change answers later. The PDF Form Filler handles both filling and flattening, and you can also flatten separately with the Flatten PDF tool. If the form needs your signature, the Sign PDF tool applies one before you flatten.
Why fill forms in your browser (PII)
Forms are among the most personally sensitive documents anyone handles. A single form can contain your name, address, date of birth, government ID number, financial details, and signature — exactly the data you least want sitting on a stranger’s server.
Many online form fillers upload your document to process it, which sends all of that information off your device. The structurally safer approach is to fill the form in your browser, so neither the form nor what you type ever leaves your machine.
imisspdf’s PDF Form Filler runs locally: it reads the AcroForm fields, lets you complete and flatten them, and saves the result inside your browser tab, with no upload, no account, and no watermark. For any form with personal information, that is the safer default — and you can verify it by watching your browser’s Network tab for upload requests while you fill.
Common misconceptions
- “Any PDF form can be typed into.” Only fillable ones with AcroForm fields — flat and scanned forms cannot, without added fields or an overlay tool.
- “Filling and flattening are the same thing.” Filling enters values; flattening locks them so they can’t be changed.
- “Fillable PDFs need Adobe.” AcroForm is part of the PDF standard and works in any compliant viewer, not just Adobe software.
- “XFA and AcroForm are interchangeable.” XFA is deprecated and poorly supported; AcroForm is the broadly compatible standard.
Related guides
- How to Fill a PDF Form Without Printing
- 10 Best PDF Form Fillers With No Signup (2026)
- Complete any form with the PDF Form Filler — free, in your browser.
A fillable PDF turns a form from something you print and scan into something you complete on screen in seconds. Use the PDF Form Filler to type into AcroForm fields, flatten when you are done, and keep your personal data on your own device the whole time.
Use Form Filler: Detect and fill form fields automatically. No signup, nothing uploaded.
Frequently asked questions
A fillable PDF is a PDF that contains interactive form fields you can click and type into directly on screen — text boxes, checkboxes, radio buttons, dropdown menus, and sometimes digital signature fields. Instead of printing the form, writing on it by hand, and scanning it back, you complete it entirely on your computer or phone and save the filled file. The interactive fields are defined inside the PDF using a technology called AcroForm (short for Acrobat Form), the standard form mechanism built into the PDF specification. Each field has a name, a type, and a position on the page, so a PDF viewer knows to render a clickable input there and store whatever you enter. The visible page — labels, lines, and layout — looks like an ordinary form, but the clickable inputs sitting on top of it are what make it fillable. A flat PDF or a scanned form, by contrast, has no such fields and can only be written on with separate annotation tools.
AcroForm is the native, standardized form technology defined in the PDF specification — the same mechanism that powers the vast majority of fillable PDFs you encounter. An AcroForm is essentially a collection of interactive field objects embedded in the document: each field has a unique name, a type (text, checkbox, radio button, choice/dropdown, button, or signature), a rectangle describing where it appears on the page, and properties such as default value, font, and whether it is required or read-only. When you open the PDF in any compliant viewer, it reads these field definitions and draws clickable inputs at the right spots, then stores your entries back into the field values. Because AcroForm is part of the core PDF standard, fillable PDFs built this way open and work consistently across different readers and devices. This broad compatibility is the main reason AcroForm is preferred over the older, now-deprecated XFA forms, which only worked properly in specific Adobe software.
Open the PDF and move your cursor over a blank field — a name box, a checkbox, a date line. If the cursor changes to a text-entry or pointing-hand shape and clicking lets you type or toggle a checkmark, the form has real AcroForm fields and is fillable. Many viewers also show a banner or highlight all the fillable fields in a tint when you open such a document. If, instead, your cursor does nothing over the blank spaces and you cannot place a text caret anywhere — you can only select the page as an image or as static text — then the form is flat (or scanned) and has no interactive fields. In that case you would need to add fields or use an overlay tool that lets you place your own text and checkmarks on top of the page. The clearest single test is simply trying to click into a field and type.
Filling a form means entering values into its interactive fields — typing your name, ticking a box, choosing from a dropdown. After filling, those fields are still live: a recipient could click in and change them, and the values are stored as editable field data. Flattening is the step that locks everything down. It merges the field values into the page itself as fixed content and removes the interactivity, so the form becomes a static document where your entries are permanent and can no longer be altered or accidentally cleared. You flatten a form before sending it when you want the recipient to see your final answers but not edit them — much like printing and scanning, but without losing quality. The usual workflow is fill, review, then flatten the finished form for distribution, while keeping an unflattened copy if you might still need to change your answers later.
It depends on whether the tool uploads your file. Forms are among the most sensitive documents people handle — they routinely contain names, addresses, dates of birth, government ID numbers, financial details, and signatures. Many online form fillers upload your document to their servers to process it, which means your personal data leaves your device and sits on someone else's infrastructure. The safer approach is a tool that fills the form in your browser, so neither the form nor the information you type ever leaves your machine. imisspdf's PDF Form Filler runs locally: it reads the AcroForm fields, lets you complete and flatten them, and saves the result entirely in your browser tab, with no upload. For any form containing personal information, prefer in-browser or offline filling, and you can confirm the claim by checking your browser's Network tab for upload requests as you work.
Related articles
Convert PDF to PDF/A: Long-Term Archival Format Explained (2026 Guide)
Convert PDF to PDF/A in 2026. What PDF/A is, the levels explained (1a vs 2b vs 3u vs 4), what gets stripped, and when you actually need it.
Convert JPG to PDF Online Free (2026 Guide: Multiple Images, Order, Quality)
Convert JPG to PDF online free. 2026 guide to multi-image PDFs: drag to reorder, DPI choice, HEIC/iPhone files, and the receipts-to-PDF workflow.
Best Free PDF Editor 2026 (8 Tools Compared: Edit, Sign, Convert, Privacy)
Best free PDF editor 2026: 8 tools compared on privacy, real editing, OCR, signup, and watermarks. Honest picks by use case, not paid placement.