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
- File NameString, Required
Map the file name from the source action
- Documentstring, Required
Map the file Data from the source action
- Page Numberstring, Required
- Specify page indices as comma-separated values or ranges to process (e.g. “0, 1, 2-” or “1, 2, 3-7”).
- If not specified, the default configuration processes all pages. The input must be in string format.
- Split Typestring, RequiredDefault: Simple Split
Specify whether the document should be split into two or split recurringly. Allowed values are
- Simple Split
- Recurring SplitWhen using Simple Split, the response will have two files. When using Recurring Split, the output file will be a single zip file containing multiple documents based on the split page number
- Split File Namingstring, Required
You can select any one-
- With page number
- Naming as per order
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.
