This Specification Task will create a grid of image watermarks on the specified pages of a target PDF file.
The task will fill the entire page with the specified image watermark.
Property Name | Description |
---|---|
Title | Changes the Title (not the name) of the task. |
PDF File | The path to the PDF file to modify. |
Page Range | Use '*' or leave empty to select all pages. Also accepts a pipebar delimited list of page numbers, e.g. '1|2|3', or a range using a hyphen, e.g. '1-3'. |
Image file | The path to the image file to use as the watermark. Accepted image formats include .JPG, .PNG and .BMP. |
Opacity | Specifies the opacity of the watermark as a value between 0.0 (transparent) and 1.0 (opaque). |
Rotation Angle | The rotation angle of the watermark in degrees.
Specify positive values to achieve the desired clockwise rotation. |
When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.
Property Name | Example Rule | Meaning |
---|---|---|
PDF File | "D:\DriveWorks\MyPDF.pdf" | Will add the watermark to MyPDF.pdf. |
Page Range | "2-4|7|9" | Will apply the watermark to pages 2,3,4,7 and 9. |
Image File | "D:\DriveWorks\DW-Logo.jpg" | Will apply the image DW-Logo.jpg as the watermark on the specified pages. |
Opacity | 0.5 | Will make the watermark translucent. |
Rotation Angle | 45 | Will rotate the watermark on the page to 45 degrees clockwise. |