Skip to main content
How to Convert PDF to Images

PDF, Tools, How-ToHow to Convert PDF to Images
Robert Soares By: Robert Soares     |    

When You Need Pages as Pictures

PDFs are great for reading. Terrible for reusing.

You can't drop a PDF page into a PowerPoint slide. You can't post a PDF page on Instagram. You can't use one as a product image on your website. At least not easily.

So you convert. PDF to JPG, PDF to PNG, whatever format fits where it needs to go. Each page becomes a standalone image file you can use anywhere.

Common reasons:

  • Pulling charts or diagrams out of reports for presentations
  • Grabbing a page for social media
  • Extracting images from a design proof
  • Creating thumbnails for a document library
  • Archiving pages as individual image files

Conversion vs. Extraction: They're Different

This trips people up. There are two separate things you can do with images and PDFs.

Conversion renders each PDF page as a new image. The entire page, text and all, becomes a picture. Like taking a screenshot of every page.

Extraction pulls out the original embedded images from inside the PDF. If someone placed a photo into the PDF, extraction gives you that exact photo file back, separate from the surrounding text and layout.

Most people want conversion. They want the whole page as an image. Extraction is for designers who need the original assets back.

This guide covers conversion.

How to Convert PDF Pages to Images

Step 1: Pick Your Tool

You can use any of the options listed below. Browser-based tools are fastest for one-off jobs. Our PDF tools guide covers more options.

Step 2: Upload Your PDF

Drag and drop. Most tools accept files up to 50-100MB.

Step 3: Choose Your Settings

This is where the decisions happen.

Format:

  • JPG - Smaller files. Good for photos, colorful pages. Uses lossy compression, so there's a tiny quality tradeoff.
  • PNG - Larger files. Crisp text edges. No compression artifacts. Best for screenshots, diagrams, text-heavy pages.

Resolution (DPI):

  • 72 DPI - Screen quality. Files are small (100-300KB per page). Fine for quick sharing.
  • 150 DPI - General purpose. Good balance of quality and size (300KB-1MB per page). Works for most needs.
  • 300 DPI - Print quality. Sharp and detailed (1-3MB per page). Use this if you'll print the images or need to zoom in.

Step 4: Convert and Download

The tool renders each page at your chosen settings. Download individually or as a zip file.

Time required: 1-3 minutes depending on page count Quality: You control it with the DPI setting

How DPI Affects Your Output

DPI stands for dots per inch. It determines how many pixels represent each inch of the PDF page.

A standard PDF page is 8.5 x 11 inches. Here's what different DPI settings produce:

DPIPixel DimensionsFile Size (approx.)Best For
72612 x 792100-300KBEmail, quick preview
1501275 x 1650300KB-1MBPresentations, web
3002550 x 33001-3MBPrint, zoom-in needed
6005100 x 66003-8MBHigh-end print only

Most people don't need 600 DPI. It quadruples the file size compared to 300 DPI and the difference is barely visible on screen. Save it for commercial printing.

Users on the PDF-XChange forums commonly point out that matching your output resolution to your actual use case is what matters, because oversampling just wastes disk space without adding visible quality. A 150 DPI export for a slide deck is perfectly fine. Nobody in the meeting is going to squint and complain.

JPG vs. PNG: When Each One Wins

This isn't a close call most of the time.

Pick JPG when:

  • Pages are mostly photos or colorful graphics
  • File size matters (sending by email, uploading to a site)
  • You're converting many pages and storage is a concern
  • Slight softening around text edges doesn't bother you

Pick PNG when:

  • Pages have small text you need to read clearly
  • You need transparent backgrounds
  • You're using the images in design software that'll compress them later anyway
  • Crisp edges on diagrams, charts, or line art matter

For a 10-page PDF, the difference adds up. At 150 DPI, you might get 5MB total in JPG vs. 15MB in PNG. At 300 DPI, roughly double those numbers.

Desktop Tools for Batch Jobs

Adobe Acrobat Pro

The most control you'll find. File > Export To > Image > JPEG (or PNG, TIFF). Set resolution, color space, and quality. Handles batch exports across multiple PDFs.

Costs $13/month. If you already have it, great. Subscribing just for this isn't worth it.

Preview on Mac

Open the PDF. File > Export. Choose format and resolution. Works fine for single pages. For multi-page PDFs, you have to export one page at a time unless you use a workaround. Annoying but free.

GIMP (Free)

Open the PDF in GIMP. It asks which pages to import and at what resolution. Export each page individually. Free and powerful but the workflow is clunky for large documents. You'll spend more time clicking through dialogs than you'd like.

Online Tools

iLovePDF, Smallpdf, and Adobe's free tool all work. They upload your file to their servers though. Don't use them for confidential documents.

Command Line (For the Technical)

ImageMagick and Ghostscript can batch convert PDFs to images with one command. If you're comfortable with a terminal:

convert -density 300 input.pdf -quality 95 page_%d.jpg

That converts every page at 300 DPI with 95% JPEG quality. Fast and scriptable for recurring tasks.

What If You Don't Want Images at All?

Sometimes people convert PDFs to images because they want to share document content more easily. Screenshots are simple to embed in slides, emails, social posts. But images are flat. No text selection, no links, no zoom without pixelation.

If the goal is "make this PDF easier to share and more engaging," you might want a flipbook instead. A flipbook keeps the page layout but adds interactivity: page-turning animation, clickable links, embedded video, mobile responsiveness. And people can still read the actual text.

The difference between taking a photo of a magazine page and actually reading the magazine. Same content, different experience entirely.

Troubleshooting

Images look blurry

Bump up the DPI. If you exported at 72, try 150 or 300. Low DPI is the most common cause of soft-looking output.

Text has jagged edges

Switch from JPG to PNG. JPG compression creates artifacts around sharp edges like text. PNG preserves them cleanly.

File sizes are too large

Lower the DPI, or switch from PNG to JPG. You can also compress the images after export.

Colors look different

Some PDFs use CMYK color space (designed for print). When converted to images for screens, colors shift slightly. This is normal and expected. If accurate color matters, look for a tool that lets you specify sRGB output.

Some pages are blank

The PDF might have blank separator pages. Or the pages might use a format the converter can't render. Try a different tool before assuming the PDF is broken.

Converting someone else's PDF to images doesn't change who owns the content. If you're extracting pages from a copyrighted document, the same usage rules apply to the images. Fair use is fair use. Infringement is infringement. The file format doesn't change the law.

For more PDF conversion tools and guides, check our PDF tools guide.

FAQs

What resolution should I use when converting PDF to images?

72 DPI for quick screen use, 150 DPI for general sharing, 300 DPI for print. Higher DPI means larger files but sharper images.

Should I choose JPG or PNG when exporting?

JPG for photos and colorful pages (smaller files). PNG for text-heavy pages, screenshots, or anything where you need crisp edges and no compression artifacts.

Can I convert just specific pages instead of the whole PDF?

Yes. Most tools let you enter page numbers or ranges. No need to convert all 47 pages when you only need pages 3 and 12.

Will converting a PDF to images lose quality?

It depends on your DPI setting. At 300 DPI, quality is excellent and matches most print standards. At 72 DPI, you'll see some softness on detailed images and small text.

Can I batch export multiple PDFs to images at once?

Some desktop tools like Adobe Acrobat and PDFsam support batch processing. Most browser tools handle one PDF at a time.