Split PDF
Split PDF is a feature that allows you to divide a single PDF document into multiple PDF files. You can split a PDF document by page numbers, by page ranges, or by extracting specific pages.
Parameters
- PDF NameString, Required
File name including extension.
- Documentstring, Required
Map source file content from previous action
- Page Numbersstring, 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.
- Doc DataArray of object
The output document in Base64 format.
