PdfExtractPages

Description

This activity takes as input a range of pages and creates a new file containing only that range.


Input File

PdfDmFileToExtractPages InArgument<IDmFile> REQUIRED

The pdf file from which you want to extract pages.


Misc


Output File

NewPdfName InArgument<String>

The name of the output file. The default name is the same as the input file.


Pages Range

FromPageIndex InArgument<Int32> REQUIRED

The index of the first page to extract. The first page has index 0. Negative indexes start from the end of the document: -1 is the last page, -2 the second last, etc...

ToPageIndex InArgument<Int32>

The index of the last page to extract (included). The first page has index 0. Negative indexes start from the end of the document: -1 is the last page, -2 the second last, etc...