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
pdfRequiredstring
The PDF file to convert.
Format:"binary"formatstring
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 |