Convert PDF pages to PNG images

Turn each PDF page into a lossless PNG at 72, 144 or 288 DPI. Runs in your browser, so nothing is uploaded, and there is no watermark on the result.

🔒 Runs in your browser

What you get

One PNG per page, at a resolution you choose, rendered by the same Ghostscript engine that powers the compressor on this site. Nothing is uploaded — the conversion happens inside this browser tab.

If your PDF has more than one page you get a single ZIP rather than a stack of separate downloads, because twenty individual download prompts is not a feature.

PNG or JPG — the honest answer

This is the only decision that matters here, and most sites will not tell you plainly.

PNG is lossless. Every pixel comes out exactly as it was drawn. On text, tables, diagrams, charts and screenshots that is the right choice: the edges of letters stay crisp, and there is no grey halo around them.

JPG is lossy, and it is built for photographs. It assumes smooth gradients — skin, sky, grass. Feed it black text on white paper and it smears. But on an actual photograph it will be three to five times smaller than PNG with no visible difference.

So: a scanned photo page is a JPG job. A page of a contract is a PNG job. If you are unsure, PNG is the safe answer — it is bigger, but it never degrades anything.

Resolution, in real numbers

The presets are stated in DPI because "high quality" means nothing:

  • 72 DPI — 595 x 842 px for an A4 page. Fine for email, chat and previews.
  • 144 DPI — 1190 x 1684 px. Sharp on a phone or a retina screen. The usual choice.
  • 288 DPI — 2381 x 3368 px. Use this only when the image will be printed.

Doubling the DPI roughly quadruples the file size, so 288 DPI is a real cost. Choose it deliberately.

What this tool cannot do

It renders pages, not the images inside them. If your PDF contains a photograph and you want that photograph at its original resolution with its original transparency, rendering the page is the wrong approach — you will get the photograph as it appears on the page, flattened onto white, at whatever DPI you picked.

There is no tool on this site for extracting embedded images yet. Saying so is more useful than letting you find out after the download.

This tool runs entirely inside your browser. Your file is never uploaded — it never leaves your device, so there is nothing for us or anyone else to read, store or leak.

Common questions

Should I choose PNG or JPG?

PNG if the page is text, a diagram, a table or a screenshot — it keeps hard edges perfectly sharp. JPG if the page is a photograph, because it will be several times smaller with no visible difference. The wrong choice is not fatal either way, but PNG on a photo wastes space and JPG on text adds a grey smear around every letter.

Will the PNG have a transparent background?

No. Pages are rendered onto white, exactly as they would print. Some tools claim transparency here; what they usually mean is that the page had no background colour set, which is not the same thing. If you need a transparent logo or figure, extract the original image from the PDF rather than rendering the page.

What DPI should I use?

144 DPI covers almost everything — it is sharp on a phone and on a retina screen. Use 288 only if the image is going to be printed, because it produces files roughly four times larger. 72 DPI is for email and chat previews.

Why is the first conversion slower than the rest?

The rendering engine is about 16 MB and downloads once, then stays cached for the rest of your visit. It is the same engine the compressor uses, so if you have already compressed something on this site, it is already there.

Last reviewed