История страницы
...
The action combines multiple PDF files to one.
Action icon
Settings of parameters
Property |
Description |
Type |
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Коллекция
Сollection
Коллекция путей до pdf
Robin.Collection
Да
Имя файла
File name
Имя результирующего файла
Robin.String
Test File
Да
Путь до папки
Path to folder
Путь до папки, куда надо сохранить результирующий файл
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
Логическая переменная, необязательный параметр. По умолчанию false. Если значение параметра равно True, то будет перезаписан файл с тем же именем, если он имеется.
Robin.Boolean
true
Нет
Результаты
Результат
Result
Путь до результирующего файла
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 |
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.
...
The program robot completed successfully.
Result in the “test folder” folder
Result in the "test folder 2" folder.