How to Add Keyword Tags to PDF Documents Using Preview on macOS

When you are managing a massive archive of hundreds of PDF documents on a macOS workstation, relying solely on geometric folder structures (like “Invoices 2024”) is mathematically rigid. To force the macOS Core Graphics engine to inject hidden alphanumeric metadata directly into the architecture of a PDF—allowing the OS to dynamically sort and locate files regardless of their physical folder location—you must deploy Keyword Tags within the native Preview application.

Injecting the Metadata Payload

The Preview engine allows you to write specific alphanumeric strings (Tags) directly into the internal header of the PDF container.

  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 Core Graphics engine will spawn the floating geometric Inspector window. Click the leftmost tab (the document icon with an “i”) to view the General Info.

Executing the Tagging Matrix

  1. Look at the bottom of the General Info tab. You will see a specific text input vector labeled Keywords.
  2. Click into this vector and inject your alphanumeric tags, separating each string with a comma (e.g., “Urgent, Q3_Audit, Vendor_Alpha”).
  3. The exact millisecond you close the document or execute Cmd + S (Save), the macOS kernel violently writes these keywords directly into the PDF’s internal architecture.

You can now leverage the absolute power of the macOS Spotlight engine. If you execute a system-wide search (Cmd + Space) for “Vendor_Alpha”, the OS will instantly locate this specific PDF, regardless of how deeply it is buried in your physical directory matrix. You can also construct dynamic Smart Folders in Finder that algorithmically pull every single PDF on your hard drive containing the “Q3_Audit” keyword into a single virtual directory.

Get the best tech tips delivered straight to your inbox.

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