Convert a PDF into images
For putting a page into a slide deck, sending a preview to someone without a PDF reader, or feeding pages to something that only accepts images.
- Runs entirely in your browser
- Works offline
- No upload
- No sign-up
- No watermark
Loading the tool…
How it works
- Drop the PDF.
- Choose the resolution and format, and a page range if you do not want all of them.
- Convert and download the pages as a ZIP.
Why nothing is uploaded
Every operation on this page is done by code running inside your browser tab, using the same engine that renders web pages. The file is read from disk into your tab’s memory, transformed there, and written back out as a download. It is never sent anywhere — not to us, not to a third party.
Verify it yourself
- Open your browser’s developer tools (F12) and select the Network tab.
- Load your file and run the tool.
- The only requests you will see fetch the tool’s own code — and, for a few heavy tools, their open-source engine from a public CDN — plus one small page-view ping to loreatec.jp (page address and title, nothing more). None of them carry your file.
Frequently asked questions
What DPI should I choose?
150 for reading on a screen, 300 if it will be printed. The file gets roughly four times heavier each time you double the DPI, and past 400 you are usually enlarging detail the PDF never had.
Will the text still be selectable?
No — an image has no text layer. That is often the point when you want a page nobody can copy from, but if you need the words, use the text extraction or the OCR tool instead.
Are the files numbered in order?
Yes, with leading zeros matched to the page count, so page 9 sorts before page 10 in any folder. It is a small thing that stops a hundred-page export coming out shuffled.
Is the PDF uploaded?
No. It is rendered in this tab by the same open-source engine Firefox uses to display PDFs, and the images are produced on your own machine.