Combine PDF Version 2 (Net)
Action group: PDF
Description
The action combines multiple PDF files to one.
Action icon
Settings of parameters
Свойство | Англ. Наименование | Описание | Тип | Пример заполнения | Обязательность заполнения поля |
Параметры | |||||
Коллекция | Сollection | Коллекция путей до pdf | Robin.Collection | Да | |
Имя файла | File name | Имя результирующего файла | Robin.String | Test File | Да |
Путь до папки | Path to folder | Путь до папки, куда надо сохранить результирующий файл | Robin.FolderPath | C:\Users\PDF | Да |
Перезаписать | Overwrite | Логическая переменная, необязательный параметр. По умолчанию false. Если значение параметра равно True, то будет перезаписан файл с тем же именем, если он имеется. | Robin.Boolean | true | Нет |
Результаты | |||||
Результат | Result | Путь до результирующего файла | Robin.FilePath |
Special conditions of use
None.
Example of use
Task
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".
Solution
Use the "Open PDF", "Split PDF", "Combine PDF" actions.
Implementation
- Assemble a robot scheme with the actions.
- Set the "Open PDF" action parameter.
- Set the "Split PDF" action parameters.
- Set the "Combine PDF" action parameters.
- Click "Start" in the top panel.
Result
The program robot completed successfully.
Result in the “test folder” folder
Result in the "test folder 2" folder