PDF

How to Extract Images From a PDF

All the ways to pull images out of a PDF file — from simple copy-paste to extracting full-resolution embedded images.

Difficulty
Beginner
Time
5 min

Last updated

FixFile.online Team

The FixFile.online editorial team — file format specialists, developers, and technical writers focused on practical file-fixing solutions.

How to Extract Images From a PDF

There are two things people mean by "extract images from a PDF":

  1. Convert PDF pages to images — each page becomes a JPG or PNG file
  2. Extract the embedded images — pull out only the photos/graphics, without the page background

This guide covers both.

Advertisement

Method 1: Convert PDF Pages to Images

Each page of the PDF becomes a JPG file. Good for: sharing individual pages, importing into presentations, using a page as an image.

Using FixFile.online (fastest, free):

  1. Open PDF to JPG
  2. Upload your PDF
  3. Download — one JPG per page (delivered as a ZIP if multi-page)

Output quality: The tool converts at 150 DPI by default. For high-quality output (e.g., for printing), choose the high quality option if available.


Method 2: Screenshot a Page (Quick and Simple)

For one-off captures of a single page:

Windows: Open the PDF → go to the page → press Win+Shift+S (Snipping Tool) → select the area macOS: Open the PDF in Preview → Cmd+Shift+4 → drag to select the area All platforms: Open in Chrome → Ctrl+P → Save as PDF (for the full page) or use the browser's screenshot tool for a screen-resolution capture

Limitation: screenshots are limited to screen resolution (72–96 PPI), not suitable for high-quality prints.


Method 3: Extract Embedded Images at Full Resolution

Some PDFs embed high-resolution photos internally. To extract just those images (not the whole page):

Using Adobe Acrobat (paid): Tools → Export PDF → Image → select format → Export All Images

Using pdfimages (free, Linux/macOS, or Windows via poppler):

pdfimages -j document.pdf output

This extracts every embedded image at its original embedded resolution — often higher quality than a screenshot.

Using online tools: Upload to a PDF image extractor online service — these use the same approach as pdfimages.


Method 4: Copy-Paste From PDF Viewer

For individual images in a text-based PDF:

  1. Open in Adobe Reader
  2. Edit → Take a Snapshot (or use the Select tool)
  3. Draw a rectangle around the image
  4. Paste into an image editor

This captures at screen resolution — fine for web use, not for print.


Resolution Notes

MethodOutput Resolution
PDF to JPG tool150 DPI (screen quality)
Screenshot72–96 PPI (screen resolution)
pdfimages / Acrobat exportOriginal embedded resolution (may be 300+ DPI)

For high-resolution output (printing, professional use), use pdfimages or Adobe Acrobat to extract the original embedded images.

Frequently asked questions

The quickest method: open the PDF in Chrome, right-click the image → "Save image as." For better quality, use the PDF to JPG tool to convert the entire page to an image. For high-resolution extraction of embedded images, use Adobe Acrobat (Tools → Export PDF → Image).

A scanned PDF IS an image — the entire page is one embedded JPEG or TIFF. Converting with the PDF to JPG tool extracts the scan as a full-page image. You cannot separate individual elements (like a photo and its surrounding text) from a scanned PDF without image editing software.

If the PDF requires a password to open, you need the password first. If the PDF is restriction-locked (opens freely but restrictions are set), try opening in Chrome and taking a screenshot, or use the Chrome print-to-PDF method to create an unlocked copy first.