Search

Split PDF

Last Updated: Nov 23, 2020

Articles

Use this function to split the PDF page wise.

Syntax

Split PDF (input_file_path, page_per_pdf)

Parameters

Input Parameter Name Description
input_file_path File path of the PDF file
page_per_pdf Number of pages each PDF needs to have

Sample

Split PDF (C:\User\File1, 2)

  • Splits the File1 into multiple PDF files having 2 pages each.

Returns

Return Value Description
Path Path of the output PDF

To view all the Document functions, click here.

Did you find what you were looking for?