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- RequiredThe full path of the PDF filename or corresponding variable, to which image is to be appended.
- Image File: - Object Argument- RequiredThe full path of the image to be appended or a variable that contains the image path.
- Configuration: - PdfDataSelector ArgumentThe PDF viewer is displayed.
Configuration
- X: - Double ArgumentThe X Coordinate of the image to be appended.
- Y: - Double ArgumentThe Y Coordinate of the image to be appended.
- Width: - Double ArgumentThe width of the image that is to be appended.
- Height: - Double ArgumentThe height of the image that is to be appended.
- Page No: - String Argument- RequiredSpecifies the page number or a range of page numbers of the page/pages to be processed
Output
- Result: - Object VariableThe output of processed PDF to which image is appended, which can be stored on a variable/file.
Last updated
