How-to guides8 August 2026 · 3 min read

How to convert a PDF to JPG without losing quality

Turn PDF pages into images at a resolution that actually holds up. Which DPI to choose, when PNG is the better format, and how to avoid the blurry results most converters give you.

Skip to the toolPDF to JPG

Most PDF-to-JPG converters hand back something soft and slightly grey, and people assume that's just what conversion does. It isn't — it's a resolution setting nobody showed you.

A PDF page has no resolution. It's a description of shapes and text that can be drawn at any size. Converting to JPG means choosing a size to draw it at, and that single choice decides whether the result is crisp or mushy.

Pick a DPI on purpose

  • 72–96 DPI — screen thumbnails and previews. Small files, visibly soft if enlarged.
  • 150 DPI — the sensible default. Sharp on any screen, reasonable file size.
  • 300 DPI — print quality, and what you want if the image will be printed or zoomed into.
  • 600 DPI — archival or fine detail. Files get large quickly.

A common mistake is converting at 72 DPI, seeing it look fine in a small preview, and only noticing the problem once it's embedded in a slide. Convert at 150 or above and scale down later if you need to.

JPG or PNG?

This matters more than the DPI for text-heavy pages.

  • JPG compresses by discarding detail. It's built for photographs, and it puts visible fuzz around sharp edges — which is exactly what letterforms are.
  • PNG is lossless. Text and line art stay crisp, and flat colour areas compress well.

For a page of text, a scanned form, a diagram or a chart, use PDF to PNG. For a page that's mostly photographic, JPG will be much smaller for the same apparent quality.

Text goes to PNG. Photographs go to JPG. Getting this right matters more than any quality slider.

When you wanted the text, not a picture

Converting to an image is the wrong move surprisingly often. If what you actually need is the content — to quote it, edit it, or feed it to something else — an image is a step backwards, because the text stops being text.

  • PDF to Text gives you the plain words.
  • PDF to Markdown keeps the headings and structure, which is the right format for pasting into an AI tool.
  • Extract Pages pulls out the pages you want while keeping them as a PDF.

Getting one image per page

A multi-page PDF converts to one image per page, not a single tall image. That's usually what people want. If you need the pages side by side or stacked into one file, convert them first and then combine the images in an image editor — or keep it as a PDF and use the page tools instead.

Going the other direction is just as common: JPG to PDF and PNG to PDF turn a folder of images back into a single document.

Why the file is enormous

High DPI multiplies fast. Doubling from 150 to 300 DPI doesn't double the pixel count, it quadruples it. A 20-page document at 600 DPI can run to hundreds of megabytes. Convert at the resolution you need for the job in front of you, not the highest one available.

Common questions

What DPI should I use to convert a PDF to JPG?

150 DPI is the right default for anything viewed on screen. Use 300 DPI if the image will be printed or zoomed into, and 72–96 DPI only for thumbnails.

Why does my converted JPG look blurry?

Almost always because it was rendered at screen resolution and then displayed larger. Convert again at a higher DPI. If the blur is specifically around letters, switch to PNG — JPG compression damages sharp edges.

Can I convert just one page of a PDF?

Yes. Extract the page you want first, then convert that single-page file — it's faster and avoids generating images you'll only delete.

The tools for this

Read next