Merge PDF Documents
You can select this activity to merge two PDF documents.
This table lists the properties for the activity.
Property Type | Property Name | Data Type | Description |
---|---|---|---|
Common | Continue on error | Boolean | The option to continue the RPA flow even if the activity fails. This check box is selected by default. |
Input | Input Files | List<String> | The location of the PDF documents that must be merged. Note: Ensure to use activities such as Get Files in Directory to retrieve the list of
files from a specified directory, before using this activity.
|
Target File Name | String | The name of the file to be created after the Merge Operation is performed. For example, test.pdf. | |
Target File Path | String | The location of the directory where the target file must be created. For example, C:\RPA | |
Misc | DisplayName | String | The name to be displayed for the activity. |
Output | Output File | String | The location of the merged PDF file. You must create a variable to store this value. |
Response Code | Int32 | Response code for the activity. Possible values:
Note: You must create and specify the int32 variable to
view the response code.
|