What it does
Spreadsheet to PDF converts Excel and spreadsheet files into PDF output you can download or fetch as a signed link. Send a file upload, a remote spreadsheet URL, or base64-encoded file bytes, and get back a PDF in the format you choose.
Use the file endpoints when your app receives an upload, the URL endpoints when you already host the spreadsheet elsewhere, or the base64 endpoints when the source arrives as encoded bytes. For download responses, the API returns binary PDF content. For link responses, it returns a data field containing a URI you can hand off to another service or store for later retrieval.
You can also set landscape on the download variants to render the PDF in landscape orientation. The file upload download endpoint accepts .xls, .xlsx, or .ods, and the file download endpoint can take an output query value if you want to name the generated file.
Spreadsheet to PDF is a fit for reporting workflows, invoice exports, archived financial sheets, or any internal tool that needs a spreadsheet rendered as a shareable PDF without building office-format handling into your own service.