Extract Images from PDF
Extract all images embedded in a PDF file into a ZIP archive.
How to extract images from a PDF — 3 steps
- 1
Add your PDF
Drop the document in. It is parsed in your browser, so the file and everything inside it stays on your device.
- 2
Review what was found
Every embedded image is listed with the page it came from, so you can see what is available before saving anything.
- 3
Download what you need
Save individual images, or take the whole set at once. The pictures come out at the resolution they were stored at, not the size they appeared on the page.
Extracting images is not the same as exporting pages
These two jobs are easy to confuse and produce very different results. Extracting images pulls out the individual pictures that were embedded in the document — the photographs, logos, and diagrams — as separate files, without the text or layout around them. Converting the PDF to images renders each complete page as one picture, text and all, which is what you want for previews, thumbnails, or posting a page somewhere that will not display a PDF.
If you want the photograph that appears on page four, extract. If you want page four, convert. Extraction also has an advantage worth knowing: because it retrieves the stored image rather than a rendering of the page, you get the original resolution. A photograph placed small on the page may have been embedded at full camera resolution, and extraction recovers all of it — where a page render would give you only the few hundred pixels it occupied.
The reverse is true of scanned documents. A scan contains no separate pictures at all; each page is a single full-page image, so extraction returns one large image per page. That is expected behaviour rather than a fault, and it is often exactly what you want when rebuilding a scan.
Why an extracted image sometimes looks wrong
PDF stores images in ways that do not always correspond to how they appear on the page, and a few consequences show up regularly. Transparency is the most visible: a logo that appears cleanly cut out on the page may have had its transparency applied through a separate mask stored alongside the image data. Extract the image alone and the mask may not come with it, so a background that was invisible on the page reappears.
Large images are sometimes stored as several tiles or horizontal strips rather than a single picture, especially in files produced by older layout software or certain scanners. Extraction then returns those pieces individually — a photograph arriving as four bands is not a failure, it is what was actually in the file. Colour can shift too: images destined for professional print are often stored in CMYK, and converting them to the RGB your screen uses can alter the colours slightly.
It is worth remembering that extraction gives you the file, not the right to use it. Images inside a PDF usually belong to somebody — a photographer, a stock library, a client. Extracting a picture from a report or brochure to reuse in your own work is a copyright question rather than a technical one, and the technical ease of it says nothing about whether it is permitted.
Your files never leave your device
The document is parsed in your browser, so presentations, reports, and scanned material are unpacked on your own device with nothing uploaded.
Most online PDF sites upload your document to their servers, process it there, and keep a copy for minutes, hours, or longer. PilotPDF works differently: the page downloads a small processing engine into your browser, and your file is opened and edited in your device's memory using WebAssembly. Nothing is transmitted, so there is nothing for a server to store, leak, or scan. You can even disconnect from the internet after the page loads and the tool keeps working.
Read more about how this works in our privacy-by-design explainer.