Append Image To PDF
Append an image to a PDF
This activity appends a user-specified image to a given PDF file
Input
File Name:
String Argument
Required
The full path of the PDF filename or corresponding variable, to which image is to be appended.Image File:
Object Argument
Required
The full path of the image to be appended or a variable that contains the image path.Configuration:
PdfDataSelector Argument
The PDF viewer is displayed.
Configuration
X:
Double Argument
The X Coordinate of the image to be appended.Y:
Double Argument
The Y Coordinate of the image to be appended.Width:
Double Argument
The width of the image that is to be appended.Height:
Double Argument
The height of the image that is to be appended.Page No:
String Argument
Required
Specifies the page number or a range of page numbers of the page/pages to be processed
Output
Result:
Object Variable
The output of processed PDF to which image is appended, which can be stored on a variable/file.
Last updated