PDF Form Data Extractor
Pull the answers out of a filled PDF form. Lists every field name, type and value, and exports the lot as JSON, CSV or a plain name = value list.
What is the PDF Form Data Extractor?
When somebody sends back a completed PDF form, the answers are buried inside the file's AcroForm dictionary rather than in the visible text.
- Handles text fields, check boxes, dropdowns, radio groups and list boxes
- Shows the available options alongside the chosen value
- Exports as JSON, CSV or a plain name = value list
- Filter to show only the fields that were actually answered
- Marks required fields so you can spot gaps
- Runs entirely in your browser — nothing is uploaded
How to use the PDF Form Data Extractor
- 1
Drop a filled PDF form onto the upload area.
- 2
Read the table of field names, types and current values.
- 3
Choose JSON, CSV or a name = value list from the Export format dropdown.
- 4
Tick Only fields that have an answer to hide the blanks.
- 5
Copy the output or download it as a file.
About the PDF Form Data Extractor
When somebody sends back a completed PDF form, the answers are buried inside the file's AcroForm dictionary rather than in the visible text. This tool reads every field, works out whether it is a text box, check box, dropdown, radio group or list box, and shows the current value in a plain table.
Once the fields are on screen you can export them as JSON for a script, CSV for a spreadsheet, or a simple name = value list you can paste into a ticket. A filter hides the fields nobody answered, which is usually most of a long government form.
Reading happens entirely in your browser, so applications, surveys and HR paperwork never leave your device. Nothing is uploaded and nothing is stored.
Frequently asked questions
How do I get the data out of a filled PDF form?
Drop the file here and the tool reads its AcroForm fields directly, then hands you the answers as JSON or CSV. That is far quicker than retyping them, and it keeps the exact field names the form's author used.
Why are the field names so cryptic?
Field names come from whoever built the form, and they are often internal codes rather than readable labels. The tool shows them exactly as stored so your export matches the original document instead of a guess at what they mean.
Can I extract data from several forms at once?
This tool reads one file at a time so you can check each result. If you have a stack of identical forms, export each one as CSV and paste the rows together — the column order stays the same for every file built from the same template.
Does it work on scanned or printed-and-signed forms?
No. A scan is just a picture of a form, so there are no field values to read. You would need OCR for that, and OCR still cannot tell which box a tick belongs to with any reliability.
Related tools
PDF Form Filler
Fill in a PDF form in your browser. Every AcroForm text box, check box, dropdown and radio group becomes a real control, with optional flattening.
PDF Table to CSV
Turn a table inside a PDF into CSV. Text is clustered into rows by baseline and split into columns wherever the horizontal gap is wide enough.
Flatten PDF
Flatten a PDF two ways: bake AcroForm fields into the page, or rebuild every page as an image so fields, annotations and layers are gone for good.
PDF Metadata Viewer
View, read and check PDF metadata online — title, author, subject, keywords, creator, producer and dates — extracted privately in your browser.