PDF to Images
POST
/api/pdf-to-images
Convert PDF to Images
Converts a PDF file to a set of images and returns them as a ZIP file.
Request Body
pdf
Requiredstring
The PDF file to convert.
Format:"binary"
format
string
The format to receive data.
Format:"links" | "zip" | undefined
Status code | Description |
---|---|
200 | A ZIP file containing the converted images. |
400 | Bad Request |
401 | Unauthorized |
500 | Internal Server Error |