Remove Metadata From a PDF

A PDF carries a set of properties next to the pages: who wrote it, which program produced it, when it was created and last saved. None of it is visible when you read the document, and all of it travels with the file.

The tool runs in your browser (JavaScript required). Nothing is uploaded.

What a PDF stores about you

There are usually two copies of the same information: the document information dictionary and an XMP packet, which many editors also fill with an editing history. Pages and pictures can carry their own metadata streams, and some applications keep private blocks of their own inside the file.

  • Author, title, subject, keywords
  • The application that created the document and the library that wrote the PDF
  • Creation and last-modified time, often with your time zone
  • Custom properties an office suite or a template added
  • XMP: the same fields again, plus document and instance identifiers and sometimes an edit history

What is removed and what stays

Removing metadata rewrites the file without those entries. The pages are untouched: text, pictures, links and form fields stay exactly as they were, and the document still opens in any reader.

The check runs on the copy, not on our intentions: it is reopened, its properties are read again, and the XMP packet is searched for the values that were there before.

Questions

Does removing metadata change how the PDF looks?

No. Only the properties and the XMP packet are removed; the pages themselves are written unchanged.

Is the author name also inside the text of the document?

It can be — in a signature block, a footer or a comment. Those are found separately as personal information, and you decide what happens to each one.

Why does the report mention a PDF producer I have never used?

The producer is whichever library actually wrote the file. A word processor, a browser print dialog or a scanner app all leave their own name there.

What happens to an encrypted PDF?

It is inspected and reported, but no copy is made: this version does not strip the restrictions an author set. You will see what the file contains, with a clear note that nothing was rewritten.