Last Updated: Feb 14, 2022
Use this function to split PDF documents into the number of pages specified.
Split PDF to Pages (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 |
Return Value | Description |
---|---|
Path | Path of the output PDF |
Split PDF to Pages (C:\User\Invoice.pdf, 2)
The path and the name of the output files are automatically assigned by the function.
To view all the Document functions, click here.