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. Do not be thrown if one photo comes out as several horizontal strips, or paired with a separate black-and-white mask file: a PDF sometimes stores a single picture in pieces, and that is how it was saved rather than a fault in the tool.
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.
Common questions
Why did pdfimages split one image into several pieces?
Some PDFs store a picture as horizontal tiles or bands, so a faithful extractor saves each band as its own file. A related case is a photo saved with a separate soft mask for transparency, which comes out as the image plus a black-and-white mask. Recombine the strips in an image editor, or render the whole page instead if you only need the finished visual.
How do I extract every image from a PDF at once?
Run pdfimages -all input.pdf pic to dump every embedded image in its original format in one pass; add -list first to preview what is inside. For a graphical route, the free PDF24 Creator on Windows has a batch Extract images tool, and iLovePDF’s free Extract images mode does it online for files up to 25 MB.
How do I get images out of a scanned PDF?
In a scan, each page is itself one full-page image, so an extractor gives you the whole page rather than cropped photos. That is usually what you want for archiving; if you only need part of the page, crop it afterward, or snip just that region from the screen.
Can I get higher quality than the extracted image?
No. Extraction pulls out the exact file embedded in the PDF, so its resolution is fixed at whatever was stored, and you cannot recover detail that is not there. A screen snip is worse still, since it captures only the pixels shown, so always extract the embedded original rather than screenshotting it when quality matters.