Split PDF API
Split PDF files into pages and save them in individual PDF.
String
Split PDF by fixed range. For example, if set 3,2 for a ten-page PDF, it would be divided into four PDF files with pages 3,2,3,2.
String
Split PDF by custom range, page or page range supported, several page ranges can be set by comma. For example, if set 1-2,5-6,9 for a ten-page PDF, it would create five PDFs with one-page corresponding page number set in range.
Bool
Create object streams in the PDF file. An object stream represents a stream that contains a sequence of PDF objects. This allows a greater number of PDF objects to be compressed. Property compatible with Acrobat 6/PDF v1.5 and later.
Default: False
Show allSnippets are autogenerated according to converter parameter choices above. Please select file in "File" or "Files" parameter before using code snippets.
Code snippet is using ConvertAPI JavaScript Client
Code snippet is using ConvertAPI Node.js Client
Code snippet is using ConvertAPI PHP Client
Code snippet is using ConvertAPI Java Client
Code snippet is using ConvertAPI C# Client
Code snippet is using ConvertAPI Ruby Client
Code snippet is using ConvertAPI Python Client
Code snippet is using ConvertAPI Go Client
Code snippet is using command line utility program
For conversions with the multiple file result please refer to the example