> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# PDF Watermark

> Add a text watermark to PDF pages

# PDF Watermark

Add a text watermark to PDF pages

## Properties

| Property   | Value           |
| ---------- | --------------- |
| **Type**   | pdf-watermark   |
| **Family** | Actions         |
| **Group**  | Files & Storage |

## Parameters

| Name     | Label          | Type   | Description                                     | Required |
| -------- | -------------- | ------ | ----------------------------------------------- | -------- |
| file     | File           | JSON   | File handle, URL, or local path to the PDF file | Yes      |
| text     | Watermark Text | String | Text to use as watermark                        | Yes      |
| position | Position       | Select | Watermark position                              | No       |
| opacity  | Opacity        | Number | Watermark opacity (0.0 to 1.0)                  | No       |
| rotation | Rotation       | Number | Rotation angle in degrees                       | No       |
| pages    | Pages          | String | Page selection (empty for all pages)            | No       |

## Outputs

| Name | Label | Type   | Description          |
| ---- | ----- | ------ | -------------------- |
| file | file  | object | Watermarked PDF file |
