PDF to PNG Converter

Convert PDF pages to lossless PNG images.

Drag & Drop PDF here

or click to select file

About PDF to PNG Converter

Each page is drawn onto a canvas at the scale you pick and saved as a PNG — losslessly, with no quality setting because there is nothing to trade away. Download pages one at a time from the thumbnail grid, or take the whole set as converted-images.zip. The document is read and rendered inside this browser tab and never uploaded.

Why lossless matters for documents specifically

Lossy image formats were designed for photographs, where the eye tolerates the loss of fine high-frequency detail because photographs are mostly gradual transitions. A page of text is the opposite: it is almost entirely hard edges between pure black and pure white, which is exactly the information a lossy codec discards first. The result is ringing — a faint grey halo around every letterform — plus smeared hairline rules in tables and mottling in flat backgrounds.

PNG uses DEFLATE with per-row filtering, which stores the image exactly and happens to be very good at the sort of content documents contain: long runs of identical white pixels compress to almost nothing. So for a typical text page you get a file that is both more faithful and frequently smaller than a high-quality lossy alternative. The trade reverses on photographic pages, where lossless coding has little redundancy to exploit and files can balloon.

Picking a resolution

A PDF page is a set of vector instructions with no inherent resolution, so rasterising means choosing a scale. Because a PDF point is one seventy-second of an inch, the scale is the DPI divided by 72 — the five settings here are 1x, 1.5x, 2x, 3x and 6x, or 72, 108, 144, 216 and 432 DPI. On A4 that runs from 595 by 842 pixels up to 3570 by 5052.

  • 1x–1.5x — contact sheets, thumbnails, quick visual checks.
  • 2x — the default, and right for most screen use including retina displays and slide decks.
  • 3x — the sweet spot for text recognition and for images that will be printed at modest size.
  • 6x — only when you intend to crop into part of a page, or when reproducing very fine engineering detail. Expect multi-megabyte files and slow rendering.

Where these images are genuinely the right output

Feeding an OCR engine, where artefacts around glyph edges directly cost you accuracy. Producing figures for documentation or a wiki, where a screenshot of a page needs to stay legible. Archiving a visual record of a signed or annotated document, since annotations and filled form values are rendered in as the reader shows them. Preparing artwork for further editing, because a lossless source survives repeated crops and re-saves without accumulating damage. And any workflow that needs the page as an opaque image on white rather than as a live document.

What rasterising costs you

Everything that made the file a document. Text stops being text: no selection, no search, no copy-paste, no links, no bookmarks, nothing for a screen reader to read. Vector artwork stops scaling — zoom past your chosen resolution and you see pixels. If you need the words, PDF to Text reads the text layer directly and PDF to Word puts it into an editable file. If you need the embedded photographs rather than pictures of pages, Extract Images from PDF pulls them out at native resolution. And if you are heading in the opposite direction, Image to PDF assembles PNGs back into a document.

Pixel-exact, every time

PNG stores the rendered page with DEFLATE compression, which throws nothing away. Whatever the renderer drew is what the file contains — no quality setting to get wrong, and identical settings always produce an identical image.

Built for type and line art

Lossless coding leaves the hard black-and-white boundary of a letterform intact, so there is no grey halo around small text and no smearing of hairline table rules — the artefacts that give lossy conversions of documents away.

Five resolutions, real numbers

Render at 1x, 1.5x, 2x, 3x or 6x. A PDF point is 1/72 inch, so that is 72, 108, 144, 216 and 432 DPI. Take pages individually or as converted-images.zip; nothing is uploaded at any point.

Frequently Asked Questions

When is PNG the right choice over JPG?

Whenever the page is made of text, tables, diagrams, charts or line art — which is most documents. Lossless compression is extremely efficient on the large flat white areas that dominate a printed page, so a text page is often both smaller and visibly sharper as a PNG than as a high-quality JPEG. Switch to PDF to JPG when the pages are photographic, when you need the smallest possible files, or when something downstream insists on JPEG.

Why is there no quality slider?

Because PNG has nothing to trade. Its compression is lossless, so there is no dial between fidelity and size — the only lever is resolution. That is a genuine simplification: pick the scale you need and the output is decided. If you find the files too large, the answer is a lower scale, or a different format.

Are the PNGs transparent?

No. The canvas is filled with white before the page is drawn, so every image is fully opaque with a white background, exactly as the page would print. If you are after transparency you probably want the pictures embedded inside the document rather than photographs of its pages — Extract Images from PDF pulls those out with their own alpha channel intact.

How big will the files be?

Much larger than JPEG for photographic content and often smaller for text. As a rough guide, an A4 text page at 2x lands in the low hundreds of kilobytes; the same page at 6x is several megabytes, because it holds nine times the pixels. A scanned photograph page can be ten times its JPEG equivalent. Check the estimated archive size on the download button before committing to a long document.

Is this a good source for OCR or image editing?

Yes — it is the best of the image options for both. OCR accuracy depends heavily on clean glyph edges, and lossy artefacts around small type are exactly what confuses a recogniser, so render at 3x and feed the PNGs to Image to Text. The same argument applies to editing: a lossless source can be cropped, annotated and re-saved repeatedly without accumulating generational damage.

Do annotations and form values appear in the image?

Yes. Annotations that carry an appearance stream — highlights, notes, stamps, and the text typed into form fields — are painted by the renderer just as a reader displays them. Converting a marked-up document to PNG is therefore a reliable way to freeze the review copy exactly as it looks.

Can I turn the PNGs back into a PDF?

Yes, with Image to PDF, which accepts PNG among other formats and combines them into a single document with a page size and margin you choose. Be aware that the round trip is one-way in terms of content: the text became pixels at the first step and putting the pictures back in a PDF does not bring it back. For that, keep the original or use PDF to Text.

A page came out blank, or the tab ran out of memory.

High scales are expensive: each page is held as a canvas at four bytes per pixel and then as a lossless image, and every page stays in memory until you download. An A4 page at 6x is 18 megapixels. Browsers also limit how large a single canvas may be, and an oversized page such as an A0 drawing can exceed that at high scale and render empty. Drop to 2x or 3x, or cut the document up with Split PDF and convert in batches.