form_filler
Fill in PDF form fields with provided values to complete forms automatically.
Instructions
Fill in form fields in a PDF with provided values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| fields | Yes | Map of field_name → value, e.g. {"name": "John", "age": "30"} | |
| output_name | No | Output file path (defaults to same dir with suffix) |