How to Extract Images from a PDF (Not a Screenshot of the Page)
September 15, 2026 · 1 min read
By Amin Mahmoud · operator of techyworks · LinkedIn
People search “get pictures out of a PDF” and land on two opposite tools. PDF to images photographs each whole page — text, margins, headers, everything — as a PNG. Extract images walks the PDF’s image XObjects and writes those bitmaps out, without the surrounding type. If you need the logo at the resolution it was placed, not a screenshot of the letterhead, you want extract.
The zip contains PNG files. Extraction runs in the browser; the PDF is not uploaded. If the document has no embedded rasters (pure vector logos, text only), the tool tells you it found nothing. That is not a bug: there was no pixel image to steal.
When extract wins
- Reuse a chart from a vendor PDF in a slide without photographing the page.
- Pull product photos out of a catalogue at full size.
- Grab a logo that was embedded, not redrawn as paths.
When you should use something else
- You need a picture of the page (for a thumbnail, or because the “image” is actually vector). Use PDF to images.
- You need the words. Use PDF to Word or copy from the editor.
- The pictures are scans of an entire page. Extract will give you those page-sized rasters — huge files — which is technically correct and usually not what you wanted. Crop in an image editor afterwards, or OCR if you wanted text.
Step-by-step
- Open Extract images.
- Drop the PDF and run extract.
- Download the ZIP and rename the PNGs; the original object names are rarely friendly.
Large files are limited by device memory, same as other in-browser tools. Password-protected PDFs need unlock first.