About this endpoint
What it does
Converts an uploaded spreadsheet file to a PDF and returns the generated PDF as a binary download. The request accepts a spreadsheet upload plus optional output settings via query parameters.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output file name. Example: output.pdf. |
| landscape | Boolean | No | Whether to render the PDF in landscape orientation. Default: false. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Spreadsheet file to convert. Must be an .xls, .xlsx, or .ods binary upload. |
Response
Returns a binary file download containing the generated PDF. The response schema is a binary string.