GizmoBench guides
Verify PDF Metadata Removal: Two Step Exiftool+Qpdf or Browser Tools

For a one-off file, a browser-based metadata tool or Adobe Acrobat’s Document Properties panel clears the visible fields in seconds. For anything you’re sharing widely, or that could expose a client name, internal file path, or GPS tag, the reliable path is exiftool paired with qpdf, which strips tags and then rebuilds the file so nothing orphaned survives. Neither method replaces redaction: metadata removal cleans the file’s data about the file, not text you can still see on the page.
TL;DR:
- Removing metadata with command-line tools like exiftool and qpdf ensures complete eradication of Info dictionary and embedded XMP data, unlike basic GUI methods.
- Browser-based tools process files locally and are suitable for quick, low-stakes cleanup, but avoid them with sensitive or regulated documents.
- Manually clearing basic metadata in Adobe Acrobat or Word’s Document Inspector is insufficient for full sanitization due to hidden object-level data.
- Redaction of visible content and metadata removal are separate steps; redacting first prevents internal data from being recoverable.
- Always verify metadata removal using multiple checks before sharing, especially for legal, medical, or financial-sensitive files.
Table of Contents
- What Quick PDF Metadata Removal Method Should You Use?
- How Do You Remove PDF Metadata With an Online Tool?
- How Do You Clear Metadata in Adobe Acrobat or Microsoft Word?
- The Advanced Route: Exiftool and Qpdf for Real Sanitization
- How Do You Confirm PDF Metadata Is Actually Gone?
- Redaction and Metadata Removal Solve Different Problems
- A Quick Checklist Before You Share Any PDF
- A Fast, Private Option for One-Off Files
- Where to Learn More About PDF Metadata Standards
- Sources
- FAQ
What Quick PDF Metadata Removal Method Should You Use?
Your choice depends on sensitivity, volume, and how much you trust an unfamiliar upload form. PDF metadata itself is structured data hiding in plain sight: author names, company info, software fingerprints, and timestamps that get added automatically the moment someone creates or edits a file. Here’s how the three main routes stack up:
- Online tools: Fastest option for a single, low-stakes file. Good for stripping author and title fields before emailing a resume or report, but always check what happens to your upload afterward.
- Desktop apps: Convenient if you already live in Microsoft Word or Adobe Acrobat. Free versions handle basic fields; catching hidden or object-level data usually needs Acrobat Pro.
- Command-line tools: The only realistic choice for batches of files or when you need proof that metadata is actually gone, not just hidden from the properties panel.
None of these is universally “best.” A law firm processing a hundred contracts needs a script. A student cleaning up a single homework PDF just needs a browser tab.
How Do You Remove PDF Metadata With an Online Tool?
Online metadata cleaners work well for everyday sanitization, provided you treat the upload step with a little skepticism. Follow this sequence:
- Inspect first. Open the file’s properties (or run a quick metadata check) to see what’s actually there. Title, author, and company fields are the usual offenders.
- Strip the fields. Upload the PDF to your chosen tool and select which metadata fields to clear. Most tools default to wiping everything.
- Download the cleaned file. Save it under a new name so you don’t lose the original in case something needs redoing.
- Verify. Reopen the new file’s properties or, better, run it through a dedicated checker before you send it anywhere.
Before trusting any online tool with a document, ask three questions: Are files actually uploaded to a server, or processed in your browser? What’s the retention policy on anything that does get uploaded? Is the connection encrypted? A tool that processes files locally in your browser, without ever sending them anywhere, sidesteps most of that risk entirely.
Skip online tools altogether for anything under legal hold, regulated by contract, or containing information that would cause real harm if it leaked, even briefly, during upload.
Pro Tip: Rename your cleaned file before sharing it. Original filenames sometimes carry the same client or project names you just spent five minutes scrubbing from the metadata fields.
How Do You Clear Metadata in Adobe Acrobat or Microsoft Word?
Desktop software gives you more control than a browser tool, at the cost of a few more clicks.
In Adobe Acrobat, open Document Properties (File > Properties) to manually clear the Title, Author, Subject, and Keywords fields. That handles the basics. For anything sensitive, Acrobat Pro’s Remove Hidden Information tool goes further, sweeping out embedded scripts, form field data, comments, and attached files in one pass.
If your PDF started life as a Word document, do the cleanup before you export. Microsoft’s own guidance recommends running Document Inspector first, which flags tracked changes, comments, hidden text, and document properties you’d otherwise carry straight into the PDF.
The catch with desktop apps: they’re generally reliable for the classic Info dictionary fields (author, title, creation date) but inconsistent about newer XMP metadata streams and object-level tags buried in embedded images or fonts. A cleared “Author” field in Acrobat doesn’t guarantee the XMP packet says the same thing.
The Advanced Route: Exiftool and Qpdf for Real Sanitization
When you need certainty rather than convenience, two free command-line tools do the job GUI editors often can’t finish. Modern PDFs carry metadata in more than one place: the legacy Info dictionary, plus XMP streams that can attach to individual objects, not just the document as a whole. A tool that only edits Info leaves XMP data intact.
- Strip the tags. Run
exiftool -all:all= file.pdf. This clears both the Info dictionary and XMP metadata in one command. - Rebuild the file. Run
qpdf --linearize in.pdf out.pdf. Deleting a tag doesn’t always delete the underlying object; it can linger, orphaned, inside the file’s structure until something rewrites it. Qpdf’s linearize option reorganizes the PDF and drops unreferenced objects, which is what actually removes that leftover data for good. - Check embedded content separately. Fonts, images, and attachments can carry their own XMP packets. If the file has embedded objects you’re worried about, extract and inspect them before you call the job done.
A few caveats worth knowing before you run this on a real document: encrypted PDFs need to be decrypted first, since neither tool can rewrite a password-protected structure. Always test your output on a copy, since a linearized pass occasionally trips over malformed PDFs from older scanning software.
Pro Tip: Run exiftool and qpdf on a duplicate folder, never the originals. If qpdf throws an error on a corrupted structure, you want the source file intact to try again.
How Do You Confirm PDF Metadata Is Actually Gone?
Removing metadata and confirming it’s removed are two different steps, and skipping the second one is how people end up embarrassed. Run these checks before you hit send:
exiftool -all:all file.pdfto list every remaining tag, XMP included.pdfinfo file.pdfas a second, independent check on the document-level fields.- A tool like Apache Tika if you want to dig into extracted text and object metadata that command-line tag readers sometimes miss.
- A quick manual reopen of the file’s properties panel as a sanity check, even after the command-line tools come back clean.
If any of these turns up a lingering author name, software version, or timestamp, go back and rerun the exiftool and qpdf sequence rather than manually deleting one stray field. Partial fixes have a way of missing the object that actually mattered.
Redaction and Metadata Removal Solve Different Problems
Metadata removal cleans invisible data. It does nothing about text, images, or comments a reader can actually see on the page, and treating it as a stand-in for redaction is a documented mistake people make with sensitive filings, leaked drafts, and public records requests.
Real redaction means permanently blacking out visible content and flattening the page so the underlying text can’t be selected, copied, or recovered by undoing a highlight box. For genuinely sensitive material, that sometimes means rasterizing the page into an image, which trades away searchability and screen-reader accessibility for certainty that the hidden text is truly gone.
The safe order of operations: redact anything visible first, sanitize the metadata second, then verify both with the checks above before the file leaves your hands.

A Quick Checklist Before You Share Any PDF
Run this before sending anything that matters:
- Work on a copy, never your only saved version of the file.
- Remove metadata with your chosen method (online tool, desktop app, or the exiftool and qpdf combo).
- Check for embedded attachments, comments, and form field data separately.
- Verify with
exiftool,pdfinfo, or a similar checker before sending. - Add redaction as a separate step if the document contains sensitive visible content.
Escalate straight to the command-line workflow for anything involving legal discovery, medical records, or regulated financial data. When in doubt, treat the file as more sensitive than you think it is.
A Fast, Private Option for One-Off Files
For the resume you’re about to email or the report you’re sending a client this afternoon, you don’t need to install anything. Browser-based tools that run entirely on your device, with no account, no server upload, and no file ever leaving your machine, matter if you’d rather not hand a PDF full of client names to an unfamiliar web form just to strip a title field. That local-processing approach is a reasonable middle ground between full command-line control and blind trust in a random uploader.
If your workflow starts in Markdown or Word before it becomes a PDF, Markdown to PDF converter and Markdown Viewer browser tools are useful for catching formatting and content issues before export, since a lot of stray metadata starts at the source document, not the final PDF. Users dealing with XMP’s XML structure directly can also use an XML formatter tool to validate extracted packets by hand. For batches, regulated documents, or anything genuinely sensitive, stick with the exiftool and qpdf workflow above. Browse the full toolset at Gizmobench to see tools that run locally in your browser.

Where to Learn More About PDF Metadata Standards
For deeper technical grounding, the PDF Association’s application notes on object metadata streams explain how XMP attaches to individual PDF objects under the ISO 32000 standard. The exiftool and qpdf gist referenced above walks through the exact command sequence in more detail, and Microsoft’s Document Inspector guidance covers the Word-side cleanup step most people skip. The Posthive blog also covers file and media security topics relevant to team document workflows.
Sources
- What is PDF metadata?
- PDF 2.0 application note: object metadata streams
- Remove metadata from a PDF file, using exiftool and qpdf
- Remove hidden data and personal information by inspecting documents
FAQ
What Is a Free Tool That Can Edit PDF Metadata?
Browser-based PDF metadata cleaners handle the common Info dictionary fields, like author, title, and keywords, at no cost and without an account. For thorough removal, including XMP data, the free command-line combination of exiftool and qpdf covers what most GUI tools miss.
Is Removing PDF Metadata Safe?
Yes, removing metadata is generally safe and doesn’t alter the visible content of your document. The main risk is technical rather than legal: a rushed edit or a failed rewrite can occasionally corrupt a file, which is why testing your output on a copy first matters.
How Do You Manually Remove PDF Metadata?
In Adobe Acrobat, open Document Properties and clear the Title, Author, Subject, and Keywords fields by hand. This clears the standard Info dictionary but often leaves XMP and object-level metadata untouched, so pair it with a verification check using exiftool -all:all file.pdf.
How Do You Black Out Personal Information on a PDF?
Use a dedicated redaction tool that permanently removes and flattens the selected text or image, not a highlight box you can undo. Redaction handles visible content; it’s a separate step from metadata removal, and the safest order is to redact first, then sanitize metadata, then verify both.