List PDF Form Fields

Extract and review all internal field names and types from an AcroForm PDF.

Drop your PDF here

or click to browse

Ready to Process

File:

Processing...

Success!

Download File

Error

Understanding the AcroForm Dictionary

Interactive PDFs contain an interactive form dictionary called AcroForm. This dictionary contains a /Fields array referencing widget annotations.

When building automated systems or trying to understand why a form is failing to submit data, it is crucial to inspect the exact internal names of these fields (e.g., 'Text1', 'chk_agree'). Our tool lists them instantly.

Technical Details

Field Type Internal Name Common Uses
TxText FieldNames, addresses, input
BtnButtonCheckboxes, radio buttons, submit buttons
ChChoiceDropdown menus, list boxes
SigSignatureDigital signature fields

Next Step: List PDF Form Fields (Next Article)

Common Mistakes

  • Assuming the visible label next to a field is its internal programmatic name.
  • Trying to automate filling without mapping the exact field hierarchy.

Frequently Asked Questions

Can I edit the field names here?

Currently, this tool only lists them for inspection.

Does it show hidden fields?

Yes, all fields in the /Fields array are listed, regardless of their /Subtype visibility flag.