1How to Convert PDF to JPG on Mac
Mac users have some of the best built-in tools for working with images and documents. If you need to convert PDF to JPG on Mac, you might be surprised to learn that macOS already includes everything you need — no third-party software required. In this guide, we cover five different methods to save PDF as image Mac, ranging from the simple Preview app to powerful Terminal commands for batch processing.
2Method 1: Use Preview App (Simplest Method)
Preview is the default PDF and image viewer on macOS, and it includes a built-in export feature that makes pdf to jpg macbook conversion effortless:
- Open the PDF in Preview by double-clicking the file. If it opens in a different app, right-click the file, select "Open With," and choose Preview.
- Navigate to the page you want to convert using the sidebar thumbnails.
- Go to File > Export (or press Command+Shift+E) to open the export dialog.
- Set the Format to "JPEG" in the export options dropdown menu.
- Adjust the Quality slider — higher values produce larger files with better detail. For most uses, 75-85% is ideal.
- Choose a save location and filename, then click "Save."
Preview exports the currently visible page as a JPG file at the resolution of the PDF. This method produces excellent quality output and works on every version of macOS from Catalina to the latest release.
3Method 2: Use Print Dialog to Save as JPG
An alternative approach uses the macOS print system to save PDF as image Mac:
- Open the PDF in Preview, Safari, or any PDF viewer.
- Press Command+P to open the Print dialog.
- Click the "PDF" dropdown at the bottom-left of the print window.
- Select "Save as PDF" — wait, this saves as PDF. Instead, take a different approach.
Actually, for a cleaner workflow, use the built-in screenshot system:
- Open the PDF page you want to convert.
- Press Command+Shift+4 then press Spacebar — the cursor changes to a camera icon.
- Click on the PDF window to capture the entire window as a PNG screenshot.
- Open the screenshot in Preview and export it as JPG using File > Export.
4Method 3: Use Terminal for Batch Conversion
If you need to convert PDF to JPG on Mac for multiple files or pages, the Terminal app offers a powerful batch conversion approach:
- Open Terminal from Applications > Utilities or search with Spotlight (Command+Space).
- Navigate to the folder containing your PDF:
cd /path/to/your/folder - Use the sips command to convert:
sips -s format jpeg input.pdf --out output.jpg
For converting all PDFs in a folder at once, use a simple loop:
for f in *.pdf; do
sips -s format jpeg "$f" --out "${f%.pdf}.jpg"
done
This is the fastest method when you need to process dozens of PDF files. Each PDF page is converted to a separate JPG image automatically.
5Method 4: Use Automator for Repeated Conversions
Create a custom Quick Action in Automator for one-click pdf to jpg macbook conversions:
- Open Automator from Applications > Utilities.
- Create a new Quick Action (Document type).
- Set "Workflow receives" to "PDF files" in "any application."
- Add the "Render PDF Pages as Images" action — set format to JPEG and resolution to 150 or 300 DPI.
- Add "Move Finder Items" action to save output to your chosen folder.
- Save with a name like "Convert PDF to JPG."
Now you can right-click any PDF in Finder, select Quick Actions, and run your custom conversion workflow. This is ideal for users who frequently need to save PDF as image Mac.
6Method 5: Use Our Free Online Converter
For the most flexible option, use our online converter in Safari, Chrome, or any Mac browser:
- Visit the converter page and upload your PDF file.
- Select pages — convert all pages or pick specific ones.
- Set quality and resolution — choose from high, medium, or low quality presets.
- Download your JPG images — each page is saved as a separate high-quality JPG.
The online method gives you more control over output settings than Preview and produces consistent results. Everything processes locally in your browser for complete privacy.
7Tips for Better PDF to JPG Results on Mac
- Use 300 DPI for print-quality results — Preview defaults to screen resolution, which may not be sufficient for printing. Use Terminal or our online tool for higher DPI output.
- Compress large JPGs afterward — High-resolution conversions can produce very large files. Use our JPG compressor to reduce size without visible quality loss.
- Resize for specific uses — Use our image resizer to set exact dimensions for web, social media, or email after converting.
- Preserve color accuracy — If your PDF contains precise colors (logos, charts), use the highest quality export setting to avoid color shifts.
8Common Mac PDF to JPG Questions
Why can't I find the JPEG option in Preview?
Make sure you are using File > Export, not File > Export as PDF. The JPEG format option is only available in the standard Export dialog. Also ensure your Preview version is up to date via System Preferences > Software Update.
Can I convert a password-protected PDF on Mac?
You need to unlock the PDF first by opening it in Preview and entering the password, then exporting the unlocked version. Alternatively, use our online converter which handles password-protected files directly.
For a complete guide covering all devices, read our how to convert PDF to JPG article. To learn about free options, check out how to convert PDF to JPG free.
