This endpoint accepts a PDF file, scans each page for a specific QR code, and splits the document at the QR code boundaries. The output is a zip file containing each separate PDF document. Input:PDF Output:ZIP-PDF Type:SISO
请求参数
Body 参数multipart/form-data
fileInput
file
必需
The input PDF file
duplexMode
boolean
可选
Flag indicating if the duplex mode is active, where the page after the divider also gets removed.
默认值:
false
示例值:
false
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST '/api/v1/misc/auto-split-pdf' \
--form'fileInput=@""'