Fill in a PDF form without printing, scanning or uploading it

Most PDF forms arrive in one of two states, and the difference decides how you fill them. Some are real interactive forms with fields the author defined — an AcroForm — where the boxes are genuine inputs. Others are flat: a scan, or a form exported without its fields, where what looks like a box to type in is just a printed line. Tools that only handle one of the two are why people end up printing a form, filling it by hand and scanning it back.

This handles both. If the document has fields, they're detected when you open it and rendered as proper inputs — text boxes, checkboxes, radio groups and dropdowns — with a banner telling you how many were found, so you tab through the form the way the author intended. If it doesn't, the text tool lets you place text anywhere on the page and nudge it into position, which is the same result without the printer.

Either way the values are baked into the page when you download, so the person receiving it sees a completed form rather than an empty one with a layer of annotations on top. Everything happens on your own machine — which matters here more than almost anywhere else, because the forms people fill in are tax returns, medical intake sheets, visa applications and employment paperwork.

What this does — and what it doesn't

  • Fields are flattened on download, so the completed values can't be edited afterwards. Keep the blank original if you need to fill it in again.
  • Forms built with XFA — a rare Adobe-only format used by some government sites — aren't supported by browsers at all. Those documents usually say to open them in Adobe Acrobat, and they mean it.
  • Digital signature fields will accept a drawn or typed signature as a visual mark, but that is not a cryptographic signature and doesn't certify your identity.

Next steps

Fill PDF Forms — frequently asked questions

How do I know whether my PDF has real form fields?
Open it and you'll be told. If the document has an AcroForm, a banner appears saying how many fillable fields were found, and each one is outlined on the page as an input you can click or tab into. If no banner appears, the form is flat and you should use the text tool to type onto it instead.
The form is a scan, so there are no fields. Can I still fill it in?
Yes, and this is the common case. Pick the text tool, click where the answer goes, and type. You can drag the text to line it up with the printed box, change its size, and add as many entries as the form needs. It prints and reads exactly like a typed form, with no printer or scanner involved.
Can I save a half-finished form and come back to it?
Your work stays in the editor while the tab is open, and you can download at any point to keep a copy of what you've filled so far. Because nothing is uploaded there's no account holding a draft for you — download the partly-completed file and reopen it later to carry on.
Will the person I send it to be able to change my answers?
No. The values are flattened into the page content on download, so what they receive is a finished document rather than a form with editable entries. If you also want to stop them altering the file at all, run the result through Protect PDF and set a password.
Do checkboxes and dropdowns work, or only text fields?
All the standard AcroForm widget types are supported — text fields including multi-line ones, checkboxes, radio button groups and choice lists. Each is rendered as the matching native control, so a radio group behaves like a radio group rather than letting you tick every option.
Is my PDF uploaded anywhere?
No. Every operation runs in your browser using JavaScript and WebAssembly — the file never leaves your device. You can verify it: load the page, disconnect from the internet, and the tool still works. There is no upload endpoint to send it to.
Is it really free? What's the catch?
It's free because it costs us almost nothing to run: there's no server doing the work, so there's no per-file cost to recover. No account, no watermark, no daily task limit, and no feature that turns out to be paid at the download step.

All PDF tools