Skills/Office to PDF/Document to PDF

Document to PDF

~1 credits / page (up to 20)

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.

Use when

You have a DOCX, DOC, ODT, or RTF and want a faithful PDF of it.

Not for

Slide decks, spreadsheets, or extracting the text instead of rendering it.

Cost

~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.

What it accepts

Set these inside the intent when you run it.

filerequired

URL of the Word or OpenDocument file to convert (DOCX, DOC, ODT, or RTF).

output_nameoptional

Name for the resulting PDF file.

What you get back

A download link to a .pdf file that faithfully reproduces the source document's layout.

Run it

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

  • Convert this Word document to PDF
  • Turn my DOCX report into a PDF for sharing
  • I need a PDF version of this ODT file