Filozy

Guide · updated 1 September 2026

Remove metadata from a PDF before publishing it

A PDF carries descriptive metadata in two places: the Info dictionary and an XMP packet, and they can disagree. Before publishing, inspect both, replace the author and title with what you want the world to see, and remove the rest. Filozy shows the current values and rewrites them in your browser.

Tools used:Edit PDF metadataRedact PDFFlatten PDF

The page says nothing. The file says who wrote it, on which machine, with which template, when it was started, and when it was last edited at 2 a.m. Journalists, opposing lawyers and curious readers check. Before a document goes public, the labels should say only what you intend.

What is in there

A PDF’s descriptive metadata includes:

And it lives in two places:

  1. The Info dictionary, a small set of key–value pairs that every PDF has had since the beginning.
  2. The XMP packet, an XML document embedded in the file, which carries the same fields and can carry many more — document history, template identifiers, the identifier of the original file a PDF was derived from.

They are supposed to agree. Frequently they do not, because the tool that edited one did not know about the other. A document whose Info dictionary is blank can still announce its author in XMP, and modern readers often show XMP first.

What is not metadata, but leaks anyway

Metadata cleaning handles the first category; the rest need their own step.

Inspecting and clearing it on your device

Edit PDF metadata reads both the Info dictionary and the XMP packet and shows you the current values before anything changes — because the point is to know what the file says, not to blindly blank it. Replace the title and author with what you want readers to see; remove the rest. The file is rewritten in your browser; it is never uploaded, which matters when the reason you are cleaning it is that it is not yet public.

Step by step

  1. Rename the file to something neutral.
  2. If the document has comments or form fields, Flatten PDF — after deleting any comments that should not ship, since flattening preserves them visibly.
  3. If any content must go, Redact PDF it now. Redaction leaves metadata alone, so this order avoids re-cleaning.
  4. Open Edit PDF metadata and read the current values. Note anything surprising.
  5. Set Title and Author to what you intend. Clear Subject and Keywords unless they are deliberate. Remove Creator and Producer if the software should not be identified.
  6. Save the cleaned copy.
  7. Open the result in a different viewer and check its document properties. Then check the bookmarks panel and the attachments panel.

Limits

Metadata cleaning rewrites the descriptive fields. It does not alter the pixels of embedded images — a photograph’s own embedded camera data, if the source application preserved it inside the image stream, is a separate matter — and it cannot change the fonts, layout and phrasing that make a document recognisable. Clean the labels, then read the document as a stranger would.

Questions people ask

I cleared the author field but a tool still shows a name. Where is it?

In the other place. PDFs keep metadata in the Info dictionary and in an XMP packet, and many editors update only one. Readers often prefer XMP. Clear both — Filozy reads both and lets you replace or remove the values it finds.

Does the filename count as metadata?

Not inside the file, but it travels with it and is often more revealing than anything in the header: 'Draft3_JSmith_FINAL_reviewed.pdf'. Rename before you publish.

Can metadata removal make a document anonymous?

It removes the labels, not the fingerprints. The text itself, fonts, image details and the way the document is built can still point to a source. For genuine anonymity, treat metadata as one step and content review as the other.

Related guides