What Are Fillable PDF Forms
Many PDFs contain interactive form fields — text boxes, checkboxes, and dropdown menus designed for data entry. These are called AcroForm fields and are the standard way PDFs handle fillable forms.
You’ve probably encountered them in tax forms, job applications, insurance documents, and HR paperwork. Instead of printing and filling them by hand, you can type directly into these fields using a browser-based form filler.
AcroForm vs flat PDFs
Only PDFs with defined form fields can be auto-filled. A “flat” PDF (a scanned document or a PDF where the form was printed to PDF without fields) doesn’t have interactive fields. For those, use the PDF Editor to add text on top of the page.
How to Fill Out a Single PDF Form
Option A: PDF Editor (No Account Needed)
Use the free PDF Editor tool to add text directly on top of any PDF:
- Go to mergram.com/tools/pdf-editor
- Upload your PDF by clicking Open Template…
- Select the Text tool from the toolbar
- Click on the page where you want to type and enter your text
- Adjust font, size, and color in the properties panel
- Click Download to save the completed PDF
No signup required
The PDF Editor is completely free and requires no account. It runs in your browser — your PDF never leaves your device. This is ideal for one-off form filling.
Option B: Full Editor (With Account)
For forms with AcroForm fields, use the full Mergram editor:
- Sign in to Mergram (free account)
- Create a new template and upload your fillable PDF
- The editor auto-detects AcroForm fields and suggests mappings
- Upload a spreadsheet with one row of data (or a single row for one form)
- Preview the result and download the completed PDF
- Save the template for future use
Filling Multiple Forms at Once (Bulk)
If you need to fill out the same form for many people — employee onboarding packets, student enrollment forms, insurance applications — manual entry is impractical.
Going further with mail merge
The rest of this section describes Mergram’s bulk form-filling feature. For a detailed walkthrough, see How to Fill PDF Forms from Excel.
The bulk workflow uses a spreadsheet as your data source:
- Prepare your PDF form — Make sure it has AcroForm fields with clear names
- Create a spreadsheet — One row per person, with column headers matching field names
- Upload both to Mergram — The editor auto-maps columns to form fields
- Review mappings — Adjust any columns that didn’t auto-match
- Run the merge — Generate a completed PDF for every row
Mergram uses fuzzy matching to connect column names to field names, so “FirstName”, “First Name”, and “first_name” all map correctly.
| PDF Field | Spreadsheet Column | Auto-Matched |
|---|---|---|
FullName | Full Name | Yes |
EmailAddress | Email | Yes |
PhoneNumber | phone_number | Yes |
DateOfBirth | DOB | Manual review |
Supported Form Field Types
| Field Type | Description | How It’s Filled |
|---|---|---|
| Text fields | Free-form text input | Cell value is typed into the field |
| Checkboxes | Yes/no toggle | Checked if cell value is "true" (case-insensitive) |
| Radio buttons | Single-choice selection | The option matching the cell value is selected |
| Dropdowns | Pre-defined option lists | The option matching the cell value is selected |
Tips for Filling PDF Forms
- Check for form fields first — Open your PDF in Adobe Acrobat Reader. If fields are highlighted, it’s a fillable form. If not, use the PDF Editor to place text manually.
- Use descriptive field names — If you’re creating the PDF form, name fields clearly (
employee_first_nameinstead offield_1). This makes auto-mapping more reliable. - Test with one row — Before bulk processing, fill one form manually to verify that every field maps correctly and the output looks right.
- Save your template — If you fill the same form regularly, save the template with your field mappings. Next time, just update the data and re-run.
- Check date formats — PDF form fields expect specific date formats. Format dates in your spreadsheet the way you want them to appear in the PDF.
- Export to PDF, not print — When designing forms in Word or Google Docs, use “Save as PDF” or “Export to PDF” rather than “Print to PDF” to preserve interactive form fields.
Common Issues and Troubleshooting
No form fields detected: Your PDF may not have AcroForm fields, or it may use XFA forms (dynamic XML forms). Try re-saving the PDF in Adobe Acrobat as a standard PDF. You can also use the PDF Editor to add text anywhere on the page.
Fields appear empty in the output: Check that your spreadsheet values aren’t empty for those rows. Also verify that the column-to-field mapping is correct — unlink and re-map if needed.
Text doesn’t fit in the field: Long values in narrow form fields may overflow. Either widen the field in the original PDF or abbreviate the data in your spreadsheet.
Special characters display incorrectly: Save your CSV with UTF-8 encoding to preserve accented characters, CJK text, and other Unicode content.