Runs entirely in your browser, nothing is uploaded.
How it works
Extract Images From a PDF as PNG Files
Pulls the bitmaps embedded in a PDF at their stored pixel size, saves each one as a PNG and drops repeats by matching a SHA-256 hash.
What this does
- Every image comes out at its stored resolution, not the size it prints at
- A logo repeated on forty pages is saved once, matched by content hash
- Skip anything under 32 px, or take every image object including rules and spacers
- Files are named page-3-image-1.png and zipped when there is more than one
FAQ
Keep going