pdfblah.com

← All guides

View, strip, or edit PDF metadata

Every PDF carries metadata you rarely see: the author, the software that made it, and creation and modified dates. That can quietly reveal who wrote a file, what tool they used, and when. Here is how to see it, and how to remove or change it without touching a word on the page.

What is in there

PDFs store a DocInfo dictionary and often an XMP block: Title, Author, Subject, Keywords, Creator, Producer, and CreationDate and ModDate. Exporting from an office suite, a scanner, or a bank system usually stamps identifying details you did not intend to share.

See it first

Drop your PDF into pdfblah and it shows the Document Info right away, exactly as it is in your file. No guessing about what you are about to share.

Strip it or change it

  1. Open pdfblah.com and drop in your PDF.
  2. To remove everything, + Add step → Strip metadata.
  3. To change one field, + Add step → Set metadata, pick the field, type the new value.
  4. Preview and download. The page content is untouched; only the metadata changes.

Every other edit in pdfblah keeps your metadata intact by default, so it changes only when you ask.

Check your PDF's metadata

See what it carries, then strip or change it.

Open the tool

Three ways to run this

Same engine, same result. Pick one:

pipx install pdfblah
pdfblah meta in.pdf                                   # report the metadata
pdfblah meta in.pdf clean.pdf --strip                 # remove it all
pdfblah meta in.pdf out.pdf --set author="Jane Roe"   # set a field

The local app and CLI are open source and free. See the pdfblah project on GitHub or the guide to running it locally.