UseToolSuite UseToolSuite

How to Fill Out a PDF Form Online — Free, and Without Acrobat

How to fill interactive PDF forms in your browser: completing AcroForm fields, why flattening matters before you send, what to do with flat or scanned forms, and keeping personal documents off third-party servers.

Necmeddin Cunedioglu Necmeddin Cunedioglu 4 min read
Part of the PDF vs DOCX: Structural Document Formats Comparison series

Practice what you learn

PDF Form Filler

Try it free →

How to Fill Out a PDF Form Online — Free, and Without Acrobat

You get a PDF form — a tax document, a job application, a rental agreement, a school permission slip — and the path of least resistance is the worst one: print it, fill it in by hand, sign it, scan it back, and email a heavy, crooked image. You don’t need a printer, a scanner, or a paid copy of Acrobat for this. If the form has clickable fields, you can complete it in your browser in a couple of minutes and download a crisp, correct PDF.

Here’s how to do it properly, including the one setting most people miss before they hit send.

First, figure out which kind of PDF form you have

Not all “PDF forms” are the same, and this determines what tool you need.

  • Interactive forms (AcroForms). These have real, clickable fields — text boxes you can type into, checkboxes, dropdowns, radio buttons. Most official government, HR, and bank forms are built this way. If you click a blank and a cursor appears, it’s interactive.
  • Flat or scanned forms. These are just an image of a form — a scan of a paper document, or an exported file with no interactive fields. Clicking a blank does nothing. There are no fields to fill programmatically; you have to draw text on top of the page.

The distinction matters because a form filler works on the first kind and not the second. (The reason comes down to how the two are built — interactive forms store fields as data, flat ones store only the page image; we unpack that in PDF vs DOCX architecture.)

Filling an interactive form, step by step

  1. Open the form in a PDF form filler. The PDF Form Filler reads the document’s fields directly in your browser.
  2. Fill each field. Every form field appears as an input, with any existing values pre-filled, so you only change what you need. Text boxes, checkboxes, dropdowns, and radio groups all work.
  3. Decide whether to flatten (see below).
  4. Download the completed PDF. Your answers are written back into the file as proper, sharp text — not a photo of handwriting.

That’s the whole flow, and it works the same on a phone as on a laptop because nothing depends on installed software.

Flatten it — or keep it editable

This is the step people skip, and it occasionally matters a lot.

A normally-filled PDF keeps its form fields, which means anyone who opens it can still change your answers. That’s fine for a draft you’re passing to a colleague. It’s not fine for a signed application or a contract, where the recipient (or their PDF software) being able to silently edit your entries is a problem.

Flattening merges your values into the page and removes the interactive fields, so the document reads identically everywhere and can’t be altered through the form.

A simple rule

Keep it editable while the form is still a draft or someone else needs to fill their part. Flatten it the moment it’s final and you’re submitting or printing it.

What if there are no fields?

If your form is a flat scan, a form filler will correctly tell you there’s nothing to fill — that’s expected, not a bug. To complete it, you need to place your text and signature on top of the page rather than into fields, which is what a PDF signer does. The Sign PDF tool lets you add text and a signature to any page. And if the file is genuinely an interactive form but won’t open because it’s password-protected, unlock it first, then come back and fill it.

Why “in the browser” matters for forms specifically

Think about what a form actually contains: your full name, address, date of birth, account and policy numbers, salary, sometimes medical details. Uploading a half-completed tax or HR form to an online filler means that data sits on someone else’s server, however briefly.

A client-side tool avoids this entirely — it parses and writes the PDF in your browser, so the document never leaves your device. You can confirm it the same way you’d check any tool: open the Network tab while you work and verify the file isn’t being uploaded. (We go deeper on this in are online PDF tools safe?.) For a task this routinely personal, local processing isn’t a nice-to-have.

The takeaway

If the form has clickable fields, skip the print-sign-scan ritual: fill it in the browser, flatten it when it’s final, and download a clean PDF. If it’s a flat scan, reach for a signer to add text on top instead. Either way, keep the document on your own device — a form is exactly the kind of file you don’t want to upload to find out later where it ended up.

Necmeddin Cunedioglu
Necmeddin Cunedioglu Author
4 min read
-- views

Software developer and the creator of UseToolSuite. I write about the tools and techniques I use daily as a developer — practical guides based on real experience, not theory.