Dropping a contract page into a presentation, sending a scan as a picture in a messenger, posting a document sheet where only images are accepted โ you often need to turn PDF pages into ordinary JPGs. The "PDF to JPG" tool in pdfredX does it right in the browser: you load the document, and each page is already ready to download as a picture. Nothing is uploaded to a server.
Step 01. Upload the PDF
Open pdfredx.com and add a PDF. The app renders each page through PDF.js and lays them out in the gallery as separate images. The file is read locally โ nothing goes to a server.
Step 02. Download pages as JPG
Every page card has a โฌ JPG button โ press it and that page is saved as a separate name.jpg file. Need all pages at once โ two options in the toolbar:
- ๐ฅ Download all as JPG โ each page as a separate file (
name_p1.jpg,name_p2.jpgโฆ). - ๐ Download all as ZIP โ all pages in one archive
pages.zip, handy for multi-page documents.
> When downloading separate JPGs, the browser may ask for permission to "download multiple files" โ that's normal, allow it. The ZIP option raises no such prompt: it's a single file.
Step 03. Done
The pictures land in your "Downloads" folder. That's how PDF pages become photos you can drop in anywhere. Free, no registration, no server queue.
How it works under the hood
Each page is drawn by PDF.js on an HTML5 Canvas at an enlarged scale (for sharpness), then exported to JPEG via canvas.toDataURL('image/jpeg', โฆ) and placed in the gallery as a ready image (editUrl). The download button simply hands that JPEG to the browser โ without re-rendering and without a server.
Known limitations
The format is JPEG. Pages are saved as JPG (a compact format handy for inserting and sending). Export to PNG is not yet supported.
The resolution is fixed. Pages are rendered at a single enlarged scale โ enough for screen and ordinary printing. There's no separate manual DPI setting yet.
JPEG only. You can save all pages as separate files or as one ZIP archive, but the format is always JPG โ export to PNG is not yet supported.
Need the reverse operation โ assemble pictures back into one PDF? That is the Photos to PDF tool. And if the JPGs came out heavy โ Compress helps after assembly.
Try it right now โ pdfredx.com, no registration, your files stay with you.
