PDF to JPG
- API Endpoint:
http://127.0.0.1:8080/pdf-to-jpg - Content-Type:
multipart/form-data
Parameters
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| file | File | Yes | The PDF file to be converted | |
| scale | Float | No | Scale factor (0.1 - 5.0) | 1.0 |
| password | String | No | Password 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.