file_converter_watermark_action
Add a text watermark like 'CONFIDENTIAL' or 'DRAFT' to PDF or image files to protect sensitive documents.
Instructions
Add a text watermark (e.g. CONFIDENTIAL, DRAFT) to a PDF or image file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file_url | Yes | S3 or public URL of the file to watermark. | |
| input_format | Yes | Extension of the input file (e.g. pdf, png, jpg). | |
| text | Yes | Text to overlay (e.g. CONFIDENTIAL, DRAFT). | |
| output_variable_name | Yes | Variable name for the result. | watermarked_file |