pdf_form_read
Read all form fields from a PDF to get names, types, values, and options, so you can identify field names before filling the form.
Instructions
Read all form fields from a PDF. Returns each field's name, type (Text, CheckBox, Dropdown, OptionList, RadioGroup), current value, and available options. Use this before pdf_form_fill to discover field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the PDF file with form fields | |
| password | No | Password if the PDF is encrypted |