The fastest way: use Preview to export as JPG

Open your PDF in Preview — the built-in Mac app that handles images and PDFs. Right-click the PDF file and select "Open With," then choose Preview. Once the PDF is open, go to File menu and click "Export." A dialog box appears. In the "Format" dropdown, select JPEG. Choose where to save the file, name it, and click Save.

This method works for single-page PDFs or when you want to convert just one page. If your PDF has multiple pages, Preview exports only the page you are currently viewing. For multi-page PDFs, you will need to export each page separately or use one of the other methods below.

Key Takeaways

  • Preview, the default Mac app, can export any PDF page as a JPG file in under a minute without downloading anything.
  • If your PDF has multiple pages and you need all of them as separate JPG files, you must export each page one at a time using Preview, or use Automator or command line tools to batch-convert.
  • Online converters work on any Mac but require uploading your file to a third-party server, which matters if the PDF contains sensitive information.
  • Automator lets you convert all pages of a multi-page PDF to JPG files at once, but requires setting up a workflow first.

Converting multi-page PDFs with Automator

If your PDF has many pages and you want each one as a separate JPG file, Automator automates the process. Open Automator (in Applications > Utilities). Create a new document and select "Quick Action." In the search box, type "PDF" and drag "Render PDF Pages as Images" into the workflow. Set the "Output Type" to JPEG and the "Scale" to 100% or higher if you want larger files.

Save the workflow with a name like "PDF to JPG." Then right-click your PDF file in Finder, select "Quick Actions," and choose your new workflow. Automator creates a JPG file for each page and saves them in the same folder as the original PDF. The filenames will include page numbers, so page 1 becomes something like "filename-0.jpg" and page 2 becomes "filename-1.jpg."

Using online converters for quick one-off conversions

If you do not want to use Mac apps, online converters like CloudConvert, Zamzar, or ILovePDF let you upload a PDF and read it as JPG. Go to the converter website, click the upload button, select your PDF, choose JPEG as the output format, and click Convert. read the resulting file to your Mac.

The trade-off is privacy: your PDF file is uploaded to a server you do not control. For personal documents, tax returns, medical records, or anything with sensitive information, this method is riskier than using Preview or Automator. Most converters delete files after a few hours, but you are trusting their word. For public documents or images you do not mind sharing, online converters are fast and require no setup.

Converting via command line for batch jobs

If you are comfortable with Terminal, the command line tool ImageMagick can convert PDFs to JPG files in bulk. First, install ImageMagick using Homebrew. Open Terminal and type brew install imagemagick, then press Enter. Once installed, navigate to the folder containing your PDF files using the cd command.

Then type convert input.pdf -quality 85 output.jpg, replacing "input.pdf" with your filename and "output.jpg" with what you want to call the result. For multi-page PDFs, this creates one JPG per page automatically (output-0.jpg, output-1.jpg, and so on). The -quality flag controls compression; 85 is a good balance between file size and image sharpness. This method is fastest if you have dozens of PDFs to convert at once.

Choosing the right quality and file size settings

When you export a PDF as JPG, you control the quality, which affects both how sharp the image looks and how large the file is. Preview's export dialog does not show a quality slider, so it uses a default setting that works for most documents. If you need finer control, Automator's "Render PDF Pages as Images" workflow lets you set the scale (100%, 150%, 200%) to make the output larger or smaller.

Online converters usually offer a quality slider ranging from low (smaller file, blurrier) to high (larger file, sharper). For documents with text, use at least 80% quality so the words stay readable. For images or graphics, 70% is often enough. If the PDF is a scanned document or photograph, higher quality (90%+) preserves detail better. Test with one page first to see if the quality meets your needs before converting the whole file.

Troubleshooting common conversion problems

If Preview will not open your PDF, the file may be corrupted or password-protected. Try opening it in a web browser first (drag it into Chrome or Safari) to confirm it works. If it opens in the browser but not Preview, try downloading it again. For password-protected PDFs, you must enter the password in Preview before you can export it.

If your converted JPG looks blurry or has poor quality, the original PDF may have been created from a low-resolution scan. Increasing the scale in Automator (to 150% or 200%) can help, but it will not add detail that was not there. If the JPG file is too large, lower the quality setting or reduce the scale. If Automator or command line tools create files with strange names or in unexpected locations, check the output folder — they usually save to the same directory as the original PDF unless you specify otherwise.

Frequently Asked Questions

Can I convert a password-protected PDF to JPG on Mac?

Yes. Open the PDF in Preview, enter the password when prompted, and then export it as JPG using File > Export. Once you have unlocked the PDF in Preview, the export process works the same as any other PDF. Automator and command line tools may not work with password-protected files, so Preview is your best option in that case.

Will converting a PDF to JPG make the file smaller?

Usually yes, but it depends on the original PDF and the quality you choose. A PDF with text compresses well and often becomes smaller as a JPG. A PDF with photographs or high-resolution graphics may stay about the same size or even get larger if you export at high quality. Lowering the quality setting when you export will definitely reduce file size.

What if my PDF has multiple pages and I only want to convert some of them?

Use Preview and export each page you need individually. Open the PDF, navigate to the page you want, go to File > Export, choose JPEG, and save it. Repeat for each page. This is slower than batch conversion but gives you full control over which pages become JPG files.

Is it safe to use an online PDF converter?

Online converters are safe for public documents, but not for anything sensitive. Your file is uploaded to a server outside your control. If the PDF contains personal information, financial data, or anything you would not want to share, use Preview or Automator instead. Both keep your file on your Mac the entire time.

Why does my JPG look pixelated or blurry after conversion?

The original PDF was probably created from a low-resolution scan or image. Increasing the scale in Automator to 150% or 200% can improve sharpness slightly, but it cannot add detail that was not in the original file. If the PDF itself is blurry, the JPG will be too.