Skills/Office to PDF/Slide deck to PDF

Slide deck to PDF

~2 credits / page (up to 20)

Converts a PowerPoint or OpenDocument presentation to PDF, one slide per page. Slide layouts, images, and text positioning are preserved; the output page count matches the slide count.

Use when

You have a PPTX, PPT, or ODP and want each slide as a PDF page.

Not for

Documents, spreadsheets, or editing the slides.

Cost

~2 credits / page (up to 20)

0.2 credits per output page, one slide per page. A short deck is the usual case.

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 slide deck to convert (PPTX, PPT, or ODP).

output_nameoptional

Name for the resulting PDF file.

What you get back

A download link to a .pdf file with one page per slide.

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":"presentation","file":"https://example.com/pitch.pptx","output_name":"pitch.pdf"}}'

Example requests

  • Convert this PowerPoint presentation to PDF
  • Turn my PPTX slide deck into a PDF for the client
  • I need a PDF of this ODP presentation