March 24, 20265 min read

How to Turn a PDF into a Fillable Form — The Complete Walkthrough

Convert flat PDF documents into interactive fillable forms. Methods for creating text fields, checkboxes, dropdowns, and signature fields in any PDF.

fillable pdf pdf form interactive pdf form fields pdf editor
Ad 336x280

The $400 Problem

Adobe Acrobat Pro charges about $23/month — nearly $280/year — for its form creation tools. For a one-off fillable form, that's absurd. Yet millions of people think it's the only option because Adobe has spent decades making "Acrobat" and "PDF" feel synonymous.

They're not. There are several ways to create fillable PDFs without Adobe, and most of them are free.

What Actually Makes a PDF "Fillable"

A regular PDF is like a printed page — you can look at it, but you can't interact with it. A fillable PDF contains form fields: invisible rectangles layered on top of the document that accept user input. These fields have types:

Field TypeWhat It DoesCommon Use
Text fieldAccepts typed textName, address, comments
CheckboxToggle on/offAgreement terms, preferences
Radio buttonSelect one of manyMultiple choice, gender
DropdownSelect from a listCountry, state, department
Date fieldDate pickerBirth date, deadlines
SignatureDigital signatureContracts, approvals
ButtonTriggers an actionSubmit, reset, calculate
The key insight: the form fields are a layer on top of the PDF. The original document underneath doesn't change.

Method 1: Start with a Word Document

The easiest path to a fillable PDF is to never start with a PDF at all.

  1. Design your form in Microsoft Word or Google Docs
  2. Use form controls (Developer tab in Word) to add fields
  3. Export to PDF — the form fields carry over
This works well for new forms you're creating from scratch. The fields are properly structured and accessible.

Method 2: Convert an Existing PDF Online

For existing PDFs that need form fields added:

  1. Upload to MyPDF's form tools
  2. Add text fields, checkboxes, and dropdowns by clicking where you want them
  3. Set field properties (required, default values, validation)
  4. Download the fillable PDF
This approach works for converting paper forms that were scanned to PDF, or flat PDFs that someone emailed you.

Method 3: Use Free Desktop Software

PDF-XChange Editor (Windows, free version): The best free PDF form editor on Windows. You can add text fields, checkboxes, radio buttons, dropdowns, and signature fields. The free version adds a small watermark only on features you don't have — form creation is fully free. LibreOffice Draw (cross-platform, free): Open the PDF, add form controls from the Form Controls toolbar, export back to PDF. It's clunky but it works, and it's completely free.

What About Scanned Paper Forms?

Here's where it gets tricky. A scanned form is just an image — the computer doesn't know where the blank lines and checkboxes are. You need to:

  1. OCR the document first using MyPDF's OCR tool to make the text selectable
  2. Then manually place form fields over the blanks
  3. Align fields carefully with the printed lines
This is tedious but unavoidable. No tool can reliably auto-detect form field positions on a scanned document (despite what some claim).

Tips for Better Fillable Forms

Set tab order. Nothing frustrates form-fillers more than pressing Tab and jumping to a random field. Set the tab order to match the visual flow: left to right, top to bottom. Use field validation. Email fields should reject "John Smith". Phone fields should accept only numbers. Date fields should use a date format. This prevents garbage data. Set default values. If 90% of respondents will select "United States," pre-fill it. Small touch, big time savings. Make required fields obvious. Mark them with asterisks AND set the "required" property so the PDF reader warns if they're skipped. Test on multiple PDF readers. Your form might look great in Acrobat but break in Chrome's built-in viewer or macOS Preview. Test on at least two different readers before distributing.

The Accessibility Angle

If your form will be used by a government agency, university, or any organization subject to accessibility requirements (Section 508, WCAG), your form fields need:

  • Proper labels (not just visual text nearby, but actual associated labels)
  • Logical reading order
  • Tooltip descriptions
  • Keyboard navigability
This is where Adobe Acrobat genuinely earns its price — its accessibility checker is the most thorough. For everyone else, just making sure fields have labels and a sensible tab order covers 90% of accessibility needs.

Frequently Asked Questions

Can I create a fillable PDF on my phone?

Limited options. Adobe Fill & Sign (free) lets you add text fields to existing PDFs on iPhone and Android. For full form creation with checkboxes and dropdowns, you'll need a desktop tool or online service.

Will the filled-in data be saved when the user closes the PDF?

Depends on the PDF reader. Adobe Reader, Foxit, and most modern readers save form data. Chrome's built-in viewer does NOT save filled data when you close the tab — users must "Print to PDF" or download first.

Can I collect form responses automatically?

PDF forms can include a "Submit" button that sends data to a URL. But for serious data collection, Google Forms or Microsoft Forms are far better tools. PDFs are best for forms that get printed, signed, or attached to emails.
  • OCR PDF — Make scanned forms text-selectable before adding fields
  • Sign PDF — Add signature fields to any PDF
  • Flatten PDF — Lock filled form data so it can't be edited
  • Word to PDF — Convert Word forms to PDF with fields intact
Ad 728x90