Split PDF
Split single PDF into multiple PDF files by page numbers. Manage your large PDF documents better by divide into multiple more faster and secure.
Parameters
- NameString, Required
Filename including extension.
- DocumentBuffer, Required
PDF file to be split. The file uploaded should always be PDF. The file should be passed as a binary file.
- Page NumberNumeric, Required
Split document after the page number.
Output
- NameString
The name of the output file.
- DocumentsArray of object
The Document is an array, this array contains the document which has been split. The output PDF can be found in the docData in Base64 format.