Last Updated: Nov 23, 2020
Use this function to split the PDF page wise.
Split PDF (input_file_path, page_per_pdf)
Input Parameter Name | Description |
---|---|
input_file_path | File path of the PDF file |
page_per_pdf | Number of pages each PDF needs to have |
Split PDF (C:\User\File1, 2)
Return Value | Description |
---|---|
Path | Path of the output PDF |
To view all the Document functions, click here.