Documents & PDFs
How to Remove Metadata from PDF Files: A Complete Step-by-Step Guide
PDFs carry hidden author names, edit history, software fingerprints, and XMP data. Learn how to strip all of it in your browser without uploading the file.
· 7 min read
PDF files are the default format for resumes, contracts, white papers, legal filings, and shared reports. They are also one of the most metadata-rich file formats in regular use. Every PDF carries a hidden block of information that can reveal who wrote it, when, on what software, and sometimes what was in earlier drafts. This guide walks through every reliable way to strip that data.
What Metadata Is in a PDF?
PDFs store two layers of metadata. The Document Information Dictionary holds author, title, subject, keywords, creator, producer, creation date, and modification date. The XMP (Extensible Metadata Platform) layer is a deeper XML-based block that can include editing software, GPS data from embedded images, copyright, contributor history, and custom fields added by tools like Adobe Acrobat or Microsoft Word.
The XMP specification is rich enough that PDFs exported from Word can include the original author's username, the name of the corporate template, and the path to the original file on the author's drive. For broader background, see our overview of what metadata is and why you should remove it.
Why Cleaning PDFs Matters
Job applications. Your resume's author field may still say "Jane Doe — Acme Corp" from the company-issued template you used to draft it.
Whistleblowing or journalism. Source PDFs leaked with author and software fingerprints have repeatedly identified sources.
Legal filings. Track-changes and comment history can survive PDF export.
Corporate reports. Internal author names, project codenames, or unreleased product names embedded in metadata leak to competitors.
Anonymous submissions. Academic blind peer review, anonymous tips, and NFT certificates all require metadata-free PDFs.
Try MetaClean — clean this kind of file in seconds.
Strip EXIF, GPS, author, and edit-history metadata from photos, PDFs, and Office documents right in your browser.
Clean a file now · See what gets removed · Step-by-step guides · Pricing
Method 1: MetaClean Pro (Browser-Based, Recommended)
The fastest and safest method is a browser tool that processes the PDF on your device. Open MetaClean Pro, drag your PDF into the upload area, the file is processed entirely in your browser using client-side JavaScript — it never uploads to a server. Download the cleaned PDF and verify.
This is the safest method for sensitive documents because the file never leaves your computer. There is no server log, no temporary upload, and no third-party storage. It works on Windows, Mac, Linux, iOS, and Android.
Method 2: Adobe Acrobat Pro
If you already have a paid Acrobat Pro license, open the PDF in Acrobat Pro. Go to Tools → Redact → Sanitize Document and click Remove Hidden Information. Review the report and remove all categories — Metadata, Embedded Search Index, Comments, Attachments, Form Fields, Hidden Text, Deleted Hidden Page Content. Save the cleaned PDF under a new name. Acrobat is thorough but expensive and only available on desktop. It also processes the file locally.
Method 3: Preview on macOS (Limited)
Preview can edit basic fields but does not fully sanitize. Open the PDF in Preview, choose Tools → Show Inspector (⌘I), click the PDF tab and edit author, title, subject, keywords, then save the file. This only changes the document information dictionary. XMP metadata, embedded image EXIF, and edit history remain. Not recommended for sensitive sharing.
Method 4: Command Line with exiftool
For developers or batch jobs, run `exiftool -all:all= -overwrite_original document.pdf` to remove every metadata field exiftool recognizes. Combine with `qpdf --linearize` to also rebuild the PDF structure and discard incremental update history. This two-step process is what professional sanitization pipelines often use under the hood.
Method 5: "Print to PDF" Trick
A low-tech option: open the PDF in any reader, choose Print and select Save as PDF as the destination. The new file is a re-rendered copy without the original metadata. Caveats: print-to-PDF often loses bookmarks, hyperlinks, form fields, and tagged accessibility data. It can also inflate file size dramatically. Acceptable for simple documents, risky for important ones.
How to Verify a PDF Is Clean
After cleaning, open the file and check. In Adobe Reader / Acrobat go to File → Properties → Description and Custom tabs. In Mac Preview, choose Tools → Show Inspector. On the command line run `exiftool document.pdf` — output should be minimal. You can also drop the file into MetaClean Pro again and confirm the metadata panel is empty before sharing.
What About Embedded Images?
PDFs often contain embedded images that carry their own EXIF data — including GPS coordinates from photos pasted into a Word document and exported. Most cleaning tools strip the document-level metadata but not the image-level EXIF. For maximum sanitization, clean the source images individually before placing them in the document. Our iPhone EXIF removal guide and WhatsApp metadata guide cover image cleaning workflows.
Frequently Asked Questions
Does "Save As" remove metadata?
No. Most "Save As" operations preserve all metadata. Some applications add additional metadata.
Can metadata be recovered after removal?
Properly stripped metadata cannot be recovered from the cleaned file. However, the original file still contains everything. Delete or securely overwrite the original if it must not be recoverable.
Are online PDF cleaners safe?
Only if they process files locally in your browser. Tools that upload your PDF to a server should be avoided for sensitive documents — your file may be logged, cached, or scanned. MetaClean Pro processes everything on your device.
Does flattening a PDF remove metadata?
Flattening removes form fields and annotations but does not strip document-level metadata. Combine flattening with metadata removal for a fully sanitized file.
What about digital signatures?
Removing metadata invalidates digital signatures. If a signature is required, sign the file after sanitizing it, not before.
Conclusion
PDFs carry far more hidden information than most people realize. The author name from your old job, the corporate template you copied, the GPS coordinates of every photo you pasted in — all of it can travel with the file. The safest way to clean a PDF is to use a tool that processes the file locally in your browser, so the document never leaves your device. MetaClean Pro does exactly that, supports PDFs alongside images and Office files, and lets you verify the cleaning before you share. For broader context, see our guide on what metadata is and why remove it.
Try MetaClean Pro free — remove metadata from your files in seconds.