Delete PDF Metadata Before You Share
Written for the moment before a document goes out — to a client, a tribunal, a journalist or a job application. Check what it discloses, then delete it.
- Free
- No account, no limit on files
- 0
- Files uploaded — processing is local
- Rewritten, not re-rendered
How the common ways of removing PDF metadata compare
| Method | Clears properties | Removes XMP | Drops old revisions | Keeps file private |
|---|---|---|---|---|
| This tool (full rewrite) | ||||
| Editing properties in a PDF reader | ||||
| exiftool -all= | ||||
| qpdf --linearize | ||||
| Print to PDF | ||||
| A server-side online cleaner |
Dropping old revisions is the row that matters most: a tool that appends an incremental update leaves the previous author, title and dates inside the file. Print-to-PDF achieves it but rasterises or re-flows the document, losing selectable text in many cases.
The situations where PDF metadata has actually caused problems
PDF metadata leaks are a recurring story rather than a theoretical risk, and the pattern is consistent: a document is prepared internally, edited, then published without being rewritten.
- Documents published by organisations that revealed the individual author of an anonymous or corporate submission
- Tenders and proposals where the Creator string revealed a template reused from a competitor's bid
- Legal filings where the timestamps contradicted the account of when a document was prepared
- Reports where an incremental update preserved an earlier, more candid draft inside the published file
- Job applications where the Author field carried a previous employer's account name
A pre-send checklist
Deleting metadata handles the file. A couple of other things are worth a look at the same time.
- Delete the metadata, then confirm the verification panel reports no entries and one revision
- Check that anything redacted was actually removed rather than covered — select the text under the black box and see whether it copies
- Check the filename, which is not metadata but travels with the document all the same
- If the document was assembled from others, check that embedded attachments were intended
Why the revision count is the number to watch
After cleaning, the tool reports how many revisions the output has. It should be one. A file with more than one revision has an edit history physically present inside it, whatever its properties dialog says.
This is the single most useful indicator that a PDF has been genuinely cleaned rather than superficially edited, and it is why the count is shown before and after rather than hidden.
What this tool does
- Shows the revision count before and after, not just the field list
- Deletes author, producer, creator and timestamps together with the XMP packet
- Your original document is never modified
What it does not do
- Does not redact page content
- Does not remove embedded file attachments
- Cannot process password-protected documents
Delete PDF Metadata Before You Share
Written for the moment before a document goes out — to a client, a tribunal, a journalist or a job application. Check what it discloses, then delete it.
Open the toolReviewed and updated . Behaviour described on this page is covered by the project’s automated tests.
Frequently asked questions
Can a PDF really contain earlier drafts?
Yes. Incremental updates append changes and leave the previous bytes in place, so an edited PDF can carry its own history. Rewriting the document, which is what this tool does, is what removes them.
Does deleting metadata make a PDF anonymous?
No. It removes what the file records about itself. The content may still identify its author through writing style, letterhead, tracked changes left in the text, or embedded images with their own metadata.
Should I delete metadata before or after signing?
Before. A signature covers the exact bytes of the document, so cleaning afterwards invalidates it.
Does this work on scanned documents?
Yes. A scanned PDF is images wrapped in a PDF container, and the container's metadata — including the scanner driver and model — is removed the same way.
How do I check the revision count myself?
Open the file in a text editor and count the occurrences of `startxref`. One means the document has been written as a single revision.
Does this remove comments and annotations?
No. Comments are page content, not metadata. Remove them in a PDF editor before cleaning.
Are embedded attachments removed?
No. Attached files are separate objects and are preserved. Remove them in a PDF editor if they should not be shared.
Does the tool work on very large PDFs?
Up to the 50 MB limit. Above that, the document would have to be held in browser memory in a way that is unreliable on mobile devices.
Keep going
Related tools
- Remove Metadata From a PDFRemove the author, title, producer, timestamps and XMP metadata from a PDF in your browser. Rewrites the document so old revisions are not carried over.Open
- PDF Metadata RemoverA PDF metadata remover that shows the document properties first. Strip author, producer and XMP data in your browser, then verify the cleaned file.Open
- Delete Image MetadataDelete the metadata inside an image file: EXIF, GPS coordinates, camera details and editing history. Runs in your browser with a before-and-after check.Open
- Metadata RemoverFree metadata remover: strip EXIF, GPS, XMP and IPTC from images and PDFs in your browser. See every field a file carries, then verify the cleaned copy.Open