Converts a spreadsheet to PDF using the print and scaling settings saved in the workbook. For the cleanest output, ensure the sheet has fit-to-width or landscape print settings configured before converting; wide sheets without those settings may clip columns.
You have an XLSX, XLS, ODS, or CSV and want a printable PDF of it.
Documents, slide decks, or extracting the cell values as data.
~1 credits / page (up to 20)
0.2 credits per output page. Page count depends on the sheet's print layout, so a wide sheet without fit-to-width settings can clip or sprawl.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
URL of the spreadsheet to convert (XLSX, XLS, ODS, or CSV).
Name for the resulting PDF file.
A download link to a .pdf file containing the rendered spreadsheet pages.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Office to PDF skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/office-to-pdf/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"spreadsheet","file":"https://example.com/budget.xlsx","output_name":"budget.pdf"}}'Example requests