MarkdownPDF

PDF Metadata Viewer & Remover

Every PDF carries hidden fields: who wrote it, with what software, and when. See exactly what yours reveals, edit it, or remove all of it — here in your browser, with nothing uploaded.

Drop a PDF to inspect, or browse

Read on your device — the PDF is never uploaded

The two places a PDF hides your name

The first is the Info dictionary: title, author, subject, keywords, creator, producer and dates. It is what a reader shows under “Document properties”, and what most online cleaners clear.

The second is the XMP packet — the same information again, as XML embedded in the file, often with more detail and usually stored uncompressed. A tool that clears the first and leaves the second produces a PDF that still answers the question “who made this?” to anyone who opens it in a text editor. This tool removes both, plus the per-page metadata and the private application data that layout software leaves behind.

What it does not touch: the visible content. If a name appears in the text or on a signature image, removing metadata will not hide it — that is redaction, a different and much harder job, and one worth doing properly rather than by drawing a black rectangle over the words.

Where this fits

Cleaning metadata pairs well with the rest of the suite: if you are about to hand a document to an AI tool, splitting it to fit the upload limits or converting it to Markdown both strip the original file's metadata as a side effect, because the output is a new document built from the content alone.

Frequently asked questions

What metadata does a PDF contain?

Usually the title, the author (often your account name), the subject and keywords, the software that created the document and the software that wrote the PDF, and the creation and modification dates. Many files also carry an XMP packet: a second copy of the same information in XML, sometimes with more — editing history, device details, or the original file name.

Why does it matter?

Because a document you send is a document someone else can inspect. A CV can reveal the template you started from, a contract can reveal who really drafted it, an anonymous submission can carry the author's name, and dates can contradict what a covering email says. None of it is visible on the page.

Is the file uploaded to be cleaned?

No. Reading (pdf.js) and rewriting (pdf-lib) both happen in your browser. That is the point: sending a document to a stranger's server to remove private information from it would be an odd way to protect it.

Does removing metadata change the pages?

No. The page content, fonts, images and page order are copied as they are; only the metadata objects are removed. The file size usually changes slightly because the document is rewritten.

Do other tools really remove it?

Not always. Clearing the visible fields while leaving the XMP packet in the file is a common shortcut — the author's name is then still there for anyone who opens the PDF in a text editor. This tool deletes the XMP stream object itself, along with per-page metadata and the private scratch data some editors leave behind, and our tests check the bytes rather than the viewer.

Can I edit metadata instead of removing it?

Yes. Change any field and use “Save my changes” — useful for setting a proper title, which is what appears in a reader's tab and in search results for a PDF, or for correcting an author name before publishing.

Limitations