Last Updated: May 27, 2021
Use this function to extract the specified range of pages from the PDF and create an output PDF with the extracted pages.
Extract Pages (path, from_page, to_page)
| Input Parameter Name | Description |
|---|---|
| path | Path of the PDF |
| from_page | Page number to begin the page extraction |
| to_page | Page number to begin end the page extraction |
| Return Value | Description |
|---|---|
| Path | Path of the output file |
Extract Pages (C:\User\MutualFundStatement.pdf, 3, 6)
The path and the name of the output file are automatically assigned by the function.
To view all the Document functions, click here.