Skip to main content

PDF to JPG

  • API Endpoint: http://127.0.0.1:8080/pdf-to-jpg
  • Content-Type: multipart/form-data

Parameters

NameTypeRequiredDescriptionDefault
fileFileYesThe PDF file to be converted
scaleFloatNoScale factor (0.1 - 5.0)1.0
passwordStringNoPassword for the PDF file

Response

The API returns a ZIP file stream (Content-Type: application/octet-stream), where each page of the PDF is converted into an individual JPEG image file.