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
- Open pdfblah.com and drop in your PDF.
- To remove everything, + Add step → Strip metadata.
- To change one field, + Add step → Set metadata, pick the field, type the new value.
- 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.
Three ways to run this
Same engine, same result. Pick one:
- Online at pdfblah.com, nothing to install and free while we're testing.
- Local app, the same tool on your own machine in your browser, free and private (your PDF never leaves your computer):
pipx install pdfblahthenpdfblah gui. - Command line, for scripts and bulk jobs:
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.