Skip to content

Guide

What is PDF metadata?

Every PDF carries a hidden layer of information about itself — who wrote it, what software made it, and when. Here is what that layer contains, why it matters, and what to do about it.

A simple definition

PDF metadata is information stored inside a PDF that describes the document rather than forming part of what you see on the page. If the pages are the content, the metadata is the label on the box: a title, an author, a subject, some keywords, the name of the software that produced the file, and timestamps for when it was created and last changed.

It is not the same thing as the filename. A file calledreport-final-v3.pdf can carry the internal title “Q3 Financial Report” and the author “Jane Doe”, and most people never see either.

Where it lives inside the file

There are two places, and this is the single most misunderstood thing about PDF metadata.

1. The document Info dictionary

The original mechanism built into the PDF format: a simple list of key/value pairs such as /Authorand /CreationDate. This is what a PDF reader shows you under “Document properties”.

2. The XMP packet

A newer, XML-based standard that can hold much richer information — including editing history and rights statements. It is often written by professional publishing software, and it can duplicate or contradict the Info dictionary.

Because the two stores are independent, clearing the properties you can see in a reader does not necessarily clear the XMP data underneath. That is why a thorough cleanup has to address both.

How it gets there

Almost always automatically, and almost never deliberately. When you export a PDF from a word processor, the application fills in the author from your operating system or account profile, sets Creator to itself, sets Producer to whichever engine performed the conversion, and stamps the current time. Nobody types this information — which is precisely why it goes unnoticed.

Scanners, phone apps, print-to-PDF drivers, and web-based converters all do the same thing, each leaving its own signature. A file that has passed through several tools can carry traces of every one of them.

What it can reveal

  • Your real full name, from an account profile you set up years ago.
  • Your employer or institution, if the software was registered to one.
  • Which applications and versions you run — occasionally including unpatched ones.
  • Your approximate timezone, from the offset stored with each date.
  • That a document was modified after the date it claims, or written in a rush before a deadline.
  • Internal conventions, through custom properties such as matter numbers or template IDs.

None of this is exotic. It is the default behaviour of ordinary office software, and it has been the source of a long list of accidental disclosures — anonymous documents traced to their authors, and press releases dated before the events they described.

When it's genuinely useful

Metadata is not something to reflexively delete. Filled in deliberately, it makes documents easier to live with: a proper Title shows in a reader's window instead of a cryptic filename, Keywords make files findable by desktop and enterprise search, and a consistent Author field makes a document set look professionally maintained.

The useful distinction is between metadata you chose and metadata that was assigned to you. The first is an asset; the second is a leak.

How to read it

Most PDF readers show a handful of properties in a document-properties dialog, but they typically hide custom entries and the XMP packet entirely. To see everything a file carries, use a tool built for it.

Open the metadata viewer

How to clean it

You have two sensible options, depending on your goal. If specific fields are wrong, correct them — this keeps the document useful and searchable. If you want the file to say nothing about its origin, clear everything, including the XMP packet.

What removal doesn't do

Stripping metadata cleans one specific layer of the file. It does not touch the visible content, so a signature, a letterhead, a path printed in a footer, or an embedded image with its own details can still identify the document's origin. Treat metadata removal as a necessary step in de-identifying a document, not the whole task.

See what your own PDF is carrying.

Load a file and read every property in a few seconds. Nothing is uploaded.

Open the viewer