How to Convert a PDF into Individual JPEG Images Using Preview on macOS

When you possess a massive 50-page PDF document on a macOS workstation and you must mathematically extract every single page, converting them into individual, high-resolution JPEG image files for web deployment or presentation software, relying on third-party conversion tools introduces unnecessary security risks. To force the Core Graphics engine to execute a bulk rasterization protocol natively, you must deploy the automated extraction matrix within the Preview application.

Executing the Geometric Rasterization

The Preview engine is deeply integrated with macOS’s Quartz rendering system, allowing it to mathematically shatter a multi-page PDF vector document into discrete, flattened raster images.

  1. Locate your massive target PDF file in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar. Click the View menu.
  3. From the drop-down array, select Thumbnails (or execute the hotkey: Option + Cmd + 2). This spawns a geometric sidebar displaying every page.
  4. Click on any thumbnail in the sidebar, then press the absolute selection command: Cmd + A. This forces the OS to highlight and select every single page in the document.

Deploying the Bulk Conversion Vector

  1. With all thumbnails highlighted, look back at the top menu bar and click File.
  2. Hold down the physical Option (Alt) key on your keyboard. While holding the key, select the Save As… command (which replaces the standard “Duplicate” command).
  3. The OS will spawn a highly specific Save modal.
  4. Look at the Format drop-down menu. Change it from “PDF” to JPEG.
  5. A new Quality slider will geometrically materialize. Adjust it to your desired mathematical threshold (higher quality equals larger file size).
  6. Designate a new, clean target directory (e.g., a new folder on your Desktop) and click Save.

The exact millisecond you click Save, the Core Graphics engine intercepts the payload. It violently strips the PDF architecture away from every selected page, mathematically rasterizes the vector data into flat pixels based on your quality slider, and outputs 50 individual, perfectly sequential .jpg files (e.g., DocumentName-1.jpg, DocumentName-2.jpg) directly into your target directory.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.