About this endpoint
What it does
Converts an uploaded presentation file to a PDF and returns the generated PDF as a binary download. The input is the presentation file plus optional query parameters that control the output filename and page orientation.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename for the generated PDF. Example: output.pdf. |
| landscape | Boolean | No | Page orientation for the PDF output. Default: true. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Presentation file to convert. Binary upload; supported formats: .ppt, .pptx, or .odp. |
Response
Returns a binary file response containing the converted PDF download. The output schema is a binary string, so the response body itself is the PDF content.