What your PDF reveals about you: hidden metadata
Every PDF carries hidden metadata: author names, software, timestamps, sometimes edit history. Here's what's in there, how to check it, and why a browser-only tool keeps the audit private.
You write a document, export it to PDF, and send it off. What you see is the content: the words, the figures, the layout. What you don’t see is the second layer the file carries underneath, a set of properties describing the document itself. That’s metadata, and it can say more about you than you’d expect.
For most files it’s harmless. For some, the name in a hidden field or a timestamp nobody meant to share has been the detail that gave the game away. Worth knowing what’s in there before you send.
What a PDF actually stores about itself
Open a PDF’s properties in almost any reader and you’ll usually find a handful of standard fields:
- Author. Often your full name or your computer’s account name, pulled in automatically by whatever program made the file.
- Title, subject, keywords. Sometimes left blank, sometimes auto-filled from the source document, occasionally with an old working title you’d forgotten.
- Creator and Producer. The software and version that made the PDF. “Exported from [some app] 14.2” tells a reader exactly what you used.
- Creation and modification dates. Precise timestamps for when the file was made and last changed.
Most of these get filled in without you ever typing them. The program adds them quietly at export time.
The stuff that’s easy to forget
Beyond the standard fields, a few things hitch a ride more often than people realize:
- The account name on your machine. If your computer login is your full legal name, that can end up as the author of every file you produce.
- Edit history in some workflows. Certain tools retain traces of earlier revisions or comments that aren’t visible on the page but sit in the file’s structure.
- Software fingerprints. The exact toolchain you used, which can hint at your organization or setup.
None of this shows on the page. You’d never spot it by reading the document. It surfaces the moment someone opens the properties panel, or runs the file through a script that reads metadata in bulk.
When it actually matters
Plenty of times it doesn’t. But consider:
- Anonymous or blind submissions. A whistleblower document, a double-blind academic manuscript, an anonymous tip. If the author field has your name, the anonymity is gone before anyone reads a word.
- Sending documents to people you don’t fully trust. A negotiation, a dispute, a job application. The timestamps and software fingerprints are small leaks, but they’re leaks.
- Public releases. A report posted online is downloaded, and anyone can read its properties. Organizations have been identified, and sources exposed, by metadata in a public PDF.
How to check what’s in yours
The simplest first step is to look. Open the file in a PDF reader and find the document properties or “info” panel, usually under File. That shows you the standard fields: author, dates, the software that made it. If your name or an account handle is sitting in the author field, now you know.
For a closer look, you can extract the text and structure of the document to see what’s actually stored, all without uploading the file. The point is to look before you send, not after.
Why the audit itself should stay local
Here’s the trap. The obvious move is to search for an “online metadata viewer” or “remove PDF metadata” tool and upload your file. Think about what that means. You’re worried this document reveals too much about you, so to check, you hand the entire file, metadata and all, to a server run by strangers. The audit becomes the leak.
reader.me runs in your browser. When you open a file to inspect it or re-save a clean copy, the work happens on your own machine: the PDF is read into memory locally, processed there, and the result is yours. Nothing is transmitted. You can confirm it the same way you’d confirm any of our claims: open developer tools (F12), watch the Network tab, and see that nothing uploads. Or pull the plug on your connection and work offline.
That’s the right shape for a privacy check. The whole reason you’re looking at metadata is that you care where your information goes. A tool that uploads your file to answer that question has already given you the wrong answer.
A simple habit
Before any document leaves your hands for something that matters, take ten seconds to open its properties. Check the author field. Check the title. If something’s there that shouldn’t be, deal with it locally, on a tool that doesn’t add a trip to someone else’s server. Re-process the file in your browser, compress or merge it if you need a fresh copy, and send the version you actually meant to send.
Your PDF says more than its words. Now you know where to look, and how to look without leaking the very thing you’re checking.