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
Enter the page number of pages you want to delete from the PDF. You can give page numbers as an array or in page range like 2-4 or 7-9 or all.…etc
- 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.
