Convert PDF to JPG (Free): Windows, Mac, iPhone/Android, and Online (Batch‑Friendly)
By Abdulbatin Anaza • Last updated: May 2026 • Estimated reading time: 14–20 minutes
Need to extract slides as images, turn a flyer into a picture, or post a single page on the web? You can convert pdf to jpg quickly with free tools on Windows and Mac—or use safe web apps from any device.
This guide walks through the fastest built‑ins and trusted tools to convert pdf to jpg, including batch exports, quality settings (resolution and compression), color profiles, and privacy tips—plus real troubleshooting for fuzzy output or missing pages.
Related how‑tos:
- Going the other way? Convert Images to PDF (Free)
- Keep file sizes small before sending: Compress PDF Without Losing Quality
- Edit text after conversion: Convert PDF to Word Without Losing Formatting
Quick picks (fast setup that works)
Use these quick wins to convert pdf to jpg in minutes:
- Windows (IrfanView + plugins): Open PDF → File → Save As → JPG, or do File → Batch Conversion. Set “Save quality” ~82–88% for crisp, small files and convert pdf to jpg for many pages at once.
- Mac (Preview): Open a page → File → Export → Format = JPEG → move Quality slider → Save. For multi‑page, use Automator “Render PDF Pages as Images” to convert pdf to jpg in one pass.
- Online (any device): Use a reputable tool, select “Pages to JPEG,” then download. For private docs, prefer offline tools to convert pdf to jpg safely.
- Quality tip: Set import resolution (a.k.a. density) around 200–300 DPI before exporting for cleaner text edges.
Windows: IrfanView and ImageMagick — convert pdf to jpg (batch options)
A) IrfanView (free; add plugins for PDF)
- Install IrfanView and IrfanView Plugins: irfanview.com (needed to open PDFs).
- Open your PDF → if prompted, set “PDF settings” (import DPI: 220–300; color: auto).
- Single page: File → Save As → JPG → set quality 82–88% → Save.
- Batch: File → Batch Conversion/Rename → Output format = JPG → Add all files (or a multi‑page PDF) → Advanced → tick “Use advanced options” → set resize if needed → Start.
IrfanView is fast, reliable, and great when you want to convert pdf to jpg for a stack of pages with consistent naming.
B) ImageMagick (CLI; precise control)
If you script or need exact output, use ImageMagick to convert pdf to jpg with resolution, sharpening, and color control.
# Windows PowerShell (also works on Mac/Linux with ImageMagick installed)
# -density controls render DPI from the PDF (higher = sharper, larger files)
# -quality sets JPEG compression; -strip removes metadata; sRGB keeps colors consistent
magick -density 220 "input.pdf" -colorspace sRGB -strip -quality 85 "out-%02d.jpg"
# Resize to max width 1600px while converting
magick -density 220 "input.pdf" -resize 1600x -colorspace sRGB -strip -quality 85 "out-%02d.jpg"
- Increase
-densityif text looks soft; reduce if files are too large. - Use
"out-%02d.jpg"to number pages (01, 02, 03…).
Mac: Preview, Automator, and Terminal — convert pdf to jpg
A) Preview (built‑in; single page or a few pages)
- Open the PDF in Preview → select a page thumbnail.
- File → Export… → Format = JPEG → move Quality slider (aim 80–90%) → Save.
- Repeat for the pages you need, or use Automator for full documents.
Preview is perfect for quick one‑offs when you need to convert pdf to jpg without extra apps.
B) Automator Quick Action (batch all pages)
- Open Automator → New → Quick Action.
- Workflow receives PDF files in Finder.
- Add action: “Render PDF Pages as Images” → Format: JPEG; Resolution: 220–300 DPI; Compression: ~0.8–0.9.
- Add action: “Move Finder Items” (choose output folder) → Save as “PDF→JPG.”
- Now right‑click a PDF in Finder → Quick Actions → PDF→JPG to export every page.
C) ImageMagick (Terminal)
# macOS Terminal
brew install imagemagick # if needed
magick -density 220 input.pdf -colorspace sRGB -strip -quality 85 out-%02d.jpg
Online tools (fast—avoid sensitive documents) — convert pdf to jpg
- Adobe Acrobat online: adobe.com/acrobat/online/pdf-to-jpg — pick pages and download JPEGs.
- iLovePDF — PDF to JPG: ilovepdf.com/pdf_to_jpg — page‑by‑page or extract images.
- Smallpdf — PDF to JPG: smallpdf.com/pdf-to-jpg — simple UI on mobile/desktop.
Privacy tips: For client or confidential files, prefer offline methods to convert pdf to jpg. If you must use the web, read deletion policies and remove uploads right after processing.
Quality, resolution, and color (so results look right)
To keep text sharp and colors consistent when you convert pdf to jpg, tune these:
- Resolution/Density: 200–300 DPI is usually ideal for documents. Higher DPI = sharper but larger files.
- Dimensions: If you only need a web image, resize down after rendering (e.g., 1600 px width) to shrink file size.
- Compression: JPG quality 80–90% is the sweet spot; avoid 100% unless you need near‑lossless.
- Color space: Convert to sRGB before export so colors match across screens.
- Transparency: If the page has transparency or needs crisp text on flat color, PNG may be better than JPG.
iPhone and Android (practical paths)
On mobile, the quickest way to convert pdf to jpg is to use a reputable web tool and save the result to Photos/Files.
- iPhone/iPad (Safari): Open a trusted converter → upload the PDF → choose “Pages to JPEG” → download → Share → Save Image/Save to Files.
- Android (Chrome): Open a converter site → select PDF → export pages as JPEG → download to the device’s Downloads or Photos. For large jobs, consider doing the convert pdf to jpg step on desktop for speed.
File naming and batch organization
- Consistent names: Use a pattern like
brochure‑2026‑p%02d.jpg(01, 02…). - Folders: Keep
/pdf/(originals) and/jpg/(exports) separate to avoid mix‑ups. - Metadata: Strip EXIF unless needed; smaller, cleaner files upload faster.
Troubleshooting (real fixes)
If you convert pdf to jpg and the results look wrong, try these:
- Output is blurry or jagged.
Increase render resolution (IrfanView “import DPI” or ImageMagick-density300). Slightly increase JPG quality (to ~88%). - Colors look dull.
Ensure the output is sRGB (-colorspace sRGBin ImageMagick). Turn off Night Shift/True Tone when previewing. - Big file sizes.
Resize width (e.g., 1600 px) and lower quality to 80–85%. Consider WebP if your platform supports it. - Missing or blank pages.
Update plugins (IrfanView) or try ImageMagick with Ghostscript installed. If the PDF is protected, remove restrictions if you’re authorized. - Fonts render oddly.
Flatten transparencies by printing the PDF to a new PDF (same size), then export; or rasterize at a higher density.
FAQ
What’s the easiest way to convert pdf to jpg on Windows?
IrfanView with its plugins is the quickest: open the PDF, set import DPI, then Save As JPEG—or batch it in File → Batch Conversion.
Can I convert pdf to jpg for every page at once on Mac?
Yes. Use Automator’s “Render PDF Pages as Images” Quick Action to export all pages to JPEG with your chosen resolution and compression.
What DPI and quality should I choose?
Documents: 220–300 DPI and JPEG quality ~85–90%. For web‑only images, consider 1600 px width and 80–85% quality.
Is it safe to use online converters?
For non‑sensitive files, yes—stick to reputable services and delete uploads after use. For private docs, use offline tools.
Helpful resources
- IrfanView — Official site (with Plugins)
- ImageMagick — Documentation
- Apple Preview — Convert a file to a different format
- Apple Automator — User Guide
- Adobe — PDF to JPG (online)
Summary: quick start
In 5 minutes, you can convert pdf to jpg with good quality and small files:
- Windows: IrfanView (with plugins) for one‑offs or batches; or ImageMagick for scripts with exact DPI/quality.
- Mac: Preview → Export as JPEG for a few pages; Automator Quick Action for full‑document batches.
- Online/mobile: Use a reputable converter, then download and rename files clearly.
- Quality: Render at 220–300 DPI, sRGB color, and ~85% JPEG quality; resize width for the web.
You can check out our other articles on: