When you are preparing digital assets (photographs, screenshots, or PDF documents) for public distribution from a macOS workstation, you must be critically aware that every file contains an invisible layer of embedded metadata. This metadata can expose catastrophically sensitive intelligence: the exact GPS coordinates where a photo was taken, the camera hardware model, the author name, the specific software version used, and precise timestamps. To mathematically purge this hidden data layer before transmission, you must deploy the Inspector tool within the native Preview application.
Executing the Metadata Inspection Matrix
The macOS Preview engine interfaces directly with the Core Graphics framework to expose the EXIF, IPTC, and TIFF metadata tags embedded in an image or PDF file. The Inspector window renders this data in a human-readable panel, allowing you to audit exactly what intelligence the file is leaking before you share it.
- Locate your target image or PDF file in Finder and double-click to open it natively in Preview.
- Look at the absolute top menu bar and click the Tools menu.
- From the drop-down system matrix, click the critical command labeled Show Inspector (or execute the rapid hotkey: Cmd + I).
Deploying the Purge Vector
- The Core Graphics engine will instantly spawn the Inspector panel. You will see multiple geometric tabs at the top of this panel. Navigate through them to audit the data:
- General Info Tab (i): Displays file name, file size, pixel dimensions, colour space, and the creation/modification date.
- EXIF Tab: This is the most dangerous layer. It reveals the camera model, lens specifications, ISO speed, exposure settings, and critically, GPS latitude and longitude coordinates if the image was captured on a mobile device with location services active.
- To purge this metadata, you must use a specific export workflow. Click File in the top menu bar, then click Export.
- In the export modal, rename the file and ensure the Format is set to your desired type (e.g., JPEG or PNG).
- Tap Save. The Preview engine will re-encode the image from scratch. During this re-encoding process, the engine mathematically strips GPS coordinates and most EXIF tags from the newly generated file, creating a sanitised copy.
- Open the newly exported file, trigger the Inspector again (Cmd + I), and verify that the EXIF GPS data has been permanently annihilated from the output.