Home Blog View PDF Metadata on Mac, Windows & Linux

How to View PDF Metadata on
Mac, Windows & Linux

Every method, for every platform. From the one-click browser tool that works everywhere, to native OS viewers, to the command line for power users who want every byte.

🍎 macOS 🪟 Windows 🐧 Linux 🌐 Any browser

Send a PDF to the wrong person with your home address in the metadata and you find out very quickly that metadata is not a theoretical concern. A freelancer I know sent a proposal to a client last year with GPS coordinates still embedded — the coordinates pointed to a residential address, not an office. The client noticed. It was awkward.

Viewing PDF metadata takes under a minute on any platform. The methods range from clicking two menus in Preview to running a single terminal command. This guide covers all of them — pick the one that fits how you work.

The fastest method: works on every platform

Before getting into platform-specific steps, the quickest way to inspect PDF metadata on any device — Mac, Windows, Linux, tablet, phone — is to use a browser-based inspector. No software to install, no account to create.

🌐
FileIntel PDF Metadata Inspector
Works on any OS · Any browser · Free
Easiest
1

Open fileintel.me/pdf-metadata-remover

No installation, no sign-up. Works in Chrome, Safari, Firefox, and Edge.

2

Drop your PDF onto the upload zone

Your file is processed entirely in your browser tab. It never reaches a server — zero upload, zero data exposure.

3

Read every field with a Privacy Risk Score

FileIntel shows 23+ metadata fields — including XMP data that most native OS viewers completely miss — with each field rated High, Medium, or Low risk.

Inspect any PDF right now

Works on Mac, Windows, Linux, iOS, and Android. Zero install.

Open inspector →

How to view PDF metadata on Mac

macOS has two built-in ways to see PDF metadata, and one excellent command-line option for when you need the full picture.

Method 1 — Preview (built-in, basic)

🍎
Preview — Inspector
macOS built-in · No install · Basic fields only
Easy
1

Open the PDF in Preview

Double-click any PDF file — Preview opens it by default on macOS.

2

Go to Tools → Show Inspector

Keyboard shortcut: ⌘I. A floating panel appears.

3

Click the Info tab (i icon)

You'll see Title, Author, Subject, Keywords, Creator, Producer, and the creation/modification dates. Basic but instant.

Preview's limitation

Preview only shows the DocInfo dictionary — the older of the two metadata storage formats in PDFs. It does not show XMP stream data, which can include GPS coordinates, extended author information, and custom enterprise fields. For a complete picture, use FileIntel or ExifTool.

Method 2 — ExifTool via Terminal (complete, all fields)

⌨️
ExifTool — Terminal
macOS Terminal · Homebrew required · All fields
Power user
1

Install Homebrew (if not already)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2

Install ExifTool

brew install exiftool
3

Run ExifTool on your PDF

# Replace with your actual file path
exiftool /path/to/your/document.pdf

Output shows every field including XMP, GPS, and custom enterprise metadata.

How to view PDF metadata on Windows

Windows gives you three options — a quick right-click method for basic fields, Adobe Reader for the standard view, and ExifTool if you need everything.

Method 1 — File Properties (built-in, very basic)

🪟
Windows File Properties
Windows built-in · Right-click · Limited fields
Easy
1

Right-click the PDF file in File Explorer

Select Properties from the context menu.

2

Click the Details tab

You'll see Title, Subject, Author, and some date fields. Windows reads a subset of the DocInfo dictionary — not all fields, and no XMP data.

Method 2 — Adobe Acrobat Reader (standard, most complete native option)

📄
Adobe Acrobat Reader
Free download · Windows · DocInfo + basic XMP
Easy
1

Open the PDF in Adobe Acrobat Reader

If you don't have it, download free at adobe.com/reader.

2

Go to File → Properties

Keyboard shortcut: Ctrl+D

3

Check the Description and Custom tabs

Description shows Title, Author, Subject, Keywords, Creator, Producer, and dates. The Custom tab reveals any non-standard fields the document creator added.

Method 3 — ExifTool on Windows (complete)

⌨️
ExifTool — Command Prompt
Windows · Free download · All fields
Power user
1

Download ExifTool for Windows

Get the Windows executable from exiftool.org — it's a single .exe file, no installation needed.

2

Open Command Prompt in the same folder

Shift+right-click the folder → "Open PowerShell window here"

3

Run ExifTool

exiftool.exe "C:\path\to\document.pdf"

How to view PDF metadata on Linux

Linux gives you the most options — and the cleanest command-line experience. ExifTool is available in most package managers. pdfinfo from the poppler-utils package is a lightweight alternative worth knowing.

Method 1 — pdfinfo (lightweight, fast)

🐧
pdfinfo — poppler-utils
Linux · apt/dnf/pacman · Fast, lightweight
Easy
1

Install poppler-utils

# Debian/Ubuntu
sudo apt install poppler-utils

# Fedora/RHEL
sudo dnf install poppler-utils

# Arch
sudo pacman -S poppler
2

Run pdfinfo

pdfinfo /path/to/document.pdf

Output includes Title, Author, Creator, Producer, dates, page count, dimensions, and encryption status.

Method 2 — ExifTool on Linux (complete, all fields)

⌨️
ExifTool
Linux · All package managers · Complete metadata
Easy
1

Install ExifTool

# Debian/Ubuntu
sudo apt install libimage-exiftool-perl

# Fedora
sudo dnf install perl-Image-ExifTool
2

Read all metadata

# All fields
exiftool document.pdf

# Specific field only
exiftool -Author document.pdf

# JSON output for scripting
exiftool -json document.pdf

All methods compared

Not all viewers show the same fields. Here is what each method actually surfaces — this matters if you are trying to confirm a document is clean before sharing it.

Method Platform DocInfo fields XMP stream GPS data Install needed File stays local
FileIntel Any ✓ All ✓ Full No ✓ Always
ExifTool All ✓ All ✓ Full Yes
Preview (Mac) macOS ~ Partial ✗ No No
Adobe Reader Win/Mac ✓ All ~ Partial Yes
Windows Properties Windows ~ Basic ✗ No No
pdfinfo Linux ✓ All ✗ No Yes
The XSS gap most people miss

The XMP stream is a separate XML blob embedded inside the PDF binary. Preview, Windows Properties, and pdfinfo do not read it at all. Adobe Reader reads parts of it. Only ExifTool and FileIntel read the complete XMP stream — which is where GPS coordinates, extended author information, and enterprise custom fields are typically stored.

If you are checking a document for sensitive data before sharing, a tool that misses XMP gives you false confidence.

What you will actually find

Here is a realistic example of what ExifTool or FileIntel might show on a PDF created in Microsoft Word and exported by a typical professional:

# ExifTool output — redacted for illustration
File Type : PDF
PDF Version : 1.7
Title : Q2 Budget Review — Final
Author : Sarah Mitchell # ← personal data
Creator : Acme Corp Finance Team # ← org data
Producer : Microsoft Word 16.72
Create Date : 2026:04:10 09:14:22+01:00
Modify Date : 2026:04:22 16:44:03+01:00
Manager : James Thornton # ← manager's name
Company : Acme Corp
GPS Latitude : 51 deg 30' 26.28" N # ← location
GPS Longitude : 0 deg 7' 39.96" W
Page Count : 14

That output reveals the author's full name, their manager's name, the company, the exact software version, and GPS coordinates placing the document's creation in central London. Someone who receives this PDF can extract all of that in under a minute without opening a single page.

After viewing — what to do next

Viewing metadata is step one. Once you see what is embedded, you have two choices: accept it or remove it.

If you need to strip metadata before sharing — which is the right call for any document going to clients, courts, regulators, or public distribution — the same tool you used to inspect it can remove it. FileIntel's PDF Metadata Remover lets you strip individual fields or everything at once, with a Privacy Risk Score that updates in real time as you toggle fields off.

If you want to use ExifTool to strip metadata from the command line, the command is straightforward:

# Strip all metadata from a PDF (creates a backup as document.pdf_original)
exiftool -all= document.pdf

# Strip metadata without keeping backup
exiftool -all= -overwrite_original document.pdf
One thing to verify

After stripping with any tool, always re-inspect the output file. Some PDFs store metadata in non-standard locations that basic strippers miss. Running ExifTool or FileIntel on the cleaned file and confirming all high-risk fields show empty is the only way to be certain.

Try it now — any platform

Inspect and strip PDF metadata in your browser. No install, no upload.

Open PDF inspector →

Frequently asked

Open the PDF in Preview and press ⌘I (Tools → Show Inspector) → Info tab for basic fields. For complete metadata including XMP data and GPS coordinates, use FileIntel's browser-based inspector at fileintel.me/pdf-metadata-remover — no installation needed, works in Safari — or install ExifTool via Homebrew and run exiftool yourfile.pdf in Terminal.
Right-click the PDF in File Explorer → Properties → Details tab for basic fields. For full metadata, open in Adobe Acrobat Reader and go to File → Properties (Ctrl+D) → Description tab. For comprehensive metadata including XMP and GPS, use FileIntel's free online PDF Metadata Inspector — no software installation required.
FileIntel's PDF Metadata Inspector is the most comprehensive free tool — it runs in your browser, shows 23+ metadata fields including the full XMP stream, and provides a Privacy Risk Score. ExifTool is the best command-line option for power users who need scripting support or batch processing across multiple files.
Yes. FileIntel's PDF Metadata Inspector runs entirely in your web browser — no installation, no account, no server upload. Your PDF is processed locally in your browser tab on any OS. It works on Mac, Windows, Linux, iOS, and Android.
PDFs store metadata in two places: the DocInfo dictionary and the XMP metadata stream. Adobe Reader's Properties dialog shows DocInfo and some basic XMP fields. ExifTool and FileIntel read both the complete DocInfo dictionary and the full XMP stream, surfacing fields — including GPS coordinates and enterprise custom fields — that Adobe Reader doesn't display.