How to Inspect PDF Metadata and Document Properties in Preview on macOS

When you are forensically auditing a sensitive PDF document on a macOS workstation, the visible text on the geometric pages is only a fraction of the actual data payload. Documents often contain hidden architectural metadata, including the exact software used to compile the file, the chronological creation dates, the physical page dimensions, and the absolute file size. To force the macOS neural engine to expose this hidden alphanumeric architecture, you must deploy the Inspector vector within the native Preview application.

Executing the Metadata Extraction

The Preview Inspector is a highly specialized diagnostic tool that rips the metadata header from the PDF container and formats it into a human-readable matrix.

  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 (or execute the absolute hotkey: Cmd + I).
  4. The macOS Core Graphics engine will instantly spawn a small, floating geometric modal window. This is the Inspector matrix.

Interpreting the Forensic Matrix

The Inspector window is divided into several specialized tabs. Ensure you click the leftmost tab (the icon resembling a small geometric document with an “i” in the center) to view the General Info.

You must now mathematically parse the exposed data:

  • File Name & Size: The absolute geometric footprint of the container on your physical hard drive.
  • Page Size: The exact physical dimensions of the document (e.g., 8.5 x 11 inches) translated from the internal geometric vectors.
  • PDF Producer / Encoding Software: This is critical forensic data. It reveals the exact software engine (e.g., Adobe Acrobat, macOS Quartz, Microsoft Word) that mathematically compiled the file.
  • Creation / Modification Dates: The exact chronological timestamps injected into the header by the originating operating system.
  • Security: Indicates if the file possesses an encrypted cryptographic lock preventing printing or extraction.

By executing this diagnostic sweep, you gain absolute structural intelligence over the document’s origins before you deploy it further.

Get the best tech tips delivered straight to your inbox.

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