Convert PDF to image(s)
POST
/api/v1/convert/pdf/img
Convert
请求参数
Body 参数multipart/form-data
fileInput
file
必需
pageNumbers
string
必需
默认值:
all
示例值:
all
imageFormat
enum<string>
必需
枚举值:
pngjpegjpggifwebp
默认值:
png
示例值:
png
singleOrMultiple
enum<string>
必需
枚举值:
singlemultiple
默认值:
multiple
示例值:
multiple
colorType
enum<string>
必需
枚举值:
colorgreyscaleblackwhite
默认值:
color
示例值:
color
dpi
integer <int32>
必需
默认值:
300
示例值:
300
示例代码
返回响应
修改于 2025-06-22 03:57:35