Convert PDF to JPG — and How to Avoid Ending Up With Blurry Pages
2026-07-20
You need a page from a PDF inside a slide deck, a chat message, or a website. All of those want an image, and none of them want a PDF. The conversion takes seconds — but the setting most people skip is the one that decides whether the result looks sharp or like a bad photocopy.
Why resolution is the whole game
A PDF page is usually vector data: text and shapes stored as mathematical descriptions. That is why you can zoom into a PDF indefinitely and the letters stay crisp — they are redrawn at whatever size you ask for.
A JPG is pixels. Fixed ones. Converting means picking a size and rendering the page into that grid, permanently. Choose too small and text turns to mush, and no amount of enlarging afterwards brings it back.
This is the single most common mistake: converting at screen resolution, then discovering the image is needed at twice that size. Rough guide:
| Use | Resolution |
|---|---|
| Chat, email, quick preview | 72–100 DPI |
| Slides, web pages | 150 DPI |
| Printing, or anything you might enlarge | 300 DPI |
When in doubt, go higher. You can always shrink an image later without losing anything meaningful. You cannot go the other way.
When converting is the wrong move
Worth pausing on, because converting is often the reflex when a different tool fits better.
If you want fewer pages, do not convert. Extracting pages keeps them as a PDF, keeps the text selectable, and keeps the file small. Use PDF page extractor instead — converting to images and back would lose the text layer for no reason.
If you want a smaller file, do not convert. A PDF full of text is usually far smaller than the same pages as images. Converting typically makes it bigger. PDF compressor is the right tool.
If someone needs to search or copy the text, do not convert. This is the big one. Rendering to JPG flattens everything into pixels — the text becomes a picture of text. Nobody can select it, search it, or read it with a screen reader. For an accessibility-sensitive document, that is a real loss, not a cosmetic one.
Convert when you genuinely need an image: embedding in a design tool, posting a preview, dropping a page into a presentation, or sending something to a system that only accepts image formats.
Doing it
1. Open PDF to JPG and select your file. 2. Choose your resolution based on the table above. 3. Convert and download. Each page becomes its own image.
A privacy point worth knowing
The conversion runs entirely in your browser — the file is never uploaded. That matters more here than people assume.
PDFs you convert are often exactly the sensitive kind: contracts, bank statements, medical letters, signed forms. Most free online converters work by uploading your document to their server, processing it there, and letting you download the result. Your document sits on someone else's infrastructure, subject to their retention policy, which you have almost certainly not read.
Here nothing leaves your device. You can verify that by opening your browser's network tab while converting — you will not see the file go anywhere. It also means the tool keeps working if your connection drops, and there is no file size cap beyond your own device's memory.
One thing to check afterwards
Transparency does not survive. JPG cannot store transparent areas, so anything transparent in the original comes out as solid white. Usually fine for document pages. If the page has a transparent logo or overlay you need to preserve, convert to PNG instead using Image Converter after the fact, or reconsider whether you need an image at all.
Very long documents produce a lot of files. A 50-page PDF becomes 50 images. If you only need three of them, extract those pages first and convert only what you need — faster, and far less to tidy up afterwards.