How to Remove Metadata from a PDF: A Complete Guide
Do it now — free, in your browser, files auto-deleted in 1 hour.
Open the toolA PDF often carries more information than what's printed on the page. Buried in the file structure is metadata: the author's name, the software used to create it, timestamps, sometimes even GPS coordinates from a scanned photo or a company name nobody meant to share externally. Journalists, lawyers, HR teams, and job seekers have all been caught out by metadata revealing more than intended — a résumé that still lists a previous employer's template author, or a leaked document traced back to its creator through the file properties alone.
Removing it is a small task once you know where to look, and it takes minutes, not an Adobe subscription.
What's Actually Hiding in a PDF's Metadata
PDF metadata lives in two places, which matters because tools sometimes only clean one:
- Document Info dictionary — the older, simpler format: Title, Author, Subject, Keywords, Creator, Producer, plus CreationDate and ModDate.
- XMP metadata — a newer XML-based block that often duplicates the same fields but can also hold extra data: GPS/EXIF details pulled in from embedded photos, camera model, software version history, and sometimes custom fields added by scanning apps.
On top of that, a PDF can carry hidden layers, unresolved comments and annotations, form field data, attachments, and even earlier draft content if the file was saved incrementally rather than exported fresh. None of this shows up when you simply read the document, which is exactly the problem.
Can PDF Metadata Be Altered?
Yes. Metadata is just data stored alongside the visible content, not baked into it, so it can be edited, overwritten, or stripped entirely without touching how the document looks or prints. This cuts both ways: it means you can remove it cleanly, but it also means someone could edit metadata to misrepresent authorship or dates, so don't treat metadata as reliable proof of anything in a legal or forensic context.
The practical trap is that clearing the Document Info dictionary doesn't automatically clear the XMP block. A tool that only touches one will leave the other intact, and the file will still leak the original author or software name if someone inspects it properly.
How to Remove Metadata from a PDF, Step by Step
Using a browser-based tool (no Adobe required)
This is the fastest route for most people. Upload the file, let the tool strip both the Info dictionary and XMP metadata, then download the cleaned version. Konomic's PDF metadata remover does this in a browser with no account needed — it clears both metadata layers in one pass, and because the servers are EU-based (Germany) with uploads auto-deleted within an hour, it's a reasonable choice when the whole point of the exercise is reducing what a document reveals. Sejda and iLovePDF offer similar functionality and are solid alternatives; check each provider's retention policy if you're handling anything sensitive, since practices vary.
Using Adobe Acrobat, if you already have it
Go to File > Document Properties > Description tab and clear the visible fields. That alone isn't thorough, though — for a proper sweep use Tools > Redact > Sanitize Document, which removes metadata, hidden layers, embedded scripts, and attachments in one operation. Useful if you're already paying for Acrobat, overkill if you're not.
Using exiftool on the command line
For anyone comfortable with a terminal, exiftool is free, fast, and doesn't send your file anywhere:
exiftool -all= yourfile.pdf
exiftool yourfile.pdf
The first command strips all metadata tags; the second lets you confirm the fields are empty. This is the method privacy-conscious developers tend to reach for because everything happens locally.
How to Remove Metadata from a PDF Without Adobe
You don't need Adobe at all — it's one option among several, not a requirement. Browser-based strippers, exiftool, and even some office suites cover the same ground. LibreOffice will re-save a PDF and drop some metadata in the process, but it's inconsistent and not something to rely on for anything sensitive. For a clean, verifiable result without installing anything, a dedicated online tool or exiftool is the more reliable choice.
Clearing Metadata Before the PDF Even Exists
If the PDF started life as a Word document or Google Doc, it's worth cleaning the source file first. In Word: File > Info > Check for Issues > Inspect Document, then remove personal information, comments, and tracked changes before exporting. Export a fresh PDF rather than "Save As" over an old file, since incremental saves can carry forward earlier revision history that a simple metadata strip won't catch afterwards.
What Metadata Removal Doesn't Fix
Be honest with yourself about the limits here. Stripping metadata doesn't touch the visible content — a name typed into the body text, a watermark, or a stamp is still there regardless of what happens to the Info dictionary. If the PDF was created by OCR-ing a scan, the underlying image can still contain its own embedded EXIF data (including GPS) that a PDF-level metadata tool might not reach if it isn't flattened. And if you later re-open the cleaned file in an editor and re-save it, some software automatically re-adds a Producer or Creator field, quietly undoing the work. Metadata scrubbing should generally be the last step before you send or publish a file, not something done mid-process.
Choosing a Tool You Can Trust With the File
Whichever method you use, the file has to pass through something — your own machine with exiftool, or a server if you use a web tool. That's worth a moment's thought if the whole reason you're removing metadata is privacy or a GDPR-related obligation rather than just tidiness. iLovePDF and Smallpdf are widely used and generally reliable, though it's worth checking where they process data and how long they retain uploads. Konomic keeps things simple on that front: EU-based servers, no signup for the core tools, and uploaded files are deleted automatically within an hour, which matters if the document you're cleaning is itself the kind of thing you'd rather not have sitting on a server indefinitely.
Quick Verification Checklist
Before you send the file anywhere, confirm it's actually clean:
- Reopen the PDF's properties dialog and check Author, Title, and Producer fields are blank.
- Run
exiftool yourfile.pdfagain if you have it installed, and check the XMP section specifically, not just the Info dictionary. - If the PDF contains scanned images, spot-check one for embedded EXIF/GPS data separately.
- Compare file size before and after — a big drop usually means leftover embedded objects were removed too.
A few minutes of checking is cheap insurance against a document quietly telling people more than you meant it to.
Do it now — free, in your browser, files auto-deleted in 1 hour.
Open the toolFrequently asked questions
Is there a way to remove metadata from a PDF for free?
Yes. Browser-based tools (including Konomic's metadata remover), the free exiftool command-line utility, and Adobe Acrobat's Sanitize Document feature (if you already own a licence) can all strip metadata without extra cost. exiftool and dedicated web tools are the most reliable free routes if you don't have Acrobat.
How do I get rid of document metadata before converting a Word file to PDF?
In Word, go to File > Info > Check for Issues > Inspect Document, remove personal information, comments and tracked changes, then export a fresh PDF rather than saving over an existing one, which can carry forward old revision history.
Does removing metadata change how the PDF looks or reduce its quality?
No. Metadata is separate from the visible content and rendering of the document, so stripping it doesn't affect layout, text, images, or file compatibility — it only removes the hidden descriptive data.
Can metadata reappear after I've removed it?
It can, if you reopen and re-save the cleaned file in certain software, since some applications automatically add their own Creator or Producer field on save. Treat metadata removal as the final step before sharing, not something to do midway through editing.