Skip to content

Free toolsDocuments

PPTX to PNG

Slides as crisp PNGs — text and diagrams without JPG artefacts.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert PPTX to PNG

  1. Drop the deck.
  2. Pick a resolution.
  3. Press Convert and download each PNG.

What happens to your file

LibreOffice Impress renders the deck to PDF on Fylane’s servers, and poppler rasterises each page as a PNG at the DPI you chose — lossless, so text edges and flat colours stay exact. One image per slide, numbered in order.

A hundred slides at most per job.

Questions

PNG or JPG for slides?

PNG for text-heavy slides and diagrams; JPG for photo-heavy ones where the file size matters more.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "slides.render",
    "options": {
      "format": "png",
      "dpi": 110
    }
  }'

The same operation, slides.render — Every slide of a PPTX, PPT, ODP or KEY-exported deck as a PNG or JPEG — LibreOffice to PDF, poppler to pixels; a hundred slides at most. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.