Search

Extract Pages

Last Updated: Nov 23, 2020

Articles

Use this function to extract pages in given range from the PDF document.

Syntax

Extract Pages (path, from_page, to_page)

Parameters

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

Sample

Extract Pages ( C:\User\File1, 3, 6)

  • Extracts pages 3 to 6 of the PDF ‘File1’.

Returns

Return Value Description
Path Path of the output file

To view all the Document functions, click here.

Did you find what you were looking for?