How to Inspect Document Fonts in a PDF Using Preview on macOS

When you are forensically auditing a complex PDF document on a macOS workstation—perhaps to verify brand compliance or troubleshoot printing errors—visually guessing the typography is mathematically imprecise. To force the macOS neural engine to parse the internal PDF architecture and algorithmically list the exact cryptographic font vectors embedded within the file, you must deploy the Inspector tools within the native Preview application.

Initializing the Typographical Extraction Engine

The Preview application possesses a deeply integrated Core Graphics matrix that allows you to bypass the visual rendering layer and mathematically interrogate the document’s structural properties, including its embedded font dictionaries.

  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 of the screen. Click on Tools.
  3. Select the Show Inspector command from the drop-down menu. (For maximum computational efficiency, bypass the UI entirely and press the absolute hotkey: Cmd + I).

Analyzing the Font Matrix

  1. A complex, multi-tabbed dialogue window will algorithmically spawn. Look at the horizontal row of icons across the top of this window.
  2. Click the Document Info tab (it visually resembles a magnifying glass).
  3. The engine will instantly deploy the parsed metadata matrix. Look for the sub-section labeled Fonts.
  4. Here, the neural engine provides an absolute mathematical readout of every single typeface utilized within the document geometry (e.g., Helvetica-Bold, TimesNewRomanPSMT).

Understanding Font Embedding

Next to each listed font name, the engine will display a critical structural Boolean:

  • (Embedded Subset): This proves that the document creator mathematically stripped out the unused characters of the font and injected only the necessary glyph vectors directly into the PDF. This guarantees the document will render flawlessly on any machine.
  • (Not Embedded): This is a catastrophic warning. It proves the font data is missing from the PDF architecture. If your local macOS system does not possess this exact font in its Font Book, the Core Graphics engine will violently substitute it with a default font, shattering the original geometric layout.

Get the best tech tips delivered straight to your inbox.

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