How to Extract Images From a PDF Without Losing Quality
Copy one picture with a snip tool, or extract every embedded image at full resolution using iLovePDF, PDF24, or the free pdfimages command.
To pull one picture out of a PDF, snip it with a screen-capture tool and paste it into an image editor. To get every image at its original quality, use an extractor built for the job — iLovePDF’s Extract images mode, the free PDF24 Creator, or the command-line pdfimages.
Grab a single image in seconds
For one picture, a screen capture is fastest. Zoom in first so you capture more pixels, then press Win + Shift + S, draw a box around the image, and paste it into Paint to save as PNG. Adobe Acrobat also has a Take a Snapshot tool that copies a selected region — look under the Edit menu or the main Menu, since Adobe keeps moving it between redesigns.
The catch: a capture records only what’s on screen, so you get screen resolution, not the original — fine for a quick doc, not a full-size photo.
Pull out every image at full resolution
To recover images at their true size and format, use a tool that reads the embedded files directly. iLovePDF’s PDF to JPG tool has a free Extract images mode that saves each embedded picture on its own, rather than converting whole pages to JPG. Smallpdf has the same split, but there extracting images (not whole pages) is a paid Pro feature. Either way the file uploads to a server, so skip web tools for anything private.
For an offline option, the free PDF24 Creator for Windows runs an Extract images tool on your own PC. If you also plan to edit the file, a tool from our guide to editing a PDF for free may cover both jobs.
Extract images with pdfimages
The most reliable extractor is pdfimages, part of the free Poppler utilities (brew install poppler on Mac, apt install poppler-utils on Linux, or a Poppler build on Windows). Run pdfimages -all input.pdf pic to save every embedded image in its original format; add -list first to see what’s inside. Because it pulls the real files, a big scan comes out big — worth a pass through PDF compression if size matters.
Which method to use
| Method | Best for | Original quality | Works offline |
|---|---|---|---|
| Snip / Snapshot | One image, quick | No (screen res) | Yes |
| iLovePDF (free) | A few images, no install | Yes | No |
| PDF24 Creator | Batch on Windows | Yes | Yes |
pdfimages | Every image, full control | Yes | Yes |
Match the method to your goal: a quick snip for on-screen pictures, a real extractor for the originals. If it’s whole pages you want, splitting or converting is the better route.