PDF tools

PDF metadata

Inspect, edit, or strip PDF metadata. Nothing is uploaded.

Runs on your device. The file is never uploaded.

PDF metadata prints the title, author, subject, creator and producer a file carries, and writes back a new title or author. Ticking strip clears those five and the keywords list, and the file is loaded with updateMetadata false so nothing else is rewritten. The creation and modification dates survive a strip, because only those six entries are touched.

Input

Options

Questions

What can I see and change?

Five fields are shown: title, author, subject, creator and producer. Two of them can be set, title and author, by typing a new value; leave a box blank and that field is left alone. There is also a strip option that clears all five plus the keywords list in one go.

Why did I not get a file back?

Because you did not ask for a change. With strip off and both title and author blank, the tool only reports what it read and hands you nothing to download, since writing an identical copy would be pointless. Set a value or tick strip and a file appears with a -meta suffix.

Why does the report still show the old values?

Because it is read before anything is written. The text you see is the state of the document as it arrived, which is what you want when checking what a file was carrying. Open the downloaded -meta.pdf to see the new values.

Will it stamp itself as the producer of my file?

No. The document is loaded with metadata updating switched off, so pdf-lib does not rewrite the producer or modification date behind your back when it saves. If you set only the title, only the title changes. That is the difference between an editor and a tool that quietly signs its own work.

Is stripping metadata the same as redacting the document?

No, and this is the important limit. Stripping clears the document information fields listed above. It does nothing to the page content, so names, addresses or draft text visible on a page are still there, and so is anything embedded in the file besides those fields. Treat this as tidying, not as sanitising.

Can I run it across a folder of PDFs?

Yes. Drop as many as you like and each is read separately, with its own report and its own output file. That makes stripping a batch before sharing them a single run. Nothing is uploaded: pdf-lib does all of it in a Web Worker in this tab.

Related PDF tools