PdfWox

Guide

How to extract images from a PDF — three reliable methods

Pull the embedded images out of a PDF and save them as PNG or JPG. Three methods compared, no signup, browser-only when possible.

A PDF that arrives in your inbox often has the one image you actually want — a logo, a chart, a scanned photo — embedded in the middle of the page. Selecting it like text doesn't work. Right-clicking sometimes does nothing. The 'save as image' option is grayed out. So how do you get the picture out?

This guide covers three reliable methods, when to use each, and the common trap that makes "extract images" the wrong question to ask.

The three reliable methods

Method 1: Screenshot the page region. Open the PDF in your reader, zoom in until the image looks sharp, take a screenshot of just the image. On Mac: Cmd+Shift+4 then drag. On Windows: Win+Shift+S. This is the fastest method, works on any PDF, and gives you a result indistinguishable from the original for most uses. The cost: you lose resolution if the PDF is showing the image smaller than it actually is.

Method 2: Use a dedicated extractor that pulls embedded images at original resolution. A browser-based image-extraction tool reads the PDF's internal object table and pulls out the image objects untouched. You get the same bytes the PDF was carrying. This is the right method when image quality matters — print work, archival use, anything where you need the original pixels.

Method 3: For PDFs that are themselves an image of a scan, use OCR + crop. Scanned PDFs aren't really PDFs with embedded images — they're a single image per page, sometimes with an OCR text layer on top. To extract a region, run the page through OCR PDF so you can see the text layer, then screenshot the region you care about.

When "extract images" is the wrong question

A surprising number of "extract images from PDF" searches are people who actually want one of these:

  • Convert the entire PDF to JPGs. You want every page as a separate JPG. That's a "PDF to JPG" workflow, not image extraction. Look for a PDF-to-image tool.
  • Take a single piece of text out as an image. You want to grab a quote or a paragraph for use in a presentation. Method 1 (screenshot) is right for this.
  • Save the page as it appears, formatted exactly. You want a PNG of the page that includes the text and the image together. Same as the above; Method 1.
  • OCR the image (extract the text from the image). You don't actually want the image — you want the text inside it. Use PDF to Text; it'll OCR any image-only pages.

If you fall in one of these cases, don't extract images; do the operation you actually want.

What about copyright?

Worth mentioning: a PDF arrived in your inbox doesn't mean you have the right to redistribute the image inside it. Especially for stock photos, illustrations from books, or branded assets. Extracting is a technical operation; what you do with the extracted image is a legal one.

Image quality by PDF type

Not all PDFs treat embedded images the same way, and understanding the difference saves time:

Text PDFs (created from Word, Google Docs, InDesign, etc.) embed images at whatever resolution the author exported them. A well-authored print-ready PDF typically contains images at 300 DPI or higher — the original pixels are all there. A web-optimised PDF may have had images downsampled to 96–150 DPI to reduce file size. A dedicated extractor gives you exactly what's in the file; if the quality is poor, the issue is in the source, not the extraction method.

Print-ready PDFs (press-quality, CMYK) often contain very high-resolution images — sometimes 600 DPI or higher — along with colour profiles and embedded fonts. These are the PDFs where Method 2 (dedicated extraction) matters most, because a screenshot at screen resolution would discard most of that detail. The embedded image objects are the originals; extract them that way.

Scanned PDFs are different in kind. Each page is a single large image — typically a JPEG or TIFF of the scanned page — with no separate embedded image objects for individual elements on the page. If you use a dedicated extractor on a scanned PDF, you get the whole page image, not the logo or chart you were after. For scanned PDFs, Method 1 (screenshot the region) or Method 3 (OCR + crop) are your options.

Web-downloaded PDFs (from news sites, government portals, etc.) frequently downsample images for bandwidth reasons. What you see is what you get — there are no higher-resolution originals hiding inside the file.

Batch extraction workflow

If you have a PDF with dozens of embedded images that you all want extracted, doing it one at a time is impractical.

For screenshot-based extraction, the fastest batch path is:

  1. Open the PDF and set the zoom to 150% or higher so images render at good resolution.
  2. Use your OS's scrolling screenshot tool to capture the full page (on Mac: Cmd+Shift+3 for full screen; on Windows: use the Snipping Tool in "Full-screen snip" mode).
  3. Crop the resulting images in a batch editor.

For dedicated extraction on a large document:

  1. Use the extractor tool, which should present all found image objects in a list.
  2. Select all, or filter by type (JPEG, PNG) or minimum dimensions to skip small decorative elements like bullet icons and rule lines.
  3. Download as a ZIP if the tool supports batch export.

When naming extracted images, include the source document name and page number in the filename before you move on — once they are out of the PDF context, it is easy to lose track of where each one came from.

Tips for cleaner extraction

Use the original PDF, not a print-to-PDF re-export. Re-exporting a PDF often re-encodes images at lower quality. If you can, work from the original.

Check for hidden alpha. Some PDFs include images with transparency that doesn't render in the PDF reader but is preserved in the embedded image. A dedicated extractor pulls these correctly; screenshots flatten them.

Match the format to the use. PNG for icons and screenshots, JPG for photos. The PDF stores whichever was originally embedded — you usually don't get to choose at extraction time.

Zoom in before screenshotting. Screen resolution is fixed, but the PDF image data is not. Zooming to 200% before taking a screenshot doubles the pixel count in your capture, which matters if you plan to use the image in print or presentation work.

Frequently asked questions

The FAQ block below covers the most common follow-up questions. If yours isn't there, the full step-by-step is in the methods section above.

In one sentence

For most use cases, screenshotting the region you care about is faster, gives you the result you need, and avoids the rabbit hole of dedicated extractor tools. Reach for a dedicated extractor when quality and original pixels actually matter.

Use the tool

PDF to Text

Extract clean text — works on scans too.

Open PDF to Text

Use the tool

OCR PDF

Make scans searchable & selectable.

Open OCR PDF

Related guides

Keep reading

How to scan documents to a searchable PDF

From paper to searchable PDF in one minute, all in your browser. Includes the tips that actually move quality.

How to turn iPhone (HEIC) photos into a PDF

HEIC is great on iPhone, painful everywhere else. Decode and combine into a clean multi-page PDF without uploading anything.

How to edit a PDF — a practical, honest map of your options

Filling, annotating, redacting, signing, watermarking — each is a different operation. The honest breakdown plus the tool for each.

Frequently asked questions

Can I extract images from a password-protected PDF?
Only after you've unlocked it. If you have the password, use the Unlock PDF tool first, then extract.
What's the difference between extracting images and converting PDF to JPG?
Extraction pulls the embedded image objects out at their original resolution. PDF-to-JPG renders each whole page as a JPG, including the surrounding text and layout.
Will the extracted image be the same quality as the original source?
Usually yes, if the PDF was made with the original-resolution images embedded. If the PDF was produced by 'Print to PDF' from a webpage, the images may already have been recompressed.
How do I extract just one image, not all of them?
Screenshot the region. It's the fastest method for a single image and gives you the same visual result.
Can I extract vector graphics (SVG-style) from a PDF?
PDFs store vector graphics as path operators inside the page content stream, not as separate objects. Extracting vectors cleanly requires a desktop tool like Illustrator or Inkscape — browser extractors typically handle only embedded raster images.
What if the PDF is a scan — does it have 'images' to extract?
Yes — each page is a single embedded image. Extracting it pulls that page-sized image out. If you want a region inside the scan, screenshot or crop after extraction.
Are extracted images watermarked?
Whatever was visible on the page is in the extracted image, including watermarks. The Remove Watermark tool can help if it's an overlay; raster watermarks survive extraction.