Tiny Online Tools logoTiny Online ToolssearchSearch tools…grid_viewAll Tools
Homechevron_rightPDF Toolschevron_rightPDF Metadata CleanerPDF Metadata Cleaner

PDF Metadata Cleaner

Strip author, software, timestamps, XMP and other hidden data from a PDF, then see proof that each value is really gone.

upload_file

Click to browse or drag & drop files here

Select a PDF to clean

Accepted: .pdf,application/pdf

PresetEverythingStandardIdentity onlyCustomRemoves metadata, private application data, scripts and the document ID, but keeps the title, attachments and annotations. This is the safe default for sharing a document.What to removeInfo dictionary…but keep the titleCustom Info keysProducer and CreatorXMP packetDocument private dataPage private dataStructure treeEmbedded filesJavaScriptOpen and trigger actionsAnnotations and form fieldsDocument ID

Similar Tools

PDF Hidden Data Inspector

PDF Hidden Data Inspector

Reveal what a PDF carries but does not show: metadata, hidden layers, attachments, JavaScript, invisible text and text under redaction boxes.

PDF Metadata Editor

PDF Metadata Editor

View and edit PDF metadata including title, author, subject, keywords, and creator.

PDF Structured Data Extractor

PDF Structured Data Extractor

Turn a PDF into structured JSON — headings, paragraphs, lists, tables and images — from its tagged structure tree or from layout inference.

PDF JavaScript Inspector

PDF JavaScript Inspector

Find every script inside a PDF — document actions, page and annotation events, and form-field calculations — and read it without running it.

ID3 Tag Editor

ID3 Tag Editor

Edit MP3 title, artist, album, year, genre, track, and comment tags. Writes ID3v2.3 in your browser. Fully private.

Drain Hole Generator

Drain Hole Generator

Add real drain holes to a hollow resin model — click to place them, or let the tool find the lowest points.

Video to MP3

Video to MP3

Extract audio from video files and export as WAV with waveform visualization.

apps

More Tools

Browse our full collection of free online tools.

Why a removal tool needs to prove itself

Most "remove PDF metadata" tools clear a few fields and hand you a file. Two things routinely go wrong, and neither is visible without checking.

The object survives the deletion. Removing /Metadata from the catalog unlinks the XMP packet — it does not delete it. Most writers serialise every object they parsed, referenced or not, so the packet is still in the file and still readable by anything that scans objects instead of following the catalog. This tool runs a reachability sweep after every removal and drops whatever nothing points at any more, including orphans that were already there.

The save is incremental. Appending a cleaned catalog to the original bytes leaves the old catalog, and every value in it, intact earlier in the file. Recovering it takes one command. This tool always does a full rewrite.

The verification pass

After writing, the new bytes are re-opened and read again from scratch. You get a before-and-after value for every field, and then a deeper check: each removed value is searched for across every string, every dictionary key and every decodable stream in the written file.

That produces one of three honest answers per value:

  • Gone — not found anywhere in the output.
  • Still in the file — reported as an error. Not swept under the rug.
  • Found in the page content — the value is typed into the page itself, and no metadata tool can remove it. You need real redaction for that, and the tool says so instead of implying the file is clean.

What can be removed

The whole Info dictionary (optionally keeping the title), custom Info keys, /Producer and /Creator, the XMP packet, document and per-page /PieceInfo (InDesign and Illustrator leave a lot here), the structure tree and mark info, embedded files, JavaScript in all its hiding places, /OpenAction and additional actions, annotations, and the trailer document ID that links every revision of a file back to the original.

Removing the structure tree destroys accessibility for screen-reader users, so it is off by default and warns when you turn it on.

Privacy

The file is read and rewritten in your browser. It is never uploaded — which is the only sensible arrangement for a tool whose whole purpose is removing information you do not want to share.