This activity takes as input a range of pages and creates a new file containing only that range.
The pdf file from which you want to extract pages.
The name of the output file. The default name is the same as the input file.
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...
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...