pdf_get_form_fields
Extract all form fields from a PDF, retrieving their names, types, current values, and required status. Also indicates if the PDF has no forms.
Instructions
List all form fields in a PDF with their names, types, current values, and required status. Returns hasForm: false for PDFs without forms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the PDF file |