Renders a Word or OpenDocument file to a layout-faithful PDF, preserving fonts, tables, and document structure. Documents with standard embedded fonts convert at the highest fidelity; exotic or non-embedded fonts may reflow slightly.
You have a DOCX, DOC, ODT, or RTF and want a faithful PDF of it.
Slide decks, spreadsheets, or extracting the text instead of rendering it.
~1 credits / page (up to 20)
0.2 credits per output page. A few-page letter is the usual case; a long report costs more.
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 Word or OpenDocument file to convert (DOCX, DOC, ODT, or RTF).
Name for the resulting PDF file.
A download link to a .pdf file that faithfully reproduces the source document's layout.
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":"document","file":"https://example.com/report.docx","output_name":"report.pdf"}}'Example requests