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":
- Convert PDF pages to images — each page becomes a JPG or PNG file
- 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):
- Open PDF to JPG
- Upload your PDF
- 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:
- Open in Adobe Reader
- Edit → Take a Snapshot (or use the Select tool)
- Draw a rectangle around the image
- Paste into an image editor
This captures at screen resolution — fine for web use, not for print.
Resolution Notes
| Method | Output Resolution |
|---|---|
| PDF to JPG tool | 150 DPI (screen quality) |
| Screenshot | 72–96 PPI (screen resolution) |
| pdfimages / Acrobat export | Original 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.
Learn more
- What Is a PDF File and How Does It Work?
PDF is the world's most used document format — but most people have no idea what is actually inside one. This explains how PDFs work and why they behave the way they do.
- How to Compress a PDF Without Losing Quality
Not all PDF compression is equal. This guide explains the four compression techniques inside a PDF engine and exactly which one to use to preserve text, graphic, and image quality.
- PDF Too Large for Email? Step-by-Step Fix
Every major email provider caps attachments at 10–25 MB. If your PDF is over the limit, here are three fast solutions ranked by ease and quality impact.
- How to Convert JPG Images Into a PDF Document
Turn one or multiple JPG images into a properly formatted PDF — in the right page order and at the right quality. This guide covers single-image and multi-image workflows.
- How to Convert PDF Pages to JPG Images
Converting a PDF to JPG images is straightforward, but the DPI setting determines whether your output is crisp or blurry. This guide explains everything you need to know.