Guide
How to Extract Images from a PDF (Free, on Windows)

Extracting images from a PDF sounds like it should be a one-click operation and often is not, because of how PDFs actually store pictures. Here are the two real methods, when each applies, and how to avoid ending up with something blurry.
The short answer
Render the page to PNG with PDF to PNG at a high DPI, then crop to the image you want. This works on every PDF — including scans — and gives you predictable quality. It runs on your own PC with nothing uploaded.
Why this is not simply "save image as"
A PDF is not a folder of pictures with a page wrapped around them. It is a set of drawing instructions, and images are objects those instructions place, scale, rotate, mask and clip.
Which means the "original" image is often not sitting there intact:
- Large images are frequently split into horizontal strips during PDF creation. Pull them out individually and you get twelve slices of a photograph.
- They are stored in the PDF's own colour space, which can be CMYK or an indexed palette. Extracted directly, colours can come out visibly wrong.
- Masks and clipping live in the drawing instructions, not the image. A logo that appears with a transparent background on the page may extract as a rectangle with a white block behind it.
- Resolution was often reduced at creation time. If the PDF was made for web distribution, the embedded image may be 96 DPI regardless of what the original was.
So direct extraction sometimes gives you a perfect original and sometimes gives you a jigsaw. Rendering sidesteps all of it.
Method 1 — render and crop (works every time)
- Open PDF Converter from the BizTray tray.
- Add the PDF and set the page range containing the image.
- Raise the DPI. This is the step that matters — see below.
- Convert to PNG.
- Crop the resulting page image to the picture you want.
You get exactly what the page shows, with masks and colour handled correctly, because you are capturing the rendered result rather than reassembling parts.
On DPI: the default is tuned for viewing whole pages. If you intend to crop a small region out of a page, that default leaves you with very few pixels. Render at 300 DPI or higher when the crop is small or destined for print. The file is larger; the crop is usable. This single setting is the difference between a sharp extraction and a soft one, and it is the thing most people miss.
Method 2 — the tricks that do not work
Worth naming so you do not waste time:
- Renaming the PDF to
.zip. This works for DOCX, XLSX and PPTX, which really are zip archives. A PDF is not, so renaming gives you an unopenable file. The advice gets copied between formats constantly. - Screenshotting the page. Free and immediate, and capped at your screen resolution — usually well under 150 DPI for a full page. Fine for a quick paste into a chat, poor for anything printed.
- Copy-and-paste from a reader. Sometimes works, often yields a screen-resolution copy or nothing at all, depending on how the image is masked.
Scanned PDFs are a special case
If the PDF is a scan, the page already is one image. There are no separate embedded pictures to recover — the photograph, the text and the coffee stain are all the same bitmap.
So rendering and cropping is not a workaround here, it is the only meaningful operation. Render at high DPI and crop to the region you want.
If the goal is to tidy the page rather than lift something off it, cropping the PDF directly is better — it keeps the file as a PDF and changes nothing about quality.
Picking the output format
Follow the usual rule, covered fully in JPG vs PNG:
- PNG for diagrams, charts, screenshots, logos, anything with text or hard edges. This is most document content.
- JPG only for photographs, where the smaller file is worth one lossy re-encode.
Defaulting to PNG is the safe call when extracting from documents.
Doing it on your own machine
The PDF Converter renders pages to PNG or JPG at a resolution you choose, with page ranges, no page cap, no file-size ceiling and no watermark — and it needs no engine download, so it works fully offline. Whole folders convert in one run.
Nothing is uploaded, which is worth noting given that the PDFs people extract images from are frequently reports, scans and documents they did not author.
A note on why this is free
BizTray shares a portion of your spare internet bandwidth through a vetted partner rather than charging you. It relays other parties' web traffic and never touches your documents. Sharing is switchable off from Settings or the tray, and the tools do not run while it is off. See How it's funded.
Related
- PDF to PNG — the conversion this relies on.
- JPG vs PNG — picking the output format.
- How to crop a PDF — trimming without leaving PDF.
Do it the easy way with BizTray's PDF Converter
Pull a PDF apart into text, Markdown, HTML, PNG, JPG or PowerPoint slides. Pick the page range and the resolution, convert a hundred files in one run, and keep every one of them on your machine. Learn more about PDF Converter.