PDF files are everywhere — contracts, invoices, reports, presentations, résumés. They feel like sealed, finished documents. But every PDF carries hidden metadata that reveals who created it, when, with what software, and sometimes much more. Here’s how to find it and remove it.
PDF files store metadata in a document information dictionary and optionally in an XMP (Extensible Metadata Platform) stream. The standard fields include:
Author — the name of the person who created the document. This is typically pulled from your operating system’s user account name or your Office application’s settings. If your computer login is “Sarah Mitchell,” every PDF you create will carry that name, whether you want it to or not.
Creator — the application that originally created the content before PDF conversion. If you wrote the document in Microsoft Word and exported to PDF, the creator field will say “Microsoft Word.” If you used Google Docs, it’ll say that instead. This tells the recipient exactly what software you use.
Producer — the application or library that actually generated the PDF file. This often reveals your operating system and its version. A PDF produced on a Mac might show “macOS 14.3 Quartz PDFContext.” One generated on Windows might show “Microsoft Print to PDF.”
Title, Subject, and Keywords — fields that may contain the document’s original title (which might differ from the filename), a subject line, and keywords. These are often set automatically from the source document’s properties and can contain surprisingly revealing internal classifications.
Creation and Modification Dates — precise timestamps showing when the PDF was first created and when it was last modified. The timestamps include timezone offsets, revealing your approximate geographic location.
Custom Properties — some organizations configure their PDF workflows to embed additional metadata like department names, document classification levels, project codes, or security markings.
The most common real-world issue with PDF metadata is the author field. Consider these scenarios:
A freelancer creates a proposal for a client using their personal computer. The PDF carries the freelancer’s full name as the author — fine, that’s expected. But two years later, the freelancer uses the same template to create a proposal for a different client. The first client’s company name might still be embedded in the custom properties from the original template.
A company’s HR department sends a rejection letter. The author field shows the name of the HR coordinator, but the title field still reads “Draft — Offer Letter v3” from when the document started its life as an offer before the hiring decision changed.
An anonymous whistleblower submits a PDF documenting corporate misconduct. The author field identifies them by name, and the producer field reveals they’re running a specific version of macOS on a MacBook — narrowing the pool of possible authors within the organization.
Try MetaStrip — it's free
Strip metadata from any photo in seconds. No upload, no account.
If you have Acrobat Pro, you can manually inspect and remove metadata:
Open the PDF in Acrobat Pro. Go to File → Properties. The Description tab shows the basic metadata fields — you can edit or clear each one manually. For a more thorough clean, go to Protection → Remove Hidden Information or use File → Save As Other → Optimized PDF and uncheck everything under “Discard Objects” and “Discard User Data.”
The limitation: Acrobat Pro costs money, the process is manual, and you need to remember to do it every time. It also doesn’t process documents in batch.
Exiftool is a free, powerful command-line tool that can read and strip metadata from PDFs:
exiftool -all= document.pdf
This removes all metadata fields. You can also target specific fields:
exiftool -Author="" -Creator="" -Producer="" document.pdf
The limitation: it requires installing software and using the command line, which isn’t practical for most people. It also operates on the file in place, which some users find nerve-wracking.
MetaStrip processes PDFs entirely in your browser using pdf-lib, an open-source JavaScript PDF library. Drop a PDF, see every metadata field it contains, strip what you want, and download the clean file.
Because it’s client-side, your PDF never leaves your device — which matters a lot when you’re dealing with contracts, legal filings, or confidential business documents.
For single files, it’s free and instant. For batches of up to 25 documents with selective removal and an audit report, there’s a one-time $4.99 document pass.
PDF/A (archival) documents have specific metadata requirements — some fields are mandatory for PDF/A compliance. If you’re working with PDF/A files for archival or regulatory purposes, stripping all metadata may invalidate the PDF/A conformance. In this case, selective removal (clearing the author and producer while preserving conformance metadata) is the better approach.
Digitally signed PDFs are a different consideration entirely. Modifying any part of a signed PDF — including its metadata — invalidates the digital signature. If document authenticity needs to be verifiable through the signature, don’t modify the file at all. The metadata is part of what the signature authenticates.
For the vast majority of everyday PDF sharing — sending proposals, contracts, invoices, reports, and résumés — full metadata removal is safe and recommended.
The most effective approach to PDF metadata hygiene isn’t remembering to strip metadata from each individual file. It’s building the step into your process:
If you regularly send PDFs externally, make metadata stripping the last step before attaching the file to an email or uploading it to a portal. It takes seconds and eliminates an entire category of unforced information disclosure.
If you’re creating PDFs from templates, check the template’s metadata first. A template created by a previous employee or copied from another organization might carry their name and company in the author field of every document you produce from it.
If you work in a regulated industry or legal practice, consider establishing a metadata stripping policy for all externally-shared documents. The cost of cleaning metadata is negligible. The cost of a metadata leak can be significant.
Free for single files. No account, no upload, no tracking.
Open MetaStrip →