Search K
Appearance
Appearance
Inserts a text or image watermark into a PDF file, or removes named watermark layers from it.
Use this task to apply or remove watermarks from PDF documents as part of a document processing workflow. Text watermarks support configurable content, color, font, angle, and page targeting. Image watermarks support scaling and positioning. The Delete mode removes one or more named layers from the file, which is useful for stripping draft markings from approved documents.
| Field | Type | Required | Description |
|---|---|---|---|
| Mode | Dropdown | Yes | The watermark operation to perform: Insert Text, Insert Image, or Delete. |
| Local File Full Path | Text | Yes | Absolute path to the PDF file to modify. The file is modified in place. |
| Layer Name | Text | No | Name of the layer on which to place the watermark. If blank, the watermark is merged directly into page content. Visible when Mode is Insert Text or Insert Image. |
| Watermark Text | Text | No | The text string to display as a watermark. Visible when Mode is Insert Text. |
| Image URL or Base64 | Text | No | Path, URL, or base64 string of the image to use as a watermark. Visible when Mode is Insert Image. |
| Location | Dropdown | No | Anchor position for the watermark: Center, Top Left, Top Right, Bottom Left, or Bottom Right. Visible when Mode is Insert Text or Insert Image. |
| Text Angle | Text | No | Rotation angle of the text watermark in degrees. Visible when Mode is Insert Text. |
| Transparency | Text | No | Opacity level from 0 (invisible) to 100 (fully opaque). Visible when Mode is Insert Text or Insert Image. |
| Text Color (Hex) | Text | No | Hex color code for the watermark text (e.g. #FF0000). Visible when Mode is Insert Text. |
| Font Size | Text | No | Point size of the watermark text. Visible when Mode is Insert Text. |
| Font Name | Text | No | Font to use for the watermark text (e.g. Helvetica, Courier, Times, Arial). Visible when Mode is Insert Text. |
| Page Range | Text | No | Pages to watermark, e.g. 1, 2-5, or 1- for all pages from page 1. Visible when Mode is Insert Text or Insert Image. |
| Image Scale Percent | Text | No | Percentage scale for the image watermark relative to its original size. Visible when Mode is Insert Image. |
| Layers to Delete | List | No | Names of the layers to remove from the PDF. Visible when Mode is Delete. |
Mode and Local File Full Path are always visible. All other fields are conditional based on the selected Mode value.
| Operation | Description |
|---|---|
| Insert Text | Stamps a configurable text string onto the specified pages. |
| Insert Image | Places an image onto the specified pages at the chosen position. |
| Delete | Removes the named layers from the PDF. |
This task performs an action and does not produce output variables.