Skip to main content
P
PDFey
Back to Blog
Extraction GuideJanuary 14, 20269 min read

How to Extract Images from PDF Files

Need to save images from a PDF document? This guide shows you how to extract images from PDF files while preserving their original quality, using free tools available on any device.

Quick Solution: Convert PDF to Images

Need all pages as images? Use PDFey's PDF to JPG converter to extract every page as a high-quality image instantly.

Convert PDF to JPG

Understanding Image Extraction from PDFs

PDF files can contain images in various ways - embedded photographs, scanned documents, logos, charts, and graphics. When you extract images from a PDF, you're essentially pulling out these embedded image files so you can use them separately.

Types of Images in PDFs

  • Embedded images: Photos and graphics inserted into the document. These can be extracted in their original quality.
  • Vector graphics: Logos and illustrations created with shapes. May need to be converted to raster images (PNG/JPG) when extracted.
  • Scanned pages: Entire pages that are images. Each page can be saved as a separate image file.
  • Charts and diagrams: May be vector or raster depending on how they were created.

Method 1: Online PDF to Image Converters (Easiest)

The simplest way to extract images is using an online tool. These work on any device with a browser and don't require software installation.

Using PDFey's PDF to JPG Tool

  1. Go to PDFey's PDF to JPG converter
  2. Upload your PDF file (drag and drop or click to browse)
  3. Select the pages you want to convert to images
  4. Choose your preferred image quality/resolution
  5. Click Convert and download your images
  6. All processing happens in your browser - files never leave your device

Privacy Advantage

PDFey processes your files entirely in your browser. Your documents are never uploaded to any server, making it safe for sensitive or confidential documents.

Benefits of Browser-Based Extraction

Works Anywhere

No software to install. Works on Windows, Mac, Linux, iPhone, and Android.

Instant Results

No waiting for uploads or downloads. Processing happens instantly in your browser.

Method 2: Adobe Acrobat (Professional Solution)

Adobe Acrobat Pro offers the most control over image extraction, allowing you to extract individual embedded images at their original resolution.

Extracting Individual Images in Acrobat Pro

  1. Open your PDF in Adobe Acrobat Pro
  2. Go to Tools → Export PDF
  3. Select "Image" as the export format
  4. Choose your preferred format (JPEG, PNG, TIFF)
  5. Click "Export All Images" to extract only embedded images
  6. Select the destination folder and click Save

Alternative: Export Pages as Images

If you want entire pages as images (not just the embedded pictures):

  1. Go to File → Export To → Image
  2. Choose JPEG, PNG, or TIFF format
  3. Adjust settings like color space and resolution
  4. Select page range (all pages, current page, or specific pages)
  5. Click Export to save the images

Pro Tip: Resolution Settings

For print-quality images, export at 300 DPI or higher. For web use, 150 DPI is usually sufficient and creates smaller file sizes.

Method 3: Preview on Mac (Free)

Mac users have a free, built-in option using the Preview app that comes with macOS. It can export PDF pages as images quickly.

Using Preview to Extract Images

  1. Open your PDF in Preview (double-click or right-click → Open With → Preview)
  2. Go to File → Export
  3. Choose format: JPEG, PNG, or TIFF
  4. Adjust quality slider for JPEG (higher = better quality, larger file)
  5. Set resolution (default is 72 DPI, increase for better quality)
  6. Click Save

Extracting Multiple Pages

To extract multiple pages as separate images:

  1. View → Thumbnails to show page sidebar
  2. Select multiple pages (Cmd+click or Shift+click)
  3. Drag selected pages to your desktop or folder
  4. Preview will create separate PDF files for each page
  5. Open each and export as image, or use Automator for batch conversion
Built Into macOS

No additional software needed. Preview is pre-installed on every Mac.

Quick and Simple

Perfect for extracting a few pages. More complex needs may require other tools.

Method 4: Screenshot Method (Quick and Universal)

For quick extraction of specific images when quality isn't critical, taking screenshots is the fastest method that works on any device.

Windows Screenshot

  1. Open your PDF and navigate to the image you want
  2. Zoom in on the image for better quality
  3. Press Windows + Shift + S for Snipping Tool
  4. Draw a rectangle around the image
  5. The image is copied to clipboard and saved to clipboard history
  6. Paste into an image editor or document

Mac Screenshot

  1. Open the PDF and navigate to your image
  2. Press Cmd + Shift + 4 for selection screenshot
  3. Draw a rectangle around the image
  4. Screenshot saves to desktop automatically

Mobile Devices

  • iPhone/iPad: Power + Volume Up (or Home button on older devices)
  • Android: Power + Volume Down (may vary by manufacturer)

Screenshot Limitation

Screenshots capture what's on screen, not the original image resolution. For high-quality extraction, use dedicated tools that extract the actual embedded images.

Method 5: Free Desktop Software

Several free programs can extract images from PDFs with more control than online tools while keeping your files completely private.

GIMP (Free, Cross-Platform)

  1. Download GIMP from gimp.org
  2. Go to File → Open and select your PDF
  3. GIMP will show import options for each page
  4. Select pages to import and set resolution (300+ DPI for quality)
  5. Each page opens as a layer
  6. Export each layer as JPEG/PNG via File → Export As

Inkscape (Best for Vector Graphics)

If your PDF contains vector graphics (logos, illustrations), Inkscape can extract them while maintaining their scalable nature:

  1. Download Inkscape from inkscape.org
  2. Open your PDF (select the page containing your image)
  3. Click on the image/graphic to select it
  4. File → Export PNG Image for raster export
  5. Or copy and paste the vector object into a new document

Method 6: Command Line Tools (Advanced)

For batch processing or automated workflows, command-line tools offer powerful options for extracting images from many PDFs at once.

Using pdfimages (Part of Poppler)

pdfimages extracts embedded images directly without quality loss:

# Install Poppler (Mac)
brew install poppler

# Install Poppler (Ubuntu/Debian)
sudo apt-get install poppler-utils

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

# Extract as JPEG only
pdfimages -j document.pdf output-prefix

Using pdftoppm for Page Conversion

# Convert all pages to PNG at 300 DPI
pdftoppm -png -r 300 document.pdf output

# Convert specific pages (1-5)
pdftoppm -png -r 300 -f 1 -l 5 document.pdf output

# Convert to JPEG with quality setting
pdftoppm -jpeg -jpegopt quality=95 document.pdf output

Comparison: Which Method Should You Use?

MethodBest ForQualityPrivacy
PDFey OnlineQuick page extractionHighExcellent (browser-only)
Adobe AcrobatIndividual image extractionOriginalExcellent (offline)
Preview (Mac)Mac users, quick exportsHighExcellent (offline)
ScreenshotQuick grabs, any deviceScreen resolutionExcellent (local)
Command LineBatch processingOriginalExcellent (offline)

Tips for Best Quality Extraction

Before Extracting

  • Check PDF source: Images from originally digital PDFs will be higher quality than scanned documents
  • Identify image type: Photos extract as JPG, graphics often as PNG
  • Note the resolution: The original image resolution limits what you can extract

During Extraction

Use Original Format

When possible, extract images in their original format to avoid quality loss from re-compression.

Choose High DPI

For page exports, use 300 DPI for print quality or 150 DPI for web use.

PNG for Graphics

Use PNG for logos, text, and graphics with sharp edges. JPEG is better for photographs.

Check File Size

Larger extracted files usually mean higher quality. Very small files may indicate compression.

Extracting from Protected PDFs

Some PDFs have security settings that prevent copying or extracting content. If you're the owner or have permission to modify the PDF:

  1. Use PDFey's unlock tool to remove restrictions
  2. Enter the owner password if required
  3. Download the unlocked PDF
  4. Extract images using any method above

Legal Note

Only extract images from PDFs you own or have permission to use. Extracting copyrighted images without authorization may violate copyright law. Always respect intellectual property rights.

Common Questions About Extracting PDF Images

Can I extract images from a PDF for free?

Yes! PDFey's PDF to JPG converter is completely free and processes files in your browser. Preview on Mac and various command-line tools are also free options.

Will extracted images have the same quality as the original?

When you extract embedded images directly (using tools like Adobe Acrobat or pdfimages), you get the original quality. Converting pages to images or taking screenshots depends on your export settings - use high DPI for better results.

What format should I save extracted images in?

Use JPEG for photographs and realistic images - smaller files with good quality. Use PNG for graphics, logos, text, or anything with sharp edges or transparency. TIFF is best for print production where file size isn't a concern.

Why are my extracted images blurry?

Blurry extractions usually mean the original images in the PDF were low resolution, or you used a low DPI setting during export. Try extracting at higher DPI or check if the PDF contains higher-resolution versions of the images.

Related PDF Tasks

Working with PDFs often involves multiple operations. Here are related tools that might help:

Conclusion

Extracting images from PDFs is straightforward with the right tools. For most users, PDFey's browser-based PDF to JPG converter offers the perfect balance of convenience, quality, and privacy. For individual embedded images, Adobe Acrobat Pro provides the most control. Mac users can leverage the built-in Preview app for quick exports, while power users can automate batch extractions with command-line tools.

Remember to consider your quality requirements and privacy needs when choosing a method. For sensitive documents, always use offline tools or browser-based solutions like PDFey that process files locally without uploading to external servers.

Extract Images from Your PDFs

Convert PDF pages to high-quality images instantly. Works in your browser - no upload required.

Try PDF to JPG Tool