How to Convert a PDF to JPG Image Format Using Preview on macOS

When you are required to upload a vector-based corporate PDF document to a web portal that strictly only accepts rasterized image formats (like JPG/JPEG), you must fundamentally alter the architectural state of the file. To force the native macOS Core Graphics engine to execute a complete geometric rasterization, converting vector mathematics into a flat grid of pixels, you must deploy the Export matrix within the Preview application.

Executing the Vector-to-Raster Conversion

The Preview engine contains a highly powerful, deeply embedded rendering subroutine capable of tearing down a PDF’s vector structure and outputting a mathematically precise, flattened image file.

  1. Locate your target PDF file in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar. Click the File menu.
  3. From the drop-down array, select the critical command labeled Export… (Do not select “Export as PDF”).

Deploying the JPG Encoding Vector

  1. The macOS kernel will spawn a complex save dialog modal.
  2. Look at the bottom of the modal for a drop-down menu labeled Format. By default, it may say PDF or TIFF.
  3. Click the Format drop-down and select JPEG.
  4. The exact millisecond you select JPEG, the engine will reveal two new mathematical parameters:
    • Quality: A geometric slider that dictates the compression algorithm. Sliding it right increases visual fidelity but geometrically inflates the file size.
    • Resolution: A numerical input field dictating the pixel density (Pixels Per Inch/PPI). For standard web viewing, 72 to 150 is sufficient. For high-quality printing, you must mathematically force this integer to 300.
  5. Define your desired filename and geometric save location (e.g., Desktop).
  6. Click the Save button.

The Preview engine intercepts the parameters. It violently flattens the vector arrays, applies the chosen JPEG compression algorithm, and writes a completely sterile, rasterized image file to your hard drive, ready for upload.

Get the best tech tips delivered straight to your inbox.

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