Last Updated: Nov 23, 2020
Use this function to extract pages in given range from the PDF document.
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 |
Extract Pages ( C:\User\File1, 3, 6)
Return Value | Description |
---|---|
Path | Path of the output file |
To view all the Document functions, click here.