What a PDF says about you
The details are written automatically, by whichever program made the file, and most people never see them. They are read in a couple of clicks by anyone who receives the document.
- Author is usually taken from the account name on the computer that made it. On a work laptop that's often your full legal name, whether or not you ever typed it.
- Creator and Producer name the software and frequently the exact version — which says what you run, and sometimes what your employer licenses.
- Created and Modified timestamps include a UTC offset, so they leak the time zone you were in, and reveal a document written at 3am or finished after a deadline.
- Document ID is a persistent identifier that survives edits. Two files that look unrelated can be tied to the same original by it.
- Title is very often not what you'd guess: converters commonly set it to the original file's name or its first heading, so final_v3_REAL_use_this_one travels with the document you thought you'd cleaned up.
This matters most in exactly the situations where people are least likely to check — an anonymous complaint, a tip to a journalist, a job application you'd rather not have traced to your current employer's machine, a document filed publicly by a court.
A worked example
You write a reference letter in Word on the office laptop and export it to PDF. The document you send looks clean. Inside, the Author reads your full name as IT configured it years ago, the Producer says Microsoft Word for Microsoft 365, the creation timestamp shows 23:41 with a +01:00 offset, and the Title is Letter template FINAL (Ruth's copy) because that's what the file was called before you renamed it.
Drop it here and all of that is listed on screen. Take the clean copy and every one of those fields is gone from the file — not blanked, not overwritten, gone — while the letter itself is untouched.
The two hiding places, and the mistake most tools make
Metadata lives in two separate places in a PDF, and they don't always agree with each other. The old document information dictionary holds the classic fields. Alongside it sits an XMP packet — a block of XML, added by most modern software, which repeats much of the same information and usually adds more, including the document identifiers. Clearing one and leaving the other is the commonest way a "metadata remover" gives you a false result: the properties box looks empty while the XML underneath still names you.
There's a subtler failure too, and it's worth understanding because it's invisible from the outside. A PDF is a collection of numbered objects with references between them. Removing the reference to the metadata makes it vanish from every properties dialog — but the object is still sitting in the file, and anything that reads the raw bytes still finds it. It is the same mistake as covering a paragraph with a black rectangle and calling it redacted.
This tool deletes both places, and deletes the objects themselves rather than the pointers to them. You can check: open the cleaned file in a text editor and search for your name. It isn't there.
What this does not remove
Being straight about the limits is the only way this is useful. A clean metadata card doesn't make a document anonymous, and these are all content rather than metadata:
- Comments and annotations carry the name of whoever wrote them, right there in the markup. If the tool finds any it lists them, but taking them out would change your document, so it leaves them alone. Delete them in your PDF editor.
- Text under a black box is still text. Covering it draws a rectangle on top; the words remain selectable underneath. The only reliable fix is to remove the whole page.
- Attached files travel inside the PDF with their own names and dates, and are flagged here if present.
- The writing itself. Phrasing, letterhead, and the printer or scanner model baked into a scanned image are all still there.
Frequently asked questions
Is my PDF uploaded anywhere?
No — and on this page in particular that would defeat the entire purpose. The file is read and rewritten in your browser. There is no server, no account and nothing stored. Load the page, disconnect from the internet, and it still works.
What exactly gets removed?
Every field in the document information dictionary — title, author, subject, keywords, creator, producer, creation and modification dates — plus the XMP metadata packet at the document level and on any individual page that carries one. The underlying objects are deleted, not just unlinked, so nothing is recoverable from the raw file.
Does it change how my document looks?
Not at all. Pages, text, images, fonts and page order are untouched — only the descriptive information about the file is removed. The cleaned copy is usually a little smaller because the metadata is gone.
Does it remove comments and annotation author names?
No. Those are part of the document's content rather than its metadata, and silently deleting them would change what you're sending. The tool tells you when it finds them, with the names attached, so you can remove them yourself in a PDF editor.
I blacked out some text — is that removed?
No, and this is the most dangerous misunderstanding about PDFs. A black rectangle is drawn over the text; the text is still underneath and still selectable. Removing metadata does nothing about it. Take out the whole page instead.
Why does a name still appear when I open the cleaned file?
Almost always because it's in the content rather than the metadata — an annotation author, a signature block, a letterhead, or text inside a scanned image. Check the list this tool shows before cleaning; anything flagged as content needs handling in an editor.
Can I clean a password-protected PDF?
No. An encrypted file can't be read without its password, so the tool says so rather than producing something broken. Save an unprotected copy from a reader that has the password, then clean that.
What about photos — do they carry the same thing?
Worse, often. Photos carry EXIF data including the camera, the timestamp and frequently the exact GPS coordinates. The photo metadata remover handles those.
TidyTools