iPhotoEditor

Every tool runs in your browser. Your photos never leave your device — see how that works.

Convert PDF Pages to PNG

Text and line art deserve lossless treatment, and PNG is the only common page-image format that gives it to them: every letter edge in your PDF stays exactly as rendered, with none of the faint ringing lossy formats smear around type. Conversion is free and happens locally - the document is never sent off your computer.

Loading the tool…

How it works

  1. Load the PDF and review the page thumbnails.
  2. Tick the pages to export - a contract's signature page, a manual's diagram, or the lot.
  3. Set the render resolution to suit where the PNGs will be used.
  4. Download the results; multi-page selections arrive as a ZIP.

Worth knowing

Look closely at a lossy screenshot of dense text and you will see the tell: mosquito-like shimmer hugging every character, born from compressing hard black-to-white transitions. For a holiday photo that noise hides in the detail; for a page of a specification, a legal clause or a code listing it is exactly where your reader's eyes go. PNG sidesteps the entire problem by storing the rendered page without discarding anything, which is why it is the right target format whenever the source pages are fundamentally text, tables, diagrams or line art.

That property makes this tool a workhorse for a specific crowd: people who put document pages inside other documents. Technical writers dropping spec excerpts into wikis, QA engineers attaching reproduction steps to tickets, teachers assembling worksheets, lawyers citing clauses in exhibits, developers embedding API reference pages in READMEs. In all these flows the page image gets viewed at 100% zoom next to real text, so any compression fuzz would be instantly conspicuous - and PNG guarantees there is none.

Rendering happens inside your tab through pdf.js, with resolution options of 72, 150 and 300 DPI. For pixel-perfect text the useful guidance is to render at roughly twice the size you will display: a page shown 600 pixels wide in a wiki looks noticeably cleaner rendered at 1240 and scaled down by the browser than rendered at exactly 600. The cost of PNG is honest bulk - a 300 DPI page of a scanned book can be a large file, because nothing is being thrown away. When a page is mostly photographic, that trade stops making sense and the JPG variant of this converter serves better.

One nuance surprises people: pages come out with a solid white background even though PNG supports transparency. PDF defines page content over an opaque page, and the renderer honours that - there is no hidden alpha to recover from a document page.

PNG's pre-compression filters predict each pixel from its neighbours, which makes runs of identical background extremely cheap to store - so a 300 DPI render of a typical text page compresses to a fraction of what its raw pixel count suggests, while a JPEG of the same page at high quality can actually come out larger. For text pages, lossless is not always the bigger file.

Verify it yourself: open your browser's DevTools, switch to the Network tab, and use this tool — you will see no upload request. Or load the page, go offline, and it still works.

What this tool will not do

  • It will not give pages transparent backgrounds - PDF pages are defined over an opaque surface, so output is white-backed by design.
  • It will not turn pixels back into editable text; if you need the words themselves, you need OCR, not an image conversion.
  • It cannot render pages from encrypted PDFs without the password.

Questions people ask

When should I pick PNG over JPG for PDF pages?

Pick PNG whenever the page is mostly text, tables, diagrams or line drawings, and whenever the image will sit inside documentation viewed at full size. Pick JPG when pages are photographic or when minimising file size outweighs edge sharpness.

Why are my PNG page images so large?

Lossless storage keeps everything, and high DPI multiplies pixel count fast - a 300 DPI A4 page is about 2480 by 3508 pixels. Use 150 DPI for screen-bound images, and reserve 300 for print or deep zooming. Text-heavy pages compress surprisingly well; scanned photos do not.

Will the PNG have a transparent background?

No - the page renders over white, as the PDF format specifies. If you need a diagram from the page isolated on transparency, export the PNG and then remove the background with the background removal tool as a second step.

Can I extract a single diagram instead of the whole page?

This tool renders complete pages; the reliable workflow is to export the page at 300 DPI and crop the diagram out afterwards with the crop tool. Rendering at high DPI first means the cropped region still has plenty of resolution.

Is the conversion accurate to the original layout?

Yes - pages are drawn by the same rendering engine Firefox ships for viewing PDFs, so fonts, spacing, vectors and embedded images are reproduced faithfully. The PNG is effectively a perfect screenshot of the page at your chosen resolution.

How many pages can I convert in one session?

There is no imposed cap; everything renders on your own hardware. Because PNGs are heavier than JPGs, very long documents at 300 DPI produce large ZIPs - converting in a few smaller selections keeps downloads manageable.

Usually the next step

More in Convert

This page processed nothing on any server — there is no server. The technical explanation.