You need PDF pages as JPG images — to embed in a slide deck, post on social media, paste into a doc that doesn't accept PDFs, or feed to a system that only reads images. A "convert PDF to JPG" tool isn't difficult to find, but the ones that actually preserve quality are fewer than you'd think. This guide covers what drives JPG output quality, how to pick the right DPI for your use case, and how to avoid the three ways free tools cut corners.
What "high quality" actually means
A JPG of a PDF page has two quality dimensions:
- Resolution (DPI) — how many pixels per inch the page renders at. Higher DPI = sharper, larger file.
- JPEG compression quality — how aggressively the JPG encoder throws away data to shrink the file. Lower quality = smaller file, more visible artefacts.
Most free tools hide these settings behind a single "convert" button and pick low values to produce small files quickly. That's fine for thumbnails but terrible if you actually need the JPG to look crisp.
DPI choices and what they mean in practice
- 72 DPI — matches typical old-school screen resolution. Good for avatar-sized images, social media thumbnails, very small previews. Text is legible but soft.
- 150 DPI (good default) — crisp on any modern screen at any zoom level. Matches the resolution most printers can reproduce from screen-rendered content. This is our default.
- 300 DPI — matches the rendering quality most inkjet and laser printers assume. Use this when the JPG will be printed, archived, or displayed at huge zoom.
Higher than 300 DPI starts to produce files that are larger but no sharper — the limiting factor becomes the PDF's own internal resolution, not your output DPI. If the source PDF has a photo embedded at 150 DPI, rendering the page at 600 DPI doesn't give you more detail; it just gives you 4× the pixels of the same blur.
Why most free tools produce mediocre JPGs
Three common shortcuts:
- Fixed low DPI. Tool renders every page at 72 DPI regardless of what your file needs. Great for quick thumbnails, terrible for print or high-zoom display.
- Aggressive JPEG compression. Output has visible "mosquito noise" around text edges and blocky shadows in dark regions, because the JPG encoder was set to quality 40-60 to keep file sizes down.
- Batch re-scaling. Source PDF was rendered at full-page size, then downscaled to 1280×720 or similar to fit a "standard" output. You lose all the native PDF resolution for a fixed pixel count.
A tool that exposes DPI choices explicitly — like our PDF to JPG does — lets you avoid all three shortcuts and pick the right output for your use case.
How PDFGrover converts to JPG
Our PDF to JPG tool is transparent about what it does. The verifiable facts:
- Three DPI options: 72 (Screen), 150 (Standard, default), 300 (Print).
- Up to 100 MB per PDF.
- Up to 500 pages per conversion job — longer documents should be split or page-ranged first.
- Page-range selector — convert all pages or specify a range, saves time and bandwidth when you only need part of a document.
Where the work actually runs
- Small jobs (5 MB or smaller AND 20 pages or fewer) run entirely in your browser via HTML5 canvas. No upload, files never leave your device.
- Larger jobs automatically route to our server-side renderer. Uploads go over HTTPS and source files are deleted as soon as the response is generated.
You don't have to pick between the two — the tool automatically selects based on file size and page count.
Output format
- One page → a single
.jpgfile downloads directly. - Multiple pages → a
.zipcontainingpage-1.jpg,page-2.jpg, etc. in source order.
Walk-through: converting a PDF to JPG
- Open PDFGrover PDF to JPG.
- Drag your PDF onto the uploader (or click to browse). Up to 100 MB.
- Pick a DPI:
- Embedding in a web article or tweet → 72
- Default for almost everything → 150
- Printing or zooming to 400%+ → 300
- (Optional) set a page range if you only need part of the document.
- Click Convert. The output downloads — single JPG if one page, ZIP if multiple.
- Open one of the JPGs and verify at 100% zoom. Text should be crisp; image edges sharp. If it looks soft, re-run at the next higher DPI.
JPG vs PNG — which should you pick?
PDFGrover offers both PDF to JPG and PDF to PNG. Quick decision guide:
| Need | Pick |
|---|---|
| Small file, photo-heavy page, fine to have slight compression artefacts | JPG (this tool) |
| Lossless, perfect pixel-for-pixel copy | PNG (PDF to PNG) |
| Diagrams or line art where blocky JPEG noise would be visible | PNG |
| Social media post | JPG (smaller file, faster upload) |
| Archival / production-grade | PNG |
JPG is lossy — it discards data during compression — but modern encoders are smart enough that quality loss is invisible for photographic content. PNG is lossless but produces larger files.
Common problems and fixes
"The text looks blurry in my output"
Almost always a DPI issue. Re-run at 150 (if you used 72) or 300 (if you used 150). The JPG encoder can't sharpen text that was rendered at low resolution.
"The file is too big for my upload target"
Use a lower DPI. Or convert to JPG first and then run the JPG through our JPG to PDF tool to stitch them back into a compressed single PDF.
"The colours look washed out"
This usually means the source PDF uses a colour profile (CMYK or a custom ICC profile) that doesn't translate perfectly to sRGB (the standard JPG colour space). There's no way to avoid this in pure image output — the only fix is to start with an sRGB-calibrated source PDF.
"I only need page 5 of a 500-page PDF"
Use the page-range selector. No need to convert all 500 pages just to discard 499.
"The source PDF is a scan — will the JPG output be editable?"
No — JPG is an image format, there's no editable text in the output. If you need editable content, convert to Word via PDF to Word (with an OCR step first if the PDF is a scan). Image output preserves exactly what the PDF shows, nothing more.
Privacy and file handling
- Small jobs (≤ 5 MB and ≤ 20 pages) run entirely in your browser — nothing uploaded
- Larger jobs upload over HTTPS to a scoped temp folder, render server-side, then delete the source as soon as the response is generated
- Close the tab mid-render — subprocess cancelled, temp files swept up automatically
- No signup, no watermark, no copies kept
Further reading
- Tool page: PDF to JPG — interface, DPI options, page-range selector
- Alternative: PDF to PNG — lossless output for diagrams and line art
- Reverse direction: JPG to PDF — combine JPGs back into a single PDF
- Related: Compress PDF — shrink the PDF before converting if size matters
Convert your PDF to JPG now — free, no signup, no watermark.