Your agent can't render Office files to PDF; this converts DOCX, XLSX, PPTX, and more at high fidelity.
Convert Office and OpenDocument files (DOCX, XLSX, PPTX, ODT, RTF, CSV, TXT, HTML) to PDF at high fidelity. 0.2 credits per output page.
Convert an Office, OpenDocument, or HTML file to PDF at high fidelity.
Pre-signed GET URL of the source file.
Download URL TTL in seconds (default 1h, max 24h).
The source file's format (selects the converter).
Filename for the PDF. Defaults to output.pdf.
curl -X POST "https://skill.askfaro.com/skills/office-converter/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Convert this DOCX to PDF"
}
}'askfaro describe office-converter/convert
Install pip install askfaro-cli, then askfaro auth login.
Convert Office, OpenDocument, and HTML files to PDF, preserving layout and fonts. Conversion runs on LibreOffice in an isolated, auto-scaling backend; the file is processed by Faro's own infrastructure, not a third-party API.
POST /uploads/presign on faro-api, PUT your file, and pass the get_url as input_url.input_format to the source file's format.download_url.DOCX, DOC, XLSX, XLS, PPTX, PPT, ODT, ODS, ODP, RTF, CSV, TXT, HTML, all to PDF.
0.2 credits per output page.
Max input size 30 MB.