Auto split PDF pages into separate documents based on size or count
POST
/api/v1/general/split-by-size-or-count
General
if 10MB and each page is 1MB and you enter 2MB then 5 docs each 2MB (rounded so that it accepts 1.9MB but not 2.1MB) Input:PDF Output:ZIP-PDF Type:SISO
请求参数
Body 参数multipart/form-data
fileInput
file
必需
splitType
integer <int32>
可选
默认值:
0
splitValue
string
可选
默认值:
10MB
示例值:
10MB
示例代码
返回响应
修改于 2025-06-22 03:57:35