ติดต่อเรา - เราให้บริการตลอด 24 ชั่วโมง
ติดต่อเรา

How to Extract Images from a PDF (Save Embedded Photos Free)

· · · 5 min read

PDFs can contain dozens of embedded images — product photos, diagrams, charts, scanned signatures — that you can't simply copy-paste out. This guide explains how to extract them cleanly, at full resolution, without any paid software.


Why Extracting Images from PDFs Is Tricky

PDFs store images in a special internal format. Unlike a ZIP file you can just open, the images are encoded within the PDF's content stream. A screenshot captures a low-resolution rendering of the display; you want the actual embedded image at its original resolution.

The right approach: use a tool that reads the PDF's internal image objects and exports each one directly, bypassing the screen rendering entirely.


Method 1: Convert PDF Pages to Images (Fastest)

Compress PDF Online — Free

Reduce your PDF file size instantly. No software needed.

Use Tool Now →

The quickest approach converts each page to a high-resolution PNG or JPG — everything on the page becomes one image.

  1. Go to PDF to PNG or PDF to JPG
  2. Upload your PDF
  3. Set the resolution (150 DPI for screen, 300 DPI for print quality)
  4. Click Convert
  5. Download the images (as individual files or a ZIP)

Best for: when you need the entire page as an image, not specific embedded graphics.


Method 2: Screenshot at High Zoom (Quick, Low-Tech)

For extracting a single image when quality requirements are low:

  1. Open the PDF in your browser or PDF viewer
  2. Zoom in to the image until it fills the screen
  3. Press PrtScn (Windows) or Shift+Cmd+4 (Mac) to take a cropped screenshot
  4. Crop tightly and save as PNG

Limitation: screenshot resolution is limited by your screen. A 300 DPI PDF image will only capture at ~96 DPI via screenshot. Use proper conversion tools for print-quality output.


Method 3: Adobe Acrobat (If You Have Access)

Convert PDF to Word — Free

Turn any PDF into an editable Word document in seconds.

Use Tool Now →

Adobe Acrobat Pro includes a dedicated image extraction tool:

  1. Open the PDF in Acrobat Pro
  2. Tools → Export PDF → Image → JPEG / PNG / TIFF
  3. Click Export All Images
  4. Choose a save location

This extracts images at their original embedded resolution and is the most accurate option for complex PDFs with many embedded objects.


Method 4: pdfimages (Free Command-Line Tool)

For developers and technical users, pdfimages from the Poppler library extracts every embedded image at native resolution:

# Install on Ubuntu/Debian
sudo apt install poppler-utils

# Extract all images from a PDF
pdfimages -all document.pdf output_prefix

# Output files are named: output_prefix-000.jpg, output_prefix-001.png, etc.

This is the most powerful method — it extracts every image object, including those hidden in layers or used as backgrounds, at their exact stored resolution.

On macOS: Install via Homebrew: brew install poppler

On Windows: Download Poppler for Windows from the official repository and add to PATH.


Method 5: Online PDF-to-Image Converters

If you need a specific page's image content and don't want to install software:

  1. Go to PDF to JPG on PDFlexa
  2. Upload the PDF
  3. Select the specific pages you want to convert
  4. Download at 150 or 300 DPI

Choosing the Right Image Format

| Format | Best for | Notes | |---|---|---| | PNG | Diagrams, logos, screenshots, images with text | Lossless; larger file size | | JPG | Photographs, product images | Smaller file; some quality loss | | TIFF | Print and archiving | Very large files; highest quality | | WebP | Web use | Good compression; check recipient compatibility |

For most purposes: use PNG for graphics and JPG for photographs.


Checking Extracted Image Resolution

After extracting, right-click the image and check properties. If the resolution shows 72 DPI or 96 DPI, you got a screen-rendered version, not the embedded original. Re-extract using pdfimages or Acrobat's export at 300 DPI to get the true original.


Copyright Considerations

Images embedded in PDFs may be protected by copyright even if the PDF itself was freely distributed. Extracting images for:

  • Personal use, study, or reference — generally permissible
  • Republishing, commercial use, or in a new product — requires permission from the image owner

Always check the PDF's terms of use or the publisher's copyright policy before using extracted images commercially.


Frequently Asked Questions

Can I extract images from a scanned PDF? A scanned PDF is itself an image — the whole page is one JPG or TIFF object. There are no separate embedded images to extract. Convert the entire page to PNG or JPG using PDF to PNG, which will give you the page image at high resolution.

Why do my extracted images look blurry? You likely captured the screen rendering rather than the embedded object. Ensure you're using a tool that reads the PDF's internal image stream (like pdfimages or Acrobat Pro), not a screenshot or low-DPI page render.

Can I extract images from a password-protected PDF? Only after unlocking it. Use Unlock PDF with the correct password first.

How do I extract a chart or graph from a PDF? Charts embedded as vector graphics (common in PDFs created from PowerPoint or Excel) may not extract cleanly as raster images. Convert that page to PNG at 300 DPI using PDF to PNG for the best result.

Can I extract all images from a 200-page PDF at once? Yes, using pdfimages on the command line or Acrobat Pro's batch export. Browser-based page-by-page converters are better for smaller, targeted extractions.

The image I extracted has a white background — how do I make it transparent? If the original PDF image had a transparent background, it may have been flattened during rendering. Re-extract using pdfimages (which preserves alpha channels). Or use an image editor like GIMP to remove the white background using the "fuzzy select" / magic wand tool.

Try These Free PDF Tools

Compress PDF → Merge PDF → PDF to Word → JPG to PDF →
PDFlexa Team

The PDFlexa team creates practical guides to help you work faster with PDF files. All tools are free to use — no account required.

Found this helpful? Share it: Facebook X LinkedIn