История страницы
...
Combine PDF
...
Version 2 (Net)
Группа действийAction group: PDF
Описание
Действие объединяет несколько pdf файлов в один
...
Description
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
Путь до результирующего файла
Robin.FilePath
Особые условия использования
Отсутствуют.
Пример использования
Задача: на рабочем столе расположен PDF-документ. Необходимо разделить его по страницам и создать на каждую страницу документ (данные сохранить в папку "папка тест"). Необходимо сохранить полный документ в папку "текст папка 2".
Решение: воспользоваться действиями "Открыть", "Разделить PDF", "Склеить PDF".
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметр действия "Открыть".
- Настроить параметры для действия "Разделить PDF".
- Настроить параметры для действия "Склеить PDF".
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно.
Результат в папке "тест папка"
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.
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.Результат в папке "тест папка 2"