inspect_pdf_form
Retrieve names, types, and current values of form fields from a base64-encoded PDF. Returns a JSON array of field definitions.
Instructions
Inspect form fields in a PDF and return their names, types, and current values.
Args: pdf_base64: Base64-encoded PDF file with form fields.
Returns: JSON array of form field definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |