Skip to content
Server-sideDeleted in 30 minutes

Convert PowerPoint to PNG

A PNG holds one picture, so a deck of twenty slides cannot become one PNG without choosing. This exports the first slide, which is the one people usually want: a title card for a thumbnail, a preview image, or a single diagram lifted out of a deck. If you need all of the slides, PDF is the format that carries a sequence.

Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.

Add to Chrome — free
PPTXPNG

Drop your PPTX file here, or click to browse

Up to 50 MB. Deleted automatically after 30 minutes.

What it does

  • The first slide is exported as a lossless PNG
  • Text and shapes are rasterized at the slide dimensions
  • For every slide, convert to PDF instead

How to use PowerPoint to PNG

  1. 1

    Upload the deck

    Move the slide you want to the front if it is not already first, since the first is the one exported.

  2. 2

    The slide is rendered

    Shapes, text and images are drawn into a pixel grid at the slide's own dimensions. Nothing is cropped.

  3. 3

    Remember it is now a picture

    The text is pixels. It cannot be edited, searched or selected, and enlarging it will soften it.

How it works

The deck is opened and its first slide is rendered: shapes are drawn, text is laid out with its fonts, images are composited, and the whole thing is written into a pixel grid at the slide's own dimensions. That grid is saved as a PNG with lossless compression.

Nothing is scaled or cropped. A 16:9 slide produces a 16:9 image.

The one-image rule

This is the whole reason the page exists. A PNG is a single picture; a deck is a sequence. One of them has to give, and since there is no way to put forty slides in one PNG, the first is exported.

The failure mode is quiet: you get a valid file that contains a fraction of what you uploaded. If the deck matters as a deck, use PDF.

Why PNG rather than JPG for slides

A slide is flat fills, hard edges and text — the exact content that lossy compression damages most visibly. JPG puts haloes around lettering and blocks around color boundaries. PNG is lossless, so the image is pixel-for-pixel what was rendered, and for slide-shaped content it usually compresses to a comparable size anyway.

What is given up

Everything that made it a slide. The text becomes pixels, so it cannot be edited, selected, searched or read aloud by assistive software. The animations and the speaker notes are not in an image at all. What you have is a picture, which is the right thing for a thumbnail and the wrong thing for a document.

One image holds one slide

This is the constraint people meet first, and it is the format's doing rather than a setting. A PNG file contains a single image, so a deck of thirty slides cannot become one PNG. The first slide is what you get.

If you need every slide as a picture, the practical route is to convert the deck to PDF and then export the pages you want, or to use presentation software's own export-all-slides function, which writes one file per slide.

If you need every slide in one file that anyone can open, PDF is simply the right answer — it was designed for exactly this and keeps the text selectable as well.

Examples

A title card for a blog post

deck.pptx - 18 slides, first is the title
deck.png - 1920x1080, lossless

Exactly the intended case. The title slide becomes a thumbnail with crisp text, and PNG keeps the flat colors and sharp edges of a slide without the artifacts a lossy format would add.

An attempt to export a whole deck

training.pptx - 40 slides
training.png - slide one only

Thirty-nine slides are not in the output, and nothing warns you. Convert to PDF for the whole deck; it paginates and keeps the text selectable.

Frequently asked questions

Why do I only get one image?

Because a PNG file contains exactly one image. There is no standard way to put a sequence of slides into a single PNG, so a converter has to choose, and the first slide is the one people almost always mean when they ask for a picture of a deck. For every slide, PDF is the right target: it is designed to hold a sequence of pages.

Should I use PNG or JPG for a slide?

PNG, in almost every case. Slides are flat color, sharp text and hard-edged shapes, which is precisely what lossless compression handles well and what JPG handles badly: a lossy encoder puts visible haloes around text and boundaries. JPG only wins when the slide is mostly a photograph, and even then the difference in file size rarely justifies the artifacts.

Is the text still text?

No. Rendering to an image turns every character into pixels, so the result cannot be searched, selected, copied or corrected, and screen readers cannot read it. That is the trade for having a picture that displays anywhere. If the text needs to remain text, convert to PDF, which keeps it selectable while still fixing the appearance.