Convert images to a PDF file
POST
/api/v1/convert/img/pdf
Convert
请求参数
Body 参数multipart/form-data
fileInput
file
必需
fitOption
enum<string>
必需
枚举值:
fillPagefitDocumentToImagemaintainAspectRatio
默认值:
fillPage
示例值:
fillPage
colorType
enum<string>
必需
枚举值:
colorgreyscaleblackwhite
默认值:
color
示例值:
color
autoRotate
boolean
必需
默认值:
false
示例值:
false
示例代码
返回响应
修改于 2025-06-22 03:57:35