pdf_add_text
Add text to a specific PDF page at precise X/Y coordinates. Provide the PDF path, page number, text, and position to insert labels, notes, or annotations.
Instructions
Add text to a PDF at a specified position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| text | Yes | ||
| color | No | ||
| pdf_path | Yes | ||
| font_size | No | ||
| page_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |