Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Split PDF Version 3 (Net)

Группа действийAction group: PDF

Описание

...

Description

This action takes a PDF-document as input, and saves each page of the PDF-file to a folder. The names of the resulting pdfs will look like the following: "Name_PDF-Number_Page_Number.pdf". For example: contractДанное действие принимает на вход pdf-документ, и сохраняет в папку каждую страницу pdf-файла. Имена результирующих pdf будут выглядеть следующим образом: "Имя_ПДФ-Номер_страницы.pdf". Например: договор-1.pdf, договорcontract-2.pdf и так далее, and so on

...

Action icon

Image Modified

...

Settings of parameters

Свойство
Property
Англ. Наименование
Description
Описание
Type

Тип

Пример заполнения

Обязательность заполнения поля

Параметры

Контекст

Context

Уникальный идентификатор сеанса, к которому будет применено действие
Filling exampleMandatory field
Parameters
ContextAction context for working with an PDF-documentRobin.PDF
Контекст
PDF context

 Да

Путь до папки

 Path to folder

Путь до каталога, куда необходимо сложить страницы

 Robin.FolderPath

 C:\Users\PDF

 Да

Результаты

Результат

Result

Коллекция путей до получившихся pdf файлов

 Robin.Collection

 

 

Особые условия использования

Отсутствуют.

Пример использования 

Задача: необходимо открыть файл PDF и разделить каждую страницу документа на отдельный PDF документ (все документы сохранить в папку на рабочий стол) и закрыть документ. 

Решение: воспользоваться действиями "Открыть", "Разделить PDF", "Закрыть". 

Реализация:

  1. Собрать схему робота, состоящую из действий: 
    Image Removed
  2. Настроить параметр действия "Открыть". 
    Image Removed
  3. Настроить параметры для действия "Разделить PDF". 
    Image Removed
  4. Настроить параметр для действия "Закрыть". 
    Image Removed
  5. Нажать на кнопку "Старт" в верхней панели. 

Результат:

Программный робот отработал успешно. Каждая страница PDF документа сохранена, как отдельный документ в папке. 

Yes
Target folderPath to the directory where the pages will be saved.Robin.FolderPathC:\doc\imgYes
Split methodThe method of splitting a PDF document. If the page-by-page method is selected, then each page of the PDF document will be saved separately. If the ranges method is selected, only the pages of the PDF document that are specified in the ranges will be saved.Robin.String
Yes
Page RangeThe range of pages by which the PDF document will be divided. The page range can be a number or two numbers separated by «-«, while the second number must be greater than the first. Example of filling: «1-5» or «6». It is taken into account if the method of dividing into ranges is selected.Robin.String
No
Results 
ResultCollection of paths to the resulting pdf files.Robin.Collection

Special conditions of use

None.

Example of use

Task

Open the PDF-file and split each page of the document into a separate PDF-document (save all documents in a folder on the desktop) and close the document. 

Solution

Use actions "Open PDF", "Split PDF", "Close PDF". 

Implementation

  1. Assemble a robot scheme consisting of actions: 
    Image Added
  2. Set the "Open PDF" action parameter. 
    Image Added
  3. Set the "Split PDF" action parameters. 
    Image Added
  4. Set the "Close PDF" action parameter. 
    Image Added
  5. Press the "Start" button in the top panel. 

Result:

The program robot completed successfully. Each page of the PDF-file is saved as a separate document in the folder. 

Image Added

 Image Removed