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

Ключ

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

...

The action deletes the set range of pages from the PDF-document

Action icon

Parameters

Input parameters

Context - action context for working with a PDF document.

Page range - range of pages to be removed from PDF document. The page range can be one or two numbers with a "-", with the second number being larger than the first. Example of filling: "1-5" or "6".

File name - file name of PDF document with deleted pages. If the field is left empty, the name of the original file will be used.

Folder path - path to folder where PDF document file with deleted pages will be saved. If the field remains empty, the file will be saved in the original folder.

Overwrite - if the value is "true" and a PDF document with the same name exists in the specified folder, the new file will overwrite it. If "false", the document will not be overwritten and the action will return an error.

Output parameters

Result - path to PDF document file with deleted pages.

...

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextAction context for working with a PDF document.Robin.PDFPDF contextYes
File nameFile name of PDF document with deleted pages. If the field is left empty, the name of the original file will be used.Robin.String
No
Folder pathPath to folder where PDF document file with deleted pages will be saved. If the field remains empty, the file will be saved in the original folder.Robin.FolderPathC:\doc\imgNo
OverwriteIf the value is "true" and a PDF document with the same name exists in the specified folder, the new file will overwrite it. If "false", the document will not be overwritten and the action will return an error.Robin.BooleantrueNo
Page rangeRange of pages to be removed from PDF document. The page range can be one or two numbers with a "-", with the second number being larger than the first. Example of filling: "1-5" or "6".Robin.String
Yes
Results
ResultPath to PDF document file with deleted pages.Robin.FilePath

...