Watermark a PDF
pdf_watermarkStamp a text watermark on every page of a PDF file. All processing stays on your machine with no data sent externally.
Instructions
Stamp a text watermark on every page. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Watermark text | |
| color | No | Color as #RRGGBB (default #808080) | |
| input | Yes | Path to the input PDF | |
| output | Yes | Path to write the watermarked PDF | |
| opacity | No | Opacity 0-1 (default 0.15) | |
| fontSize | No | Font size in points (default 48) | |
| position | No | Placement (default center) |