Convert PPT to PNG
Decks from the .ppt era are almost entirely flat fills, hard-edged shapes and text — the exact content a lossless format handles perfectly and a lossy one smears. PNG is therefore the right target for an old slide, with one caveat that has nothing to do with compression: if the deck's fonts are gone, the render will not match what its author saw.
Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.
Add to Chrome — freeDrop your PPT file here, or click to browse
Up to 50 MB. Deleted automatically after 30 minutes.
What it does
- The first slide is rendered as a lossless PNG
- Flat color and sharp text survive exactly, with no compression artifacts
- Missing fonts are substituted, which can change the composition
How to use PPT to PNG
- 1
Upload the .ppt
Move the slide you want to the front, since only the first is exported.
- 2
The slide is rendered losslessly
Shapes, text and images are drawn into a pixel grid and stored without any lossy compression step.
- 3
Check it against the deck
Old files often reference fonts that no longer exist. Look at any slide where text sits tightly against a graphic.
How it works
The compound binary is opened and its first slide is rendered into a pixel grid at the slide's own dimensions, then stored as a PNG with lossless compression. Nothing about the rendered image is approximated on the way into the file.
Decks of this vintage are usually 4:3, so the output is 4:3.
Why lossless is the right choice here
A slide from this era is flat color, solid borders and text. Lossy compression works by discarding detail the eye is least likely to miss in a photograph, and its characteristic damage — ringing around sharp boundaries — lands exactly on lettering and thin rules.
PNG stores the render exactly. For flat content it also compresses well, so choosing it usually costs nothing in file size.
The problem that is not about compression
Fonts. A .ppt records which typeface each text box uses and rarely contains it. Twenty years later that font is often gone, a substitute is used, and the substitute has different letter widths.
The result reflows: lines wrap in new places, and text positioned to sit beside a graphic may end up over it. PNG will preserve that faithfully, which is the problem — an image cannot be nudged back into place.
The safer route for anything published
Convert the deck to PPTX or PDF first and look at it. If the composition survived, export the image with confidence. If it did not, you still have an editable file to fix rather than a picture of the mistake.
The resolution these decks were built for
A deck from the .ppt era was designed for a projector running at 800 by 600 or
1024 by 768. Everything in it — type sizes, image resolution, line weights — was
chosen for that.
Exported as a PNG today it will look correct at roughly its original size and soft if you scale it up, because there is no more detail in the file to reveal. That is not the conversion losing anything; it is the deck being twenty years old.
PNG is still the right target. Slides of that period were flat color and sharp text almost by necessity, which is exactly what lossless compression handles best.
Examples
A thumbnail for an archive listing
Text on a plain background is precisely what PNG compresses well, so the file is small and every letter is sharp. A JPG of the same slide would have visible haloes around the lettering.
A slide with a discontinued typeface
PNG stored the render perfectly; the render itself is the problem. The substituted font is wider, so a heading wrapped. An image cannot be corrected, so convert to PPTX first if this matters.
Frequently asked questions
Why PNG rather than JPG for an old slide?
Because decks of that era are built from flat fills, solid rules and text, which is the worst possible input for lossy compression and the best for lossless. JPG would leave a faint halo around every letter and soften every thin line. PNG stores exactly what was rendered, and for this kind of content it usually produces a comparable file size anyway.
Why might the image not match the original?
Because the fonts referenced by a decades-old deck are frequently not installed any more, and a substitute has different letter widths. Lines wrap in new places and text can collide with graphics. The image records the render faithfully; the render is what differs. Converting to PPTX or PDF first lets you see and correct this before it becomes pixels.
How do I get all the slides?
Convert to PDF. A PNG holds one image, so only the first slide can be exported and nothing warns you about the others. A PDF carries the whole deck as pages, keeps the text selectable, and any PDF tool can export individual pages as images afterwards if that is what you actually need.