PdfAddWatermark

Description

This activity adds a watermark to every page of an input pdf. The watermark is an image, given in input, which is positioned in the center of each page of the pdf file, with a given size and opacity


Files

FilePdf InArgument<IFileValue> REQUIRED

The pdf file you want to put the watermark.

Image InArgument<IFileValue> REQUIRED

The image which represents the watermark.


Misc

WatermarkOptions InArgument<List<WatermarkOptions>>

Watermarks options for defining specific options (pages, size, rotation, position, opacity ecc..)


Options

Opacity InArgument<Float>

Default = 0.5. A number between 0 and 1 that represents the opacity of the watermark.

RelativeSize InArgument<Float>

Default = 0.8. A number between 0 and 1 that represents the size of the watermark in relation with the dimansion of the file.


Output

ResultFile OutArgument<IFileValue>

The output pdf file with the applied watermark.