100% on-device · nothing uploaded
PDF to PNG
Turn the pages of a PDF into crisp, lossless PNG images. Each page is rendered here in this tab, so the PDF never leaves your device. PNG keeps text and line art razor-sharp — pick a resolution and download a page or the whole set as a zip.
How to use it
- Choose a PDF — it stays on your device.
- Keep PNG selected and pick a resolution (150 DPI is a good default; 300 for print-quality).
- Convert. Each page becomes a PNG; download one, or all of them together as a zip.
Lossless deflate, and where it pays off
PNG keeps every pixel exactly, using per-row prediction filters followed by DEFLATE. Nothing is approximated, so the file matches what was rendered, pixel for pixel. On a page of black text on white that also happens to be efficient: the filters reduce long stretches of unchanging background to almost nothing, and an A4 text page at 150 DPI often lands in the low hundreds of kilobytes.
The same mechanism works against you on photographs. Every pixel of a photograph differs slightly from its neighbour, the filters find little that repeats, and nothing may be discarded to make up the difference - so a photographic page can come out ten times larger than a lossy encoding that no one could tell apart from it. PNG rewards pages made of text, tables, diagrams, screenshots and line art, and punishes pages made of pictures.
Choose PNG when something else will process the image
An exported page is often not the final artefact. It gets fed to OCR, dropped into a slide deck, annotated, cropped and saved again. Each save in a lossy format compounds the approximations of the one before it, and OCR suffers first: a recogniser reads glyph boundaries, exactly the detail a block-based codec blurs.
PNG also carries an alpha channel, which matters when part of a page is going to be lifted out and placed over a different background - a logo, a diagram, a signature block. Lossy formats have no transparency and flatten it onto white. And because the output is exact and deterministic, two PNG renders of the same page can be compared directly, which is a practical way to confirm that a revised document really does render the same as the one it replaced.
Questions
Is my PDF uploaded to convert it?
No. Each page is rendered by your browser on your own device, so the PDF and its contents never leave this tab. Most free "PDF to PNG" sites upload your file to a server first.
Why choose PNG over JPG?
PNG is lossless, so text, diagrams, screenshots and line art stay perfectly sharp with no compression fuzz — and it can keep transparency. The trade-off is a larger file than the equivalent JPG. For pages that are mostly photographs, JPG is usually the better choice.
What resolution should I choose?
96 DPI suits on-screen viewing, 150 DPI is a solid general default, and 300 DPI is print quality — sharper but much larger. Higher resolution also renders more slowly.
Can I convert just one page?
Every page is converted, then you choose what to save — a single page from the list, or all of them as a zip.
How many pages can it handle?
Long PDFs work, but each page is rendered in your browser's memory, and lossless PNGs are large — a big document at 300 DPI can be slow on a phone. Lower the resolution if needed.
Updated 2026-07-20. Runs fully in your browser — nothing is uploaded.