SplitDocumentRequest
Split Pdf Request body
NAME | DESCRIPTION |
---|---|
EachPage Optional |
boolean
First priority parameter. Document will be split by page
|
Ranges Optional |
string
Second priority parameter. The document will be split into multiple documents with the specified page ranges. Example: "1-3,4,2-5"
|
PdfBase64File Required |
string
Base64 encoded PDF document to process
|