Optimize PDF file
POST
/api/v1/misc/compress-pdf
Misc
请求参数
Body 参数multipart/form-data
fileInput
file
必需
optimizeLevel
enum<integer> <int32>
必需
枚举值:
123456789
默认值:
5
示例值:
5
expectedOutputSize
string
必需
默认值:
25KB
示例值:
25KB
linearize
boolean
必需
默认值:
false
示例值:
false
normalize
boolean
必需
默认值:
false
示例值:
false
grayscale
boolean
必需
默认值:
false
示例值:
false
示例代码
返回响应
修改于 2025-06-22 03:57:35