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

Ключ

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

...

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-1.pdf, contract-2.pdf, and so on. 

Action icon


Parameters

Input parameters

Context - unique identifier of the session to which the action will be applied

Target folder - path to the directory where the pages should be stacked

Output parameters

Result - collection of paths to the resulting pdf files

...

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextAction context for working with an PDF-documentRobin.PDFPDF contextYes
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

...