Split PDF pages into smaller sections
POST
/api/v1/general/split-pdf-by-sections
General
请求参数
Body 参数multipart/form-data
fileInput
file
必需
horizontalDivisions
integer <int32>
必需
>= 0
默认值:
0
verticalDivisions
integer <int32>
必需
>= 0
默认值:
1
示例值:
1
merge
boolean
必需
默认值:
true
示例值:
true
示例代码
返回响应
修改于 2025-06-22 03:57:35