- How is this different from converting a PDF to JPG?
- Converting renders each page, borders, text and all, into one new picture. Extracting reaches inside the file and hands back the original photos it contains, at their own resolution and without a second round of compression.
- Why are there more images than I expected?
- Designers often slice one visual into several placed pieces, and a page can also carry logos, textures or background strips. Anything smaller than 64 pixels on a side is left out, since those are almost always bullets and rules.
- Why did some images come out as PNG?
- Only the ones that were not stored as JPEG in the first place. Those are rebuilt losslessly as PNG, which keeps the pixels exactly as the document had them.
- What does skipped mean in the result?
- Some PDFs store pictures in JPEG 2000, JBIG2, fax or palette encodings. Decoding those properly needs libraries we deliberately do not ship, so the tool reports them rather than handing you a mangled image.
- Is my PDF uploaded anywhere?
- No. The document is opened and read inside your browser, so the pictures never leave your device.