fill_pdf
Fill a PDF form by mapping field IDs to text values, supporting checkboxes and native AcroForm filling. Saves the filled document to a specified output path.
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 |