Recovering the original artwork
The only copy of a brochure left is a PDF: take the product photos back out at their stored resolution and reuse them.
Guide
Extract Images from PDF pulls the picture objects a PDF carries — photographs, illustrations, the bitmap behind a scanned page — out of the file one by one, at the pixel dimensions they were stored with, rather than screenshotting whole pages. An image that appears on every page (a header logo, say) is stored once in the file and is therefore exported once here.
Updated 2026-09-093 min read
Extract Images from PDF pulls the picture objects a PDF carries — photographs, illustrations, the bitmap behind a scanned page — out of the file one by one, at the pixel dimensions they were stored with, rather than screenshotting whole pages. An image that appears on every page (a header logo, say) is stored once in the file and is therefore exported once here.
Do not confuse it with “PDF to Image”: that renders a page as a bitmap and turns the text into pixels, while this tool wants the pictures themselves and takes neither text nor layout with them.
<original-name>_images.zip. File names look like <original-name>_p3_image2.png (the second image on page 3).| Input | Output | Notes |
|---|---|---|
A 20-page product brochure with the same header logo on every page |
The logo appears once; the rest are the per-page product shots |
Deduplication is by image object, not by page |
A page whose images use an unusual encoding and cannot be pulled out |
That page is rendered whole at 150 DPI, the cell is marked “Full-page render” and the file name carries _fullpage |
A fallback that keeps content from being missed |
A contract PDF that is pure text |
“No embedded images found” |
For whole-page pictures, use “PDF to Image” instead |
The only copy of a brochure left is a PDF: take the product photos back out at their stored resolution and reuse them.
Every page of a scanner-produced PDF is one bitmap, so extracting hands you the scan itself.
Some PDFs carry images that are invisible or cropped away on the page; extraction lists them all.
What you get is the image object's own pixels, while the size on the page comes from scaling applied during layout — the two are not meant to agree.
The page's image objects could not be pulled out directly, so as a fallback the tool rendered the whole page into a 150 DPI bitmap, which is why text is in there too.
The scan always covers the whole file; you can tick only the pages you need in the result grid (every cell shows its page as P) and export those.
Image objects are decoded inside the browser by the PDF rendering engine, and neither the PDF nor the exported pictures are sent to a server.
Updated 2026-09-09
Scan and export the original embedded images (deduplicated); pick from a grid and download singly or as a ZIP
Everything runs locally in your browser; files are never uploaded to a server