pdf_form_read
Read all form fields from a PDF to discover field names, types, current values, and available options. Use this before filling forms.
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 |