How to Change a PDF File to JPEG on Mac

Converting a PDF to JPEG on a Mac is one of those tasks that sounds technical but actually has several built-in paths — no additional software required in most cases. Whether you need a quick image for a presentation, a thumbnail for a website, or a shareable snapshot of a document, macOS gives you more than one way to get there. The right approach depends on how many pages you're working with, what image quality you need, and how often you'll be doing this.

Why Convert PDF to JPEG in the First Place?

PDFs are designed for precise document rendering — they preserve fonts, layouts, and vector graphics across devices. But they're not always the right format for every situation. JPEG is a compressed raster image format that's universally supported by browsers, email clients, messaging apps, and image editors.

Common reasons to convert:

  • Embedding a document page into a website or blog post
  • Sharing a single page via messaging or social media
  • Importing into image editing software like Photoshop
  • Creating document previews or thumbnails
  • Reducing friction when recipients don't have a PDF viewer

The trade-off: JPEG uses lossy compression, meaning some image detail is sacrificed to reduce file size. For text-heavy documents, this can sometimes result in slightly blurry edges at low quality settings. For pages with photos or graphics, the difference is often less noticeable.

Method 1: Using Preview (Built Into macOS) 🖥️

Preview is macOS's default PDF and image viewer, and it doubles as a capable conversion tool — no downloads needed.

Steps to convert using Preview:

  1. Open your PDF file in Preview (double-click, or right-click → Open With → Preview)
  2. Go to File → Export
  3. In the Format dropdown menu, select JPEG
  4. Adjust the Quality slider — higher quality means larger file size, lower quality compresses more aggressively
  5. Name your file and choose a save location
  6. Click Save

Important limitation: This method exports only the page currently visible in Preview. If your PDF has multiple pages, you'll need to handle each page individually — or use a different approach.

For multi-page PDFs, you can select all pages in the sidebar (View → Thumbnails, then Command+A to select all), but the standard Export function still applies to one page at a time. For batch conversion of multi-page documents, the workflow gets more involved.

Method 2: Using Preview's Export as PDF with ColorSync (Advanced Single-Page Tweak)

For users who need finer control over color profiles or resolution before exporting to JPEG, ColorSync Utility (also built into macOS) can sit in the middle of the workflow. This is rarely necessary for everyday conversions, but relevant if you're working with print-quality documents or specific color space requirements.

Method 3: Using the Mac's Built-In Automator or Terminal

For batch conversion — turning every page of a multi-page PDF into a separate JPEG — macOS offers two more powerful routes:

Automator

Automator is a built-in workflow tool that can chain together actions without any coding.

  1. Open Automator (find it via Spotlight: Command+Space, type "Automator")
  2. Create a new Workflow or Application
  3. Search for the action "Render PDF Pages as Images"
  4. Set output format to JPEG and choose your quality/resolution settings
  5. Add a "Move Finder Items" action to choose where files are saved
  6. Run the workflow with your PDF as input

This creates one JPEG per page, automatically numbered.

Terminal (Command Line) 🔧

macOS includes a command-line tool called sips (Scriptable Image Processing System) that can handle basic format conversions. For PDF-to-JPEG specifically, the qlmanage tool or ImageMagick (if installed) are often more reliable for maintaining quality across pages.

This route suits users comfortable with the command line and working with many files at once.

Method 4: Third-Party Applications and Web Tools

Several dedicated apps — available through the Mac App Store or as standalone downloads — specialize in PDF conversion and offer additional controls:

FeaturePreview (Built-in)Third-Party AppsWeb-Based Tools
Multi-page batch exportLimited✅ YesVaries
DPI/resolution controlBasicAdvancedVaries
No installation needed✅ YesNo✅ Yes
Works offline✅ Yes✅ YesNo
Privacy (files stay local)✅ Yes✅ Yes⚠️ Check policy

Web-based tools (such as browser-based converters) work without installation and handle multi-page PDFs easily — but require uploading your document to a third-party server. For sensitive or confidential files, that's a meaningful consideration.

Key Variables That Affect Your Results

Not every conversion looks or works the same. Several factors shape the outcome:

  • Source PDF type: PDFs built from scanned images convert differently than those generated from digital text. Vector-based PDFs generally produce crisper JPEGs.
  • Resolution/DPI setting: Higher DPI (dots per inch) produces sharper images but larger files. 150 DPI suits screen viewing; 300 DPI is typical for print-quality output.
  • JPEG quality level: Preview's quality slider directly controls the compression ratio. High quality = larger file, more detail. Low quality = smaller file, potential artifacts.
  • macOS version: The exact layout of Preview's export options has changed slightly across macOS versions (Ventura, Sonoma, and beyond), so menus may look slightly different on older systems.
  • Number of pages: Single-page PDFs are straightforward in Preview. Multi-page documents push most users toward Automator, Terminal, or third-party apps.
  • Intended use: A JPEG for a website needs different optimization than one destined for print or an image editor.

What "Best" Looks Like Depends on Your Setup

For someone converting a single-page PDF once a month, Preview's built-in Export function covers the need entirely — it's fast, free, and already on your Mac. For a designer converting multi-page client documents regularly, Automator or a dedicated app saves significant time. For someone who stumbled onto a one-time need and doesn't want to dig through settings, a browser-based tool gets the job done in minutes.

The quality ceiling you can reach, the privacy trade-offs you're comfortable with, and the time you're willing to invest all point in different directions depending on the specifics of your situation.