Why PNG Is the Right Format for Most PDF Pages
A PDF page is mostly edges. Letters, table rules, chart lines, form boxes — almost everything on it is a hard boundary between ink and paper. That single fact decides which image format suits it.
Lossless Means Every Pixel Survives
PNG is lossless: every pixel the renderer draws is stored exactly. JPG is lossy: it throws away detail around sharp edges, which is precisely where text lives.
When you convert PDF to PNG, the image you get back is the image the renderer produced, bit for bit. Open it at 400% and the stem of an l is still a clean column of dark pixels against light ones. Nothing has been estimated, averaged or rounded.
What JPG Does to the Edge of a Letter
JPG compresses by describing each 8 × 8 block of pixels as a mix of smooth waves. Smooth gradients survive that well. A hard edge does not: it needs many waves to describe, and the encoder keeps only the strongest. What is left is a faint ring of grey around every letter — invisible on a photo, obvious on a page of 9-point text.
At high quality settings the ring is small. It never disappears. If the image will be read, zoomed, or laid over something, that ring is the difference between "looks like a document" and "looks like a photo of a document".
Where PNG Costs You: Photographs
The honest trade-off is size. Because PNG keeps everything, a PDF to PNG conversion of a page that is mostly photograph becomes a large file — often three to five times the JPG equivalent, with no visible benefit, since photographs have no hard edges to protect.
So the rule is simple. Text, diagrams, forms, screenshots, anything with a transparent edge: PNG. Scanned photos and full-bleed images: use the PDF to JPG converter instead. Both tools share the same engine, so nothing else changes.
What This PDF to PNG Converter Does
This tool opens a PDF in your browser, renders each selected page to a lossless PNG at the resolution you choose, keeps the background transparent if you ask it to, and returns the files individually or as a ZIP — without the document ever touching a server.
Transparent Backgrounds, Kept
Almost every online converter paints a white rectangle behind the page before rendering, because their output is JPG and JPG cannot hold transparency. PNG can. Here, the background is a setting: white, black, or transparent. Choose transparent and whatever the PDF did not paint stays clear.
That is the difference between a logo that drops straight onto a dark slide and one that arrives inside a white box you then have to cut out.
Everything Runs in Your Browser
The renderer is pdf.js, the same open-source engine Firefox uses to display PDFs. It reads the file from memory on your machine, draws each page to a canvas on your machine, and the browser's own PNG encoder writes the file. You can watch the Network panel in your developer tools while it works: no request carries the document.
Because nothing is uploaded, nothing is metered. There is no daily quota, no page cap, and no account. A 200-page manual takes as long as your computer needs to draw 200 pages.
The tool also has a second mode, Extract images, that pulls the photographs and figures embedded in the PDF out at their stored pixel size. It is the same feature described on the JPG page; here it defaults to PNG output, which matters when an embedded image has soft edges or transparency of its own.
How to Convert PDF to PNG in 3 Steps
Drop your PDF
Drag the file onto the dashed area or click to browse to start the PDF to PNG conversion. Encrypted PDFs work too — you will be asked for the password, which is used locally and never sent anywhere. A contact sheet of page thumbnails appears within a second or two.
Choose pages, DPI and background
All pages start selected; click thumbnails or type a range such as 2-5, 9 to narrow it down. Set the resolution — 150 DPI suits screens, 300 suits print — and pick a background. Choose Transparent for pages with no painted backdrop, such as logos, stamps or diagrams, and the PNG comes out clear where nothing was drawn.
Download PNG files or a ZIP
Press Convert. Each page appears in the results grid over a checkerboard so you can see exactly where it is transparent. Download pages one at a time, or press Download ZIP to get every PNG in one archive with sortable names like report-page-03.png.
Drop a PDF. It is opened by pdf.js in your browser and never uploaded.
Pick pages, choose a DPI, and set the background to white, black or transparent.
Download any page as a PNG, or every page at once as a ZIP.
Transparent PNG from a PDF: When It Works and When It Doesn't
"PDF to PNG with transparent background" is one of the most common things people search for, and one of the least explained. Whether you get transparency depends on the PDF, not just the converter.
Most PDFs Have No Background Object
A PDF page has no background unless something was drawn there. Rendered to PNG with transparency on, whatever was not painted stays clear.
The white you see in a PDF viewer is the viewer's own canvas, not part of the file. A page exported from a design tool, a vector logo, a stamp or a signature block usually paints only its own shapes. Convert that page with the transparent option and you get exactly those shapes on a clear ground.
Pages With a Painted White Rectangle
Some producers — scanners, certain print workflows, and "flatten" operations — draw a full-page white rectangle first and everything else on top. That rectangle is content. The converter will faithfully keep it, and the PNG will have a white background even with transparency on.
How to Tell Which One You Have
Convert one page with the background set to Black. If the page comes out with a black surround and clear edges around your content, the PDF had no background and transparency will work. If the whole page is still white, a rectangle was painted and you will need an image editor to remove it.
Logos, Stamps and Signatures
These are the ideal case. A vector logo exported to PDF and converted to PNG at 300 DPI with a transparent background gives you a crisp, reusable asset that sits on any colour — the kind of file design teams usually have to request from an agency. Scanned signatures are the opposite case: they are photographs of paper and carry the paper with them.
Choosing DPI for PNG Output
DPI — dots per inch — decides how many pixels each inch of the page becomes when you convert PDF to PNG. A US Letter page is 8.5 by 11 inches, so 150 DPI gives 1275 × 1650 pixels and 300 DPI gives 2550 × 3300. The panel shows the exact figure for your page before you convert.
Why PNG Files Grow Faster Than JPG
Doubling the DPI quadruples the pixel count for any format. The difference is what happens to each pixel. JPG compresses harder as the image gets larger and smoother; PNG cannot, because it must keep every value. So PNG size tracks pixel count almost linearly.
A Rule of Thumb for File Size
For a text page at 150 DPI, expect a PNG to be two to four times the size of the same page as JPG — and expect it to be worth it whenever the page will be read.
In practice: a text page at 150 DPI lands around 0.5–1.5 MB as PNG; the same page at 300 DPI around 2–4 MB. Pages with large photographs can go well beyond that. If the files must be small and the page is a photograph, that is the signal to switch to JPG.
For most jobs, 150 DPI is the right default: sharp on any screen, comfortable to share, and fast to render. Reserve 300 DPI for print proofs and for anything that will be zoomed into. Use 72 DPI only for thumbnails and previews, where sharpness barely matters and size does. Very large pages at very high DPI can exceed what a browser canvas allows; if that happens the tool lowers the DPI automatically and marks the result.
PNG vs JPG for PDF Pages
Both formats come out of the same renderer, so PDF to PNG and PDF to JPG differ only in what happens to the pixels afterwards.
Pick PNG for Text, Diagrams, Screenshots and Forms
Anything you will read, zoom into, or place over another image belongs in PNG. Documentation screenshots, slide overlays, form templates, chart figures for a website, print proofs — the sharp edges are the content, and PNG is the only common format that protects them.
Pick JPG for Scans and Photos
A scanned page is already a photograph of paper: its edges are soft, its background is noisy, and there is no transparency to keep. JPG at quality 85–90 makes it a third of the size with no visible loss. The same goes for full-page photos and image-heavy brochures.
When in doubt, convert a single page both ways — this tool switches format with one click — and compare the file sizes against how the text looks at 200%. The right answer is usually obvious within a few seconds.
Format Comparison for Rendered PDF Pages
| PNG | JPG | |
|---|---|---|
| Compression | Lossless | Lossy |
| Text and line edges | Exact | Slight halo |
| Transparent background | Yes | No |
| Text page, 150 DPI | 0.5–1.5 MB | 0.2–0.5 MB |
| Photo page, 150 DPI | 3–6 MB | 0.4–1 MB |
| Best for | Documents, diagrams, overlays, proofs | Scans, photos, email attachments |
What People Make With PDF Pages as PNG
The reasons to convert PDF to PNG cluster around one need: the page has to look exactly right somewhere else.
Overlays on Slides and Videos
A chart or logo exported from a PDF with a transparent background drops straight onto a dark slide, a title card or a video frame with no white box around it. This is the single most common reason to choose PNG over JPG, and the one most online converters cannot do.
Documentation and Knowledge Bases
Help centres and internal wikis are full of "screenshots" of PDF pages. Rendered to PNG at 150 DPI they stay legible when readers zoom; as JPG they acquire the faint fuzz that makes a page look like a photocopy.
Figures for the Web
A diagram or table pulled from a report and published on a web page should keep its hairlines. PNG does. If the file ends up too large for a page budget, run it through Compress PNG or convert it to WebP afterwards — both keep transparency.
Print Proofs and Archives
A 300 DPI PNG of a page is a faithful record of how it rendered on a given day, with nothing compressed away. Designers use it to check a layout before it goes to a printer; archives use it because the file will still decode in thirty years.
Browser-Based vs Server-Based PDF to PNG Converters
The usual online PDF to PNG converter works by upload: your PDF goes to their machine, gets rendered there, and the PNGs come back down. The file is deleted later — an hour, a day, depending on the service — and free use is rationed by daily limits.
What You Give Up
Two things. Privacy, obviously: a contract or a medical record on someone else's server is a risk you did not need to take. And control: because their output is designed around JPG, most of them paint a white background before rendering and offer no transparent option at all.
What a Server Still Does Better
Raw speed on old hardware. A phone from 2018 will render a 300-page document more slowly than a data-centre machine, and some server tools add OCR, which this one does not. If neither matters to you, there is no reason to upload.
Rendering in the browser turns those limits into non-issues. There is no copy to delete, no quota to run out, and the background is whatever you choose.
What to Do With the PNGs Next
Once the PDF to PNG conversion is done, the output is ordinary PNG files, and every other tool on this site accepts them without another upload.
If the files are too large for where they are going, Compress PNG shrinks them losslessly, and PNG Size Reducer goes further by cutting the palette. If a platform wants JPG, PNG to JPG makes the switch. To trim a page down to one figure, crop it. And to go back the other way, JPG to PDF rebuilds a document from images.
For a longer walkthrough of the format decision, read our guide on converting PDF to PNG.