iSavePDF
Guide8 min read

Convert PDF to JPG: Complete Guide

Everything you need to know about turning PDF pages into JPG images — resolution, quality, batch conversion, and when not to do it.

May 11, 2026


title: "Convert PDF to JPG: Complete Guide" slug: "convert-pdf-to-jpg-complete-guide" description: "Everything you need to know about turning PDF pages into JPG images — resolution, quality, batch conversion, and when not to do it." publishedAt: "2026-05-11" category: "guides" relatedTools: ["pdf-to-jpg"] faqSchema: true ogImage: "auto"

Sometimes you need a PDF as an image. Maybe you're pasting a page into a presentation. Maybe you're uploading proof of identity to a site that only accepts JPGs. Maybe a designer wants to drop a layout into Figma. Whatever the reason, converting PDF to JPG is one of the most common document tasks — and one where small choices about quality, resolution, and color have outsized effects on the result.

This guide covers what the conversion actually does, the parameters that matter (and the ones that don't), and how to convert a PDF to JPG in your browser without uploading anything.

What PDF-to-JPG conversion really is

A PDF page can contain text, vector graphics, raster images, fonts, and metadata — all separately addressable. A JPG, by contrast, is a flat raster: a grid of pixels with no concept of text, fonts, or layers.

Converting PDF to JPG means rasterizing the page: rendering it at a chosen resolution and saving the resulting bitmap as a JPEG image. Three things change in the conversion:

  1. Text becomes pixels. It's no longer selectable, searchable, or copyable.
  2. Vector graphics become pixels. They'll look identical at the target resolution but pixelate if you zoom in beyond it.
  3. The file becomes single-page. A multi-page PDF produces multiple JPGs — one per page.

This is irreversible by design. Once a page is a JPG, the original text and vectors are gone unless you OCR the image (which is a separate, lossy step).

When to convert (and when not to)

Good reasons to convert PDF to JPG:

  • Embedding a page in a presentation, document, or design file
  • Uploading to a site that requires image format
  • Sharing a single page on social media or messaging apps
  • Creating thumbnails or previews
  • Printing a single page without a PDF viewer

Bad reasons to convert PDF to JPG:

  • Trying to "compress" a PDF — JPG isn't a compression format, it's a fundamentally different file type. Use a real compress tool instead.
  • Trying to "edit" the PDF — converting to JPG just makes it harder to edit, since the text is now pixels.
  • Trying to make it un-copyable — anyone can OCR a JPG back to text. It's a speed bump, not a lock.

Warning

Converting a multi-page PDF to JPG loses the document's structure. Bookmarks, hyperlinks, form fields, and annotations all disappear. If you might need those back, keep the original PDF.

Resolution: the only setting that really matters

When you rasterize a PDF, you pick a target resolution measured in DPI (dots per inch). Higher DPI means more pixels per page, which means:

  • Sharper output (especially for small text)
  • Larger file sizes
  • Slower conversion

The right DPI depends on what you're doing with the JPG:

| Use case | DPI | Why | |---|---|---| | Screen viewing only | 72 | Matches typical monitor resolution | | Web upload, blog post | 96–150 | Sharp on retina displays without bloat | | Document scanning equivalent | 200 | Standard for office scanners | | Print quality | 300 | Industry standard for printed material | | Archival or zoom-required | 600 | Captures fine detail at the cost of huge files |

For most everyday conversions, 150 DPI is the sweet spot. It's crisp on modern screens, looks fine printed, and produces JPGs in the 100–500KB range per page.

JPEG quality: the second setting that matters

JPEG uses lossy compression — every save discards some data. The quality slider (usually 0–100) controls how aggressive that compression is.

  • 90–100: near-lossless. Good for archival or when you'll edit the image later.
  • 75–90: the default for most uses. Visually indistinguishable from full quality for typical content.
  • 50–75: noticeable compression artifacts on smooth gradients or text edges, but acceptable for thumbnails or previews.
  • Below 50: visibly degraded. Only use for placeholder or preview imagery.

iSavePDF defaults to quality 85, which is a good balance for most documents.

How to convert PDF to JPG in your browser

Using iSavePDF's converter:

  1. Open the PDF to JPG tool
  2. Drop your PDF onto the upload zone
  3. Each page renders into a separate JPG
  4. Download individual pages, or download a ZIP containing all of them

The conversion runs locally — your PDF never leaves your browser. The tool uses pdfjs-dist (the same library Mozilla Firefox uses to render PDFs) to render pages to a canvas, then exports each canvas as a JPG.

Free tool

Convert PDF to JPG free — files stay in your browser

Convert each page of a PDF into a JPG image.

Try PDF to JPG

Batch conversion: multi-page PDFs

A typical PDF is several pages, and you usually want all of them as JPGs. iSavePDF processes all pages and bundles them into a ZIP for download, so you don't have to save them one by one.

Page numbering: outputs are named page-1.jpg, page-2.jpg, and so on by default. If your PDF is a scanned book with hundreds of pages, the leading-zero naming convention (page-001.jpg) keeps file-listing order matching reading order — worth doing if you're working with very long documents.

Color management

PDFs can use different color spaces:

  • RGB — typical for screen-targeted PDFs (web exports, presentations)
  • CMYK — typical for print-targeted PDFs (magazine spreads, brochures)
  • Grayscale — typical for scanned documents

JPG only supports RGB. CMYK PDFs get converted to RGB during rasterization, which can shift colors slightly. For most office documents this is invisible; for color-critical print artwork, double-check the result against the original.

Comparing tools

| Tool | Where it runs | DPI control | Batch | Cost | |---|---|---|---|---| | iSavePDF | Browser (local) | Auto (150 DPI) | Yes (ZIP) | Free | | Adobe Acrobat | Desktop | 1–600 | Yes | Paid | | Smallpdf | Cloud server | Limited | Yes (paid) | Freemium | | ImageMagick | Command line | Full control | Yes (CLI) | Free | | Online-Convert | Cloud server | Yes | Yes | Freemium |

For sensitive documents — IDs, financial statements, signed contracts — the browser-based approach is genuinely safer. The file's pixels never travel over the wire to be rasterized on someone else's hardware.

Tip

If you need just one specific page from a large PDF, use a "split PDF" tool first to extract that page, then convert only that one. Faster and produces a single JPG instead of dozens.

Common pitfalls

"My text looks blurry"

Probably your DPI is too low. Bump from 96 to 150 or 200 and the text edges will sharpen. Beware: at 300+ DPI, file sizes balloon fast.

"The colors look wrong"

The PDF is likely CMYK and the conversion to RGB shifted the palette. For print-critical work, use a desktop tool with explicit color profile control.

"The JPGs are huge"

DPI is too high, or quality is too high, or both. 150 DPI at quality 85 is plenty for nearly everything. Drop to 96 DPI at quality 80 if you need smaller.

"Why does each page become a separate file?"

JPGs are inherently single-image. They can't hold multiple pages. If you want a multi-page image format, consider TIFF — but be aware that TIFF files are much larger and many systems don't support them well.

FAQ

Related articles