Toolerax logoToolerax
·6 min read

How to Extract Images from a PDF

How to Extract Images from a PDF

A PDF often contains images you wish you had as separate files — a logo, a chart, product photos, a diagram someone sent you buried in a report. Recreating them by screenshotting and cropping is slow and loses quality. Extracting them pulls the original embedded images out at their true resolution. This guide explains how extraction differs from converting a page, what you can expect to get, and how to do it without uploading your document.

Extracting images vs. converting a page

This distinction is the whole point, and getting it wrong wastes time. There are two very different operations that sound similar:

  • Extract images pulls out the actual picture files that were placed inside the PDF — the exact photo, at the exact resolution it was embedded at, with nothing else around it.
  • Convert page to image renders a whole page — text, layout, images and all — into one flat picture. Everything on the page becomes a single image. That is what PDF to PNG and PDF to JPG do.

So if you want “just that one photo from page 3,” you want extraction. If you want “a picture of the whole page,” you want conversion. Extraction gives you the cleaner, higher-quality result when the image is what you are after.

What you actually get

Extraction reads the PDF's internal structure and finds every bitmap image drawn on each page, then saves them as PNG files. A few things are worth knowing about the results:

  • Original resolution. You get the image at the size it was embedded, which is often larger and sharper than it appears on the page (the page may display it scaled down).
  • One file per placement. If the same logo appears on ten pages, you may get it once per page. That is normal — deduplicate afterwards if needed.
  • Photos and bitmaps only. Charts and diagrams drawn as vector graphics are not stored as images — they are drawing instructions — so they cannot be extracted as picture files. For those, convert the page to PNG instead.

Step by step

  1. Open your PDF in the extractor.
  2. Let it scan the pages. The tool walks through the document and collects every embedded image, noting which page each came from.
  3. Review the images it found, with their dimensions.
  4. Download the ones you want individually, or all of them as a ZIP.

Why some images don't come out

Occasionally a PDF looks full of graphics but extraction finds few or none. The usual reasons:

  • They are vector graphics, not bitmaps — logos and charts are often drawn with lines and shapes, which have no image file to extract.
  • The whole page is one scanned image. A scanned document is a single big picture per page; extracting it gives you the entire page rather than individual elements.
  • Unusual encodings. A few rare image formats inside PDFs are skipped. Converting the page to PNG is the reliable fallback.

When extraction does not give you what you need, convert the page to an image and crop out the part you want — it is the universal backup that always works.

Privacy: nothing is uploaded

The PDFs people mine for images are frequently confidential — internal decks, product shots under embargo, private reports. A browser-based extractor reads the document on your own device and never sends it anywhere, so the images and the file stay with you. It is private, fast and works offline.

Common mistakes to avoid

  • Screenshotting instead of extracting. A screenshot is limited to your screen resolution; the embedded original is usually sharper.
  • Expecting vector logos as image files. They are not stored as pictures. Convert the page if you need them as an image.
  • Being surprised by duplicates when a graphic repeats across pages.
  • Uploading a sensitive PDF to an online extractor. Keep it local.

Frequently asked questions

What format are the extracted images? PNG, which is lossless, so you get the embedded image data without any added compression.

Can I extract images from a scanned PDF? A scan is one image per page, so you will get whole pages rather than separate pictures.

Why did I get the same image several times? It appears on several pages, and each placement is extracted. Keep the copies you need and discard the rest.

Can I get a chart or diagram out? Only if it was embedded as a bitmap. Vector charts must be captured by converting the page to an image.

Extract your PDF images now

Use our Extract Images from PDF tool to save the embedded pictures from any PDF — in your browser, no upload, no watermark. If the graphics you want turn out to be vectors, capture the page with PDF to PNG, and PDF Info Viewer lets you inspect a document before you start.

Written by the Toolerax Team

We are the developers who design, build and test every one of the 100+ free tools on Toolerax. Each guide is written alongside the tool it explains and checked against how the tool actually works. About us

Tools mentioned in this article