add_watermark
Add customizable text or image watermarks to PDF documents using priority-based options, ensuring document security and branding in a single step.
Instructions
Add watermarks to PDF documents. Supports both text and image watermarks. Priority: user text > user image > environment variable image > default text "doc-ops-mcp"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pdfPath | Yes | PDF file path | |
watermarkImage | No | Watermark image path (PNG/JPG). Has higher priority than environment variable but lower than watermarkText. | |
watermarkImageOpacity | No | Image opacity | |
watermarkImagePosition | No | fullscreen | |
watermarkImageScale | No | Image scale ratio | |
watermarkText | No | Watermark text content. Has highest priority. If not provided, will use image or default text "doc-ops-mcp". |