add_stamps
Add text stamps like APPROVED or VOID to PDFs at chosen positions (corners or center). Specify file, text, and optional color, font size, and output name.
Instructions
Add a text stamp to a PDF at a specific position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| text | Yes | Stamp text, e.g. "APPROVED" or "VOID" | |
| color | No | Hex color, e.g. "#FF0000" (default red) | |
| position | No | ||
| font_size | No | Font size in points (default 24) | |
| output_name | No | Output file path (defaults to same dir with suffix) |