An HR coordinator receives 80 completed onboarding forms from new employees, all as filled PDF files. Every form has the same 15 fields: name, date of birth, emergency contact, department, and so on. Manually copying each value into a spreadsheet would take most of a working day and introduce transcription errors. The actual data is sitting right there in the PDF's form field dictionary, structured and labeled. Getting it out should take seconds per file.
Adobe Acrobat's "Merge Data Files Into Spreadsheet" feature does this, but it requires a Pro subscription. This browser-based tool reads the AcroForm field dictionary directly from any filled PDF, shows you every field name, type, and current value before you export, and outputs the data as CSV, JSON, or FDF. Everything runs locally in your browser. No form data touches any external server at any point.
How It Works
- Upload your filled PDF by dragging it onto the upload area or clicking to browse. The tool parses the PDF's AcroForm structure in the browser and immediately shows page count and file size. A page preview panel lets you navigate through the form before running the extraction.
- Extract and review the fields by clicking Extract Form Data. The tool reads every field in the AcroForm dictionary and displays a table showing each field name, field type (text, checkbox, radio button, dropdown), and its current value. Statistics update to show Total Fields, Filled count, and Empty count. Use the Field Filter to show All Fields, Filled Only, or Empty Only. Toggle Show Hidden/Export Fields to surface fields that are not visible in the standard form view but carry data values in the PDF structure.
- Export your data in the format that fits your workflow. Copy All sends the full field list to clipboard for a quick paste. Export CSV produces a comma-separated file ready for Excel, Google Sheets, or database import. Export JSON outputs a structured object for developer pipelines. Export FDF generates Adobe's Form Data Format file for reimporting values into another copy of the same PDF form or for use in PDF-native document management systems. Download the chosen format immediately.
Compatibility & Support
Supported Input → Output Formats
- Input: PDF files containing AcroForm interactive form fields (text fields, checkboxes, radio buttons, dropdown menus)
- Output formats: CSV (Excel and Google Sheets compatible), JSON (structured data object), FDF (Adobe Form Data Format for PDF re-import)
- Field types extracted: Text fields (single and multi-line), checkboxes, radio button groups, dropdown/select menus
- Field filtering: All Fields, Filled Only, Empty Only, with optional hidden/export field visibility
Unsupported Formats
Scanned PDF forms that contain only rasterized images do not have AcroForm fields and cannot be processed here. The data in those documents exists as pixel patterns rather than structured field objects. For scanned forms, an OCR tool that recognizes form structure is required first. Flat PDFs where form fields were flattened into the page content also cannot yield extractable field data since the form layer no longer exists as a separate structure.
File Size Limits
All processing runs in-browser with no server upload, so no external size cap applies. PDFs with large numbers of fields or complex form structures parse fully on modern browsers. Processing time scales with form complexity rather than file size, and most standard fillable forms complete in under a second.
Who Should Use This Tool?
- Students: A student who needs to pull their own responses from a submitted PDF application or quiz form for their records can extract the field values to a CSV and review or archive the data without relying on the original form software.
- Freelancers & Designers: A freelance consultant who collects client intake forms as filled PDFs can extract all field values to CSV after each submission and append them to a running spreadsheet without copying anything manually.
- Office Professionals: An HR team processing 60 completed employee forms can extract each form's field data to CSV individually, then merge the resulting files in Excel to build a complete onboarding database without re-entering a single value by hand.
- Developers: A developer building a document intake pipeline can use the JSON export to receive form field data as a structured object ready for API submission, database insertion, or application processing without writing custom PDF parsing code for every form.
Key Features
Here's what separates this tool from generic alternatives:
No Server Upload
AcroForm parsing runs entirely in your browser. HR data, patient records, financial disclosures, and personal information in filled forms never transfer to any external server at any stage.
Three Export Formats
CSV for spreadsheets, JSON for developer pipelines, and FDF for PDF-native reimport workflows. Most free form data tools only offer one output format; having all three in one tool removes the need to convert between formats afterward.
FDF Export for PDF Workflows
FDF (Form Data Format) is Adobe's standard for transferring form values between PDF documents and systems. Exporting as FDF lets you import extracted values directly back into a blank copy of the same form, a feature rare in free tools.
Filled vs Empty Filter
Filter the results to Filled Only to see which fields have data, Empty Only to identify incomplete submissions, or All Fields for a complete audit of the form structure. The statistics panel shows counts for all three at a glance.
Preview Before Exporting
All field names, types, and values display in a table after extraction, before you download anything. Verify the data looks correct and filter as needed before committing to a CSV or JSON file.
Hidden Field Visibility
Toggle Show Hidden/Export Fields to surface form fields that are not visible in the standard view but carry embedded data values. These hidden fields often contain metadata, submission IDs, or calculation results not visible to the form user.
Why This Tool Beats the Alternatives
- No account, email, or signup required at any point.
- No watermarks or usage limits applied to the exported data.
- No server upload; sensitive HR, medical, and financial form data stays in the browser throughout extraction.
- Three export formats (CSV, JSON, FDF) in a single tool; most free alternatives offer only CSV.
- FDF export for PDF-native document workflows, a feature found only in paid desktop tools.
- Hidden field visibility toggle that surfaces embedded data values not shown in the standard form view.
Pro Tips
- Use the Filled Only filter before exporting when processing forms that were partially completed. This produces a cleaner CSV with only the fields that actually contain data, without empty rows cluttering the spreadsheet when you import it into Excel or Google Sheets.
- When processing multiple forms with identical field structures, export each as CSV with the same field filter applied, then append all CSVs into one master sheet. Since every form uses the same field names as column headers, the data aligns correctly across rows without any manual column mapping.
- Enable Show Hidden/Export Fields if the extracted data looks incomplete compared to what you see in the form. PDF forms sometimes store calculated totals, tracking IDs, or submission timestamps in hidden fields that are invisible to the user but present in the form dictionary. These values are often the most useful for database import purposes.
Upload your filled PDF, run the extraction, check the preview, and export your form data in seconds. If the PDF form still needs to be filled before extracting, use the PDF Form Filler tool to complete the fields first, then return here to extract the submitted values.