UtilityKit

500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.

PDF Form Filler — Fill PDF Forms Online

Fill interactive AcroForm PDF fields in browser and download the completed form

About PDF Form Filler — Fill PDF Forms Online

PDF Form Filler reads the AcroForm interactive fields embedded in a PDF and presents them as a clean fill-in interface. Upload your PDF — an application form, tax document, registration sheet, or survey — and the tool queries the server for the list of detected fields: text inputs, checkboxes, dropdowns, and more. Each field is rendered as a labelled input on screen, pre-populated with any default values from the original PDF. Fill in your responses, then click Save Filled PDF to send your values back to the server, which uses pdf-lib to write each answer into the corresponding form field and returns a completed PDF ready for print or submission. A page preview using pdf.js lets you see the first page of the form while filling.

Why use PDF Form Filler — Fill PDF Forms Online

No PDF Editor or Software Needed

Fill forms directly in your browser — no Acrobat, no app download, no account required.

Auto-Detects All Field Types

Text fields, checkboxes, and dropdowns are all detected and presented as matching HTML inputs for a natural fill experience.

Live First-Page Preview

A rendered preview of the form's first page helps you visually orient yourself while filling in the detected fields.

Preserves Form Structure

Values are written into the existing AcroForm fields — the layout, fonts, and styling of the original PDF are unchanged.

Instant Download, No Storage

The filled PDF is generated server-side and delivered immediately; neither the original nor the output is retained.

Works on Any Device

Fill forms on desktop, tablet, or mobile — the field grid adapts to your screen size.

How to use PDF Form Filler — Fill PDF Forms Online

  1. Upload a PDF that contains interactive AcroForm fields — common in government applications, contracts, and survey templates.
  2. The tool detects and lists all fillable fields (text boxes, checkboxes, dropdowns) with their labels.
  3. Fill in each field — type your responses into text inputs, tick checkboxes, and select dropdown options.
  4. Review your answers, then click Save Filled PDF to generate the completed document.
  5. Download the filled PDF, which is ready to print, email, or submit.

When to use PDF Form Filler — Fill PDF Forms Online

  • When you receive a fillable PDF form by email and need to complete it without installing Acrobat or a PDF editor.
  • When working on a computer that lacks PDF editing software and you need to fill and return a form quickly.
  • When completing government or official forms that come as interactive PDFs (tax forms, permit applications, registration documents).
  • When filling in HR onboarding forms, expense claim templates, or internal application documents.
  • When you need to fill the same form multiple times with different data and want a browser-based workflow.
  • When helping less technical users complete digital forms without walking them through software installation.

Examples

W-9 tax form

Input: fw9.pdf — auto-detects fields like Name, Business name, Address, SSN, Signature date

Output: Filled W-9 PDF with values typed into each field; opens in Acrobat or any PDF viewer

Conference registration

Input: registration.pdf — text fields for name and email, checkboxes for sessions, dropdown for shirt size

Output: Filled registration form ready to email back to organizers

Same form, two people

Input: permit.pdf — fill once for Person A, download, then change values and download again for Person B

Output: Two completed PDFs, each with the right person's data, no re-upload needed

Form with no fields

Input: static-application.pdf — flattened or scanned, no AcroForm

Output: Tool reports no interactive fields detected; advises using a PDF text-overlay editor instead

Tips

  • Tab through the fields in order — AcroForm fields typically follow the natural reading order of the form.
  • If a field name is unclear, consult the page preview on the right to identify where it appears on the form.
  • For checkbox fields, a tick means the box will be marked as checked in the output PDF.
  • If you need to submit the same form for multiple people, fill in the common fields, download once, then repeat with individual values.
  • To flatten the filled form (prevent further editing), print the downloaded PDF to a PDF printer via your OS print dialog.

Frequently Asked Questions

What types of PDF fields does this tool support?
Text fields, checkboxes, and dropdown menus are fully supported. Radio buttons and signature fields may have limited support depending on how they are defined in the PDF.
Will my filled values appear in the correct positions on the page?
Yes — the values are written into the existing AcroForm fields at their defined positions. The layout is set by the original PDF template and is unchanged.
What if the PDF has no detected form fields?
The tool will notify you that no fillable fields were found. This typically means the PDF is a static (non-interactive) document or a scanned image. In this case, use a PDF editor to overlay text manually.
Can I fill encrypted or password-protected PDF forms?
No — use the PDF Unlock tool to remove the password first, then fill the unlocked form.
Is the filled PDF digitally signed?
No — this tool fills form data only. Digital signatures require a separate signing tool or certificate authority.
Are my form values (names, addresses, etc.) stored?
No. Form values are processed server-side to generate the output and then immediately discarded. Nothing is logged or retained.
Can I flatten the filled form so fields cannot be changed?
Flattening (merging fields into static page content) is not currently an option in this tool. The downloaded PDF retains interactive fields, which means recipients can edit the values. Use a PDF printer (Save as PDF from your OS print dialog) to flatten if needed.
Why are some field labels shown as technical names?
PDF AcroForm field names are set by whoever created the form. When authors use internal variable names instead of readable labels, the raw field name is displayed. This is a limitation of the source PDF.

Explore the category

Glossary

AcroForm
The interactive form specification built into the PDF standard, defining text fields, checkboxes, radio buttons, and dropdowns that can be filled electronically.
Text Field
An AcroForm element that accepts typed text input — used for names, dates, addresses, and other free-form answers.
Checkbox Field
A two-state AcroForm field showing checked or unchecked. Internally each checkbox has an export value (often Yes/Off) that is written into the saved PDF.
Radio Button
An AcroForm field group where only one option in the group can be selected at a time. Each option has its own export value.
Dropdown (Combo Box)
An AcroForm field with a predefined list of options. The user selects one; that option's export value is written into the saved PDF.
Flattening
Merging filled-in form field values into the static page content layer, making them uneditable and visible in all PDF viewers.
Default Value
A pre-filled value set by the form creator for a field — shown as the starting value when the form is first loaded.
pdf-lib
The open-source JavaScript library used server-side to write field values into the PDF's AcroForm data and return the completed document.
XFA
An older XML-based PDF form format developed by Adobe. Less common than AcroForm; this tool focuses on AcroForm and may not handle pure XFA forms.