Action group: PDF
The action combines multiple PDF files to one
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
File paths | Collection of paths of the source pdf files. | Robin.Collection | Yes | |
Name | Name of the resulting file. | Robin.String | Yes | |
Target folder | Path to the directory where the resulting file will be saved. | Robin.FolderPath | C:\doc\img | Yes |
Overwrite | If the value of the boolean variable is True, then the resulting file will be overwritten if it exists. | Robin.Boolean | true | No |
Results | ||||
Result | Full path to the resulting file. | Robin.FilePath |
None.
There is a PDF document in the workspace. Split it into pages and create a document for each page (save the data to the folder "test folder"). Save the final document to the folder "test folder 2".
Use the "Open PDF", "Split PDF", "Combine PDF" actions.
The program robot completed successfully.
Result in the “test folder” folder
Result in the "test folder 2" folder.