Is this PDF-to-PNG converter completely free?+
Yes — no signup, no email capture, no quota, no premium tier, and no watermarks on the output. The tool is supported by occasional unobtrusive ads on the page rather than by selling your data or files. Use it as often as you need.
Does this pull out the embedded images, or render each page as a PNG?+
This tool renders each PDF page as a single PNG — so a 12-page PDF gives you 12 PNGs. It does not extract individual photos, icons, or graphics that the PDF author embedded as separate image objects (that's a different operation entirely). For most real-world workflows — slides, diagrams, schematics, design documents — rendering pages is exactly what you want.
Do my files stay on my device?+
Yes. The conversion is entirely client-side — the browser's PDF renderer reads the PDF, the browser's Canvas API rasterizes each page, and Canvas.toBlob exports each canvas as a PNG. Nothing is sent to a server at any point. This matters when the PDF contains confidential designs, unreleased specs, or anything else that shouldn't sit on someone else's infrastructure.
When should I pick PNG over JPG for converting PDFs?+
Pick PNG when the PDF contains diagrams, code listings, line art, schematics, wireframes, or text-heavy slides. PNG preserves every pixel and every anti-aliased edge. Pick JPG when the PDF is mostly photos or scanned imagery and you care about smaller file sizes. The rule of thumb: if you can see straight lines or sharp text, PNG; if you mostly see photographs, JPG.
Can I extract just one diagram or page as a PNG?+
Yes — switch to "Specific pages" mode and type the single page number. The result is one PNG file (no zip), which downloads directly. This is the most common use case for pdf-to-png: pulling a single technical figure out of a long document to embed in a docs page or wiki.
How does the page-range input work?+
Comma-separated tokens. Each token is either a single page ("12") or a range ("18-22"). Mix them freely: "1-5, 8, 12-20" extracts pages 1-5, page 8 alone, and pages 12-20, in that order. The validator catches out-of-range or reversed ranges before any rendering starts, so typos don't waste compute.
Will the PNG look identical to the PDF page?+
Visually identical at the chosen resolution. PDF is a vector format, PNG is a raster format — at 150 DPI an A4 page becomes ~1240×1754 pixels, at 300 DPI it becomes ~2480×3508 pixels. Once rendered to PNG, every pixel is preserved exactly — no JPG-style softening on diagonals, no ringing around text edges, no halos around dark-on-light contrast.
Why do diagrams look softer in JPG output than PNG?+
JPG's compression algorithm is optimized for photographs — gradients, smooth tones, soft transitions. On high-contrast content (text, line drawings, diagrams, code, anti-aliased edges) it introduces visible "ringing" and "mosquito noise" around sharp edges. PNG preserves the rendered canvas pixel-for-pixel, so none of those artifacts appear. That's why PNG output is the right choice for technical content.
How much bigger are the PNG outputs than JPGs would be?+
Typically 3-5× larger for the same content at the same DPI. A standard A4 page at 96 DPI as JPG might be 200 KB; as PNG it's often 800 KB to 1.5 MB. At 300 DPI Maximum, a single-page PNG can be 5-10 MB. The trade-off is worth it for technical content; for photos, the file-size cost outweighs the quality gain — use the PDF-to-JPG tool for those.
How long does PNG conversion take?+
A 10-page document at Medium quality takes 5-8 seconds on a modern laptop — slightly slower than the JPG version because PNG encoding is more computationally expensive than JPEG. A 100-page PDF at Maximum (300 DPI) can take a couple of minutes; the action bar shows page-by-page progress so you know it isn't stuck.
Can I render high-DPI PNGs on a phone or tablet?+
Yes — Safari, Chrome, and Firefox on iOS and Android all run the conversion locally and save the PNGs to your device's downloads folder. Mobile browsers do impose tighter memory limits than laptops, so Maximum (300 DPI) on a long document may fail or stutter on older phones; Medium (96 DPI) or High (150 DPI) is the safe pick on mobile unless you specifically need retina-density output.
Can I convert a password-protected PDF to PNG?+
Not directly — the PDF must be unlocked before conversion. When you drop an encrypted PDF in, the tool detects it and asks you to unlock first. Our Unlock PDF tool removes owner restrictions automatically and decrypts password-protected files locally with your password — the unlocked output then converts cleanly here.
Will the text in my PDF stay readable in the PNG?+
Visually yes, but it becomes part of the rasterized image — no longer selectable, no longer searchable. Because PNG is lossless, the anti-aliased character edges stay crisp at any zoom level (where a JPG conversion would soften them at common compression levels). If you need the text to stay selectable, convert to Word instead of PNG; if you need it indexable, run the PNG through an OCR pass to rebuild a searchable layer.
How many PDFs can I convert in one session?+
One PDF at a time per conversion run — but as many independent runs as you like, with no quota or daily limit. To convert several documents in a sitting, simply replace the file after each download. Each new file starts a fresh conversion with its own zip.