Convert PDF to PNG
Every page, at the resolution you pick. Runs in your browser — no upload, no account.
- SECURE
- NO UPLOADS
- NO SIGNUP
- BROWSER BASED
- FREE
- FOREVER.
Support us with a link or a share
Drop your PDF here
Nothing is uploaded. The pages are drawn in this tab, from bytes that never leave it.
A page is not an image until something draws it
This is the fact that makes resolution a decision rather than a detail. A PDF page is a set of instructions — draw this line from here to here, set this text in this typeface at this size, place this photograph in this rectangle. Nothing in the file says how many pixels wide the page is, because the page has no pixels. It has a physical size, measured in points, and there are exactly 72 points to an inch.
A US Letter page is 612 by 792 points, which is 8.5 by 11 inches. Ask for it at 72 DPI and you get 612 by 792 pixels — one pixel per point, roughly the size it would appear on an old screen. Ask for 150 and you get 1275 by 1650. Ask for 300, which is print resolution, and the same page comes out 2550 by 3300 pixels. Same document, same page, three images that differ by a factor of twenty in area. That number is shown on screen for every page before anything runs, so the choice is made against the pixel size rather than against a label like "high quality".
PDF and PNG, in brief
| Full name | Portable Document Format |
|---|---|
| Extension |
.pdf
|
| Format type | Fixed-layout document |
| MIME type |
application/pdf
|
| Full name | Portable Network Graphics |
|---|---|
| Extension |
.png
|
| Format type | Lossless raster image, with alpha |
| MIME type |
image/png
|
Why convert PDF to PNG rather than to JPEG
Most pages are text and lines on a flat background, and that is precisely the content JPEG handles worst. JPEG compresses in blocks and discards the high-frequency detail first — and a hard black edge against white paper is nothing but high-frequency detail. The result is ringing: faint gray halos around every letter, smeared serifs, a soft haze along table rules. It is subtle at a glance and obvious the moment anyone zooms in or prints the thing.
PNG is lossless. What the renderer drew is what the file contains, edge for edge, and its compression is built for exactly this kind of image — large runs of identical pixels, sharp transitions, a limited palette. The file is bigger than the equivalent JPEG would be, sometimes several times bigger, and for a page of text that is the right trade.
The honest exception is a scanned photograph. A page that is one continuous-tone image with no crisp edges is the case JPEG was designed for, and PNG will produce a large file with no visible benefit. When that is what your PDF holds, take it to PDF to JPG instead — it is the same converter with a quality control attached, and it shows you what each setting costs in bytes before you commit to one. Or convert it here and then compress the result to a target size.
Pages in one document need not be the same size
Nothing in the PDF format requires it, and plenty of real documents mix sizes without anyone noticing: a Letter report with an A3 foldout in the middle, a contract with a scanned receipt appended, a deck exported at 16:9 with one portrait appendix. Every page carries its own dimensions.
That matters because "all pages at 300 DPI" means all pages at the same physical density, not all pages at the same pixel size: the A3 sheet comes out more than twice as wide as the Letter ones. Correct, and still surprising, so each page is measured separately and mixed sizes are stated outright before anything runs. There is a ceiling too. Browsers cap how large a canvas can be, and an oversized page at 600 DPI can exceed it, so the limit is checked per page in advance and the highest resolution that page can manage is named — rather than letting the tab die quietly halfway through.
Each page also carries its own orientation, and that one is worth knowing about before you convert rather than after. The dimensions used here are the ones a reader displays, so a portrait sheet marked as turned a quarter comes out as a wide image — correctly, and not always usefully. Rasterizing bakes that orientation in for good, which is fine when the page was already the right way up and a nuisance when it was not. If some sheets are lying down, turning them in the PDF first is the cheaper order of operations: it changes one number per page instead of re-drawing anything, and the images then come out upright without a second pass through an image editor.
Transparency, and why white is the default
A PDF page is transparent wherever nothing was drawn. There is no white sheet underneath; the white you see in a PDF reader is the reader painting a page behind the content. PNG carries an alpha channel, so that transparency can survive the conversion intact, and sometimes that is exactly what you want — a page composited onto a colored slide, a logo lifted off a letterhead.
It is not the common case. Most people mean a picture of the page, and a transparent PNG dropped into a dark document turns black text on nothing into an unreadable smear. So white is the default, transparent is one click away, and any other color is available for the times you know what sits behind it. On a scan that covers every pixel there is nothing for a background to show through, so the choice is not offered at all.
To check a transparent result, or just to read a sheet before converting it, select its preview. The sheet fills the screen, rendered at that size instead of stretched, and once the conversion has run it is the output PNG you are looking at. Arrow keys move to the neighboring sheets.
The words do not come across
There is no OCR step and the images carry no text layer. Everything in a PNG is a pixel, so a paragraph arrives as a pattern that merely resembles writing: your operating system cannot search it, a screen reader finds nothing to announce, and dragging a cursor across a sentence selects a rectangle. No image format anywhere escapes this, because none of them has a place to keep a character in. When the sentences are the point rather than the appearance, pull the text out of the PDF — the words are already inside it as objects, waiting to be read rather than redrawn.
It also does not edit anything, does not reorder or delete pages in the PDF itself, and does not merge documents. And it only runs in one direction. If you arrived here with images that need to become a document, you want PNG to PDF instead, which is the same job in reverse and lets you set the page size and margins before it builds the file.
Locked files, and where the password goes
An encrypted PDF is not treated as a failure. The file stays where it is and a password field appears in place, because being asked for a password is a question, not an error. What you type is handed to the renderer running inside this tab and goes nowhere else — the same reason the file itself goes nowhere. Documents locked only with an owner password, the kind that restricts printing or copying rather than opening, usually need no password at all.
A file that is damaged or not a PDF is named and turned away with the reason. A single page that cannot be drawn — a broken font reference, a malformed image stream — is marked in the grid while the rest are produced. A forty-page document should not be thrown out because page nineteen is bad.
Nothing is uploaded
Drawing a page is arithmetic, and arithmetic does not need a server. pdf.js does it here as JavaScript inside this tab, working on bytes your own disk supplied, so this site never operates a route that a document could travel down. That is a firmer thing to promise than an hour-long retention policy, because retention only describes how long a copy sits somewhere — and no copy is made. The renderer, plus the font and character-map data that unusual documents call for, comes from this domain and is fetched the moment you hand in a file, not when the page loads.
Take none of it on trust. Your own browser will settle the question in about half a minute, and the steps are set out in how to verify a tool runs locally: what you are watching for is an outgoing request roughly the weight of your own document, and on this page it never arrives.
Questions
Does my PDF get uploaded?
No, and there is no route on this site that could accept one. Two things do travel down the wire and it is fair to name them, because you will see them in a network panel: the renderer itself, and occasionally a font or character-map file that an unusual document needs in order to draw correctly. Both are the same for every visitor, both come from this domain, and neither carries any part of your document with it. They are also fetched only once you hand in a file, so somebody who reads this page and leaves downloads none of it.
What resolution should I pick?
It depends on where the image is going. 72 DPI matches a screen at actual size and gives the smallest file. 150 DPI is the default because it stays sharp when someone zooms in or views it on a high-density display. 300 DPI is print resolution, and it makes a Letter page 2550 by 3300 pixels — worth it for a poster, wasteful for a thumbnail. The pixel size is shown before you run anything, so you can decide by the number rather than by the label.
Why is one page huge and another tiny?
Because PDF pages do not have to be the same size, and plenty of real documents mix a Letter body with an A3 foldout or a scanned receipt. The tool measures each page separately and says so when they differ, because a single resolution applied to mixed pages produces images of wildly different pixel sizes — which is correct, but surprising if nobody told you.
Can I keep the background transparent?
Yes — this is the one thing PNG can do here that JPEG cannot, since PNG carries an alpha channel and JPEG has none at all. Pick transparent when the page is going on top of something: a slide with a colored background, a letterhead you are lifting a logo off. Leave it on white when the page is going to be looked at, because black text on nothing turns into an unreadable smear the moment it lands somewhere dark. Any other color is available too, for when you already know what sits behind it.
Why is the PNG larger than the entire PDF it came from?
Because you traded a recipe for a photograph of the result. Inside the PDF, a page of text is a short list of instructions — this typeface, these characters, these coordinates — and a hundred such pages can share one embedded font between them. Rasterizing turns each one into millions of individually recorded pixels, and lossless compression keeps every one of them. A Letter page at 300 DPI is 2550 by 3300, which is over eight megapixels before anything is squeezed. Dropping to 150 DPI cuts the pixel count to a quarter, and that is usually the lever worth pulling first.
Can I get one image containing the whole document?
Not from here, and the reason is that nobody agrees what it should look like — pages stacked into one enormous vertical strip, tiled into a contact sheet, or something else entirely. So each page comes out as its own file with its own download link, and a single ZIP appears alongside them once there is more than one page. If a strip is genuinely what you need, convert the pages here first and stack them in an image editor, where you can see what you are getting.