pdf_stamp
Apply a rotated business stamp to PDF pages with pre-configured styles (APPROVED, CONFIDENTIAL, etc.) or custom text.
Instructions
Apply a styled business stamp (like a rubber stamp) to PDF pages. Pre-configured styles for common stamps, or create custom ones. Draws a bordered rectangle with text inside, slightly rotated for authenticity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Stamp type. Use CUSTOM with customText for your own stamp. | |
| pages | No | Pages to stamp (1-indexed). Omit for all. | |
| opacity | No | Opacity (default: 0.75) | |
| filePath | Yes | PDF file path | |
| position | No | Stamp position (default: top-right) | top-right |
| rotation | No | Rotation in degrees for rubber-stamp look (default: -15) | |
| customText | No | Custom stamp text (only used when type is CUSTOM) | |
| outputPath | Yes | Output path |