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.
You have a PPTX, PPT, or ODP and want each slide as a PDF page.
Documents, spreadsheets, or editing the slides.
~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.
Set these inside the intent when you run it.
URL of the slide deck to convert (PPTX, PPT, or ODP).
Name for the resulting PDF file.
A download link to a .pdf file with one page per slide.
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