Getting a genuinely sharp PNG out of a PDF page
You convert a page to PNG, drop it into a slide or a post, and the text looks faintly soft — readable, but not crisp. Nothing went wrong exactly. A PDF page and an image are fundamentally different kinds of thing, and the moment you turn one into the other you have to make a decision that most tools make silently on your behalf.
A PDF page has no resolution at all
Text and shapes in a PDF are usually stored as instructions rather than pixels: draw this letter, in this font, at this position. That is why you can zoom into a PDF indefinitely and the text stays perfectly sharp — it is redrawn at whatever size you are viewing.
A PNG is a grid of pixels. Converting means picking a size for that grid and drawing the page into it once, permanently. Choose too small a grid and the letterforms get approximated across too few pixels, which is exactly what soft, slightly fuzzy text looks like.
Resolution is the whole game
The setting that decides quality is how many pixels are rendered per inch of the original page. Higher means more detail and a bigger file; lower means a small file and mushy text.
- 72-96 dpi — fine for a thumbnail or a preview. Body text will not be comfortably readable.
- 150 dpi — a reasonable middle for on-screen use, slides and web pages.
- 300 dpi — the standard for anything printed, or anything with small text you need people to actually read.
- 600 dpi and above — worth it only for fine detail or large-format printing. File sizes climb steeply for very little visible gain.
If the text still looks soft after converting, resolution is almost always the cause - not the format. Re-render the page larger rather than trying to sharpen the image afterwards, which cannot add detail that was never captured.
PNG or JPG?
This is the other decision, and it matters more for document pages than most people expect. The two formats compress in completely different ways.
- PNG is lossless. Every pixel is preserved exactly. Edges stay hard and text stays clean, and you can re-save it repeatedly without it degrading.
- JPG is lossy. It discards detail to save space, and it does so in a way that particularly damages sharp edges — which is precisely what letters are made of.
- PNG supports transparency. JPG does not, so a transparent background becomes white.
- JPG files are much smaller for photographs, where lossy compression is nearly invisible.
So for a page of text, a diagram, a chart, a logo or a screenshot, PNG is the right answer — the faint halo or smudging you sometimes see around letters in a JPG is exactly what lossy compression does to high-contrast edges. For a page that is mostly a photograph, PDF to JPG gives you a far smaller file with no meaningful loss.
How to convert a PDF to PNG
- Open PDF to PNG and add your document.
- Choose your resolution — 150 dpi for screen, 300 dpi if there is small text or it will be printed.
- Convert. Every page comes back as its own PNG file.
- Open one at full size and look at the smallest text on the page before you use them anywhere.
Only need one page out of a long document? Pull it out first with Extract Pages — converting three hundred pages to get at one is a slow route to the same result.
Quality problems and what causes them
- Text looks soft or fuzzy. Resolution too low. Re-render higher; sharpening afterwards cannot recover detail that was never there.
- Files are enormous. Resolution higher than you need. A full page at 600 dpi is a very large image for something that will be viewed on a screen.
- The background is white when you wanted it transparent. PDF pages usually have a solid white background of their own. PNG can carry transparency, but only if the source page never painted that white in the first place.
- Colours look slightly different. Print-oriented PDFs sometimes use a print colour space that has to be converted for screen. Small shifts in saturation are normal.
- One page came out blank. Usually a page whose content is an unusual embedded object. Check the original page renders normally before assuming the conversion failed.
If the page is a scan
Converting a scanned page to PNG gives you an image of an image. Nothing is gained in sharpness — the detail ceiling was set by the scanner, and rendering at 600 dpi cannot invent detail the scan never captured.
If what you actually want is the words rather than the picture, run OCR first so the text becomes real text, then copy it out or use PDF to text.
Going the other way
If you are assembling images into a document rather than pulling them out of one, Image to PDF combines them into a single file, one page per image, in the order you add them.
A quick rule to remember
Text, diagrams, logos and screenshots: PNG at 300 dpi. Photographs: JPG, where the smaller file costs you nothing you can see. And whichever you choose, check the smallest text on the page at full size before you send it anywhere — that is the detail that decides whether the image reads as professional or as slightly wrong.
Try it now
PDF to PNG is free, needs no sign-up, and your file is never stored.
FAQ
- How do I convert a PDF to PNG in high quality?
- Render at a high enough resolution. 300 dpi is the standard for anything printed or with small text; 150 dpi is fine for on-screen use. Resolution, not the format, is what decides whether text looks sharp.
- Is PNG better than JPG for a PDF page?
- For text, diagrams, charts, logos and screenshots, yes - PNG is lossless so edges stay clean. For a page that is mostly a photograph, JPG gives a much smaller file with no visible loss.
- Why does my PNG look blurry?
- The page was rendered at too low a resolution, so the letterforms were drawn across too few pixels. Convert again at a higher dpi - sharpening an existing image cannot restore detail that was never captured.
- Why are my PNG files so large?
- PNG is lossless, so it does not discard detail to save space, and file size climbs quickly with resolution. If the images are for screen use, 150 dpi is usually plenty.
- Can I get a transparent background?
- Only if the PDF page does not paint a white background itself, which most do. PNG supports transparency, but it cannot remove a white background that is genuinely part of the page.
- Can I convert just one page?
- Yes. Extract the page you want first, then convert - much faster than rendering a long document to reach a single page.
- What happens to my file?
- It is processed and discarded the instant your download is ready - never stored and never seen by a person.