Advanced

How to Extract Images From a PDF

April 2026 · 4 min read

Why extract images from PDF

PDFs frequently contain high-quality images that are not accessible any other way. A product catalogue, a design report, or a technical manual may embed images at full resolution. Screenshotting captures a low-resolution version limited by your screen pixel density. Extraction retrieves the original embedded image at its actual resolution.

Repurposing content is the main driver. You need the chart from a PDF for a presentation, or the product photo from a catalogue for a website. Extraction gives you a clean image file without screenshot artefacts.

Archiving is another reason. A PDF may be the only copy of an image. Extracting and storing the image separately creates a backup that does not require opening the PDF to access.

What extraction actually does

A PDF embeds images as compressed binary objects inside the file structure. Image extraction reads these objects and saves them as standalone image files. The extracted images are at their original embedded resolution and compression - typically JPEG for photographs and PNG or JBIG2 for diagrams.

The extracted quality is exactly what was embedded. If the image was compressed before embedding, the extraction gives you that compressed version. If a high-resolution image was embedded, you get the high-resolution version. You cannot extract more quality than was put in.

Page position and order of images on the page are metadata in the PDF structure, not properties of the image files themselves. Extracted images are typically saved in the order they appear in the PDF object stream, which usually corresponds to reading order but may not always.

How to extract with PDFsuite

Open /tools/extract-images and upload your PDF. The tool scans the PDF structure for embedded image objects and displays a count of images found. If the count is lower than expected, some images may be vector graphics (not raster) or background fills that are not stored as discrete image objects.

Click Extract. All embedded images download as a ZIP archive containing individual image files. The files are named by page number and image index - "page-03-img-02.jpg" for the second image on page three.

Open the ZIP to find your images. Review them to confirm you have what you need. Some PDFs split images into tiles that reassemble visually but extract as separate pieces - this is a technique used to discourage extraction and you will see it as multiple partial image files that make sense only side by side.

Tiled and masked images

Some PDFs - particularly from Adobe InDesign and certain print workflows - tile large images into multiple smaller pieces for rendering efficiency. Each tile is a valid image object, so extraction produces many partial images rather than one complete image. You would need to reassemble them in an image editor.

Image masks are another complication. A mask is a separate object that defines transparent or cutout regions of an image. Extracting the image without its mask gives you the full rectangular image without the transparency - a cut-out photo will appear with its background present in the extracted version.

For simple documents like reports and manuals, these complications rarely arise. For design-heavy PDFs from professional publishing software, expect occasional complexity in the extracted output.

Alternatives when extraction is incomplete

If the image extraction does not give you what you need, export the page as a high-resolution image using /tools/pdf-to-images. At 300 DPI, a page export captures everything visible on the page as a single image. You can then crop the specific image you need in any image editor.

Screenshotting at high DPI on a Retina or HiDPI display gives you double the pixels of a normal display - adequate for many use cases and much faster than tooling.

If the images in the PDF are clearly visible but not extracting as distinct objects, they may be part of a flattened page content stream where image and text have been merged into one. In that case, page export and cropping is your only option.

Try it yourself

Process your PDFs in the browser.

All 28 tools. Files never leave your device. $29/year.