Search

Extract Pages using FID

Articles

Use this function to extract the specified range of pages from the PDF whose FID is given as input.

Syntax

Extract Pages using FID (fid, from_page, to_page)

Parameters

Input Parameter Name Description
fid File Server ID of the PDF
from_page Page number to begin the page extraction
to_page Page number to begin end the page extraction

Returns

Return Value Description
Path Path of the output file

Sample

Extract Pages using FID (ab067542-d7cf-4881, 3, 6)

  • Extract pages 3 to 6 of the PDF with FID ab067542-d7cf-4881 and create an output PDF with the extracted pages.
    Returns the path where the output document is stored.

The path and the name of the output file are automatically assigned by the function.

To view all the Document functions, click here.

Did you find what you were looking for?