fill_pdf
Fill PDF forms by mapping field IDs to text values, with native AcroForm support and warnings when text exceeds field boxes.
Instructions
Fill the PDF and save it.
values maps field id -> text value (checkboxes: "true"/"yes"/"x" to tick).
Fields not present in values stay empty. AcroForm fields are filled
natively inside the PDF; everything else is drawn at its exact box.
The response's warnings list flags values that will be shrunk or
truncated to fit their box — fix those before delivering the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| flatten | No | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |