Remove PDF Metadata on Mac — Free, No Software to Install
- Free browser tool — works in Safari and Chrome on any Mac
- Strips author, title, creator, producer, and dates in one click
- No software to install, no Preview workaround needed
- Files never leave your Mac — processed entirely on-device
Table of Contents
The fastest way to remove PDF metadata on Mac is a browser-based tool that strips author, dates, and software info in seconds — no download, no Terminal commands. Open Safari or Chrome, upload your PDF, click Strip, done. Here's why the common Mac workarounds fall short and when a dedicated remover is the right call.
Why Removing PDF Metadata on Mac Is Trickier Than It Looks
Most Mac users discover they need to remove PDF metadata after one of two moments: they share a document and a recipient comments on the author name or timestamps, or they realize Preview — Mac's built-in PDF viewer — doesn't offer a metadata removal option anywhere in its interface.
The usual Mac workarounds are clumsy. "Print to PDF" in Preview creates a new file but often preserves the original author info and substitutes "Preview" or "Mac OS X Quartz PDFContext" as the creator. Exporting through Pages or Word carries over document properties. The only reliable native option is the Terminal with Ghostscript or ExifTool — not something most users want to set up.
A browser-based tool sidesteps all of that. It reads your file locally, clears the eight standard PDF metadata fields, and hands you back a clean file — without touching your Mac's file system in any persistent way.
What Metadata Fields Are Hidden in Your Mac PDF
Every PDF carries a document properties record with up to eight standard fields:
- Author — usually your macOS username or the name from your Apple ID
- Creator — the application that made the file (Word, Pages, Keynote, Affinity Publisher)
- Producer — the PDF engine used (typically "Mac OS X Quartz PDFContext" or a Ghostscript version)
- Title and Subject — pulled from document properties
- Keywords — often empty, sometimes populated by export settings
- CreationDate and ModificationDate — exact timestamps that expose your work history
On a Mac, the Author field is particularly telling. If your Apple ID name is your full legal name, that propagates into every PDF you export. The Creator field announces exactly which paid software you used. The timestamps reveal when you last revised the document — useful context for a colleague, unwanted disclosure for an external stakeholder.
How to Remove PDF Metadata on Mac for Free (3 Steps)
Open your browser (Safari, Chrome, or Firefox) and go to the PDF Metadata Remover. No account, no extension.
- Upload your PDF. Drag the file onto the drop zone or click to select it from Finder. The tool reads the file in your browser — nothing is sent to a server.
- Review what's there. The before/after panel shows you every field that's currently populated — Author, Creator, Producer, dates, title. You'll often be surprised by what Pages or Word embedded.
- Click "Strip All Metadata." The tool clears all eight standard fields simultaneously. Download the cleaned file. The content — text, images, formatting — is identical to the original.
On a modern Mac with Safari or Chrome, this takes under 10 seconds for a typical document. Larger PDFs (50+ pages) may take slightly longer since the browser processes them locally, but there's no file size cap.
Sell Custom Apparel — We Handle Printing & Free ShippingWhy "Print to PDF" in Preview Does Not Actually Remove Your Metadata
A common suggestion on Mac forums is to open the PDF in Preview and use File > Export as PDF or File > Print > Save as PDF. The idea is that creating a "fresh" PDF resets the metadata. In practice, this doesn't work reliably.
When you export through Preview, macOS Quartz PDFContext copies most of the source metadata into the new file. The Author field typically stays. The Creator changes to "Preview" but your original author name often persists. The timestamps get updated to the export time — which is new metadata, not no metadata.
The only way to guarantee all eight fields are blank is to explicitly clear them with a tool that has direct write access to the PDF's document properties, which is what the browser-based remover does using the PDF specification's own metadata API.
When a Command-Line Tool Makes More Sense on Mac
For most Mac users, the browser tool is the right answer. But if you work with PDFs at scale — processing dozens of files in a batch, or integrating metadata removal into an automated workflow — command-line tools are worth knowing.
ExifTool (available via Homebrew: brew install exiftool) can strip PDF metadata with a single command: exiftool -all= yourfile.pdf. This is fast and scriptable but requires Homebrew to be set up. Note that ExifTool operates on a slightly different metadata model than the tool above — it may leave some fields untouched or remove fields the browser tool doesn't touch.
Ghostscript (brew install ghostscript) produces a clean PDF with: gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOwnerPassword= -dNOSAFER -o output.pdf input.pdf. Ghostscript's approach recompresses the entire PDF rather than just editing the metadata block, which has implications for file size and sometimes for embedded fonts.
For one-off removal on your Mac without installing anything extra, the browser tool wins on convenience every time.
One Privacy Step to Take Before Sharing Any PDF from Mac
Before emailing a PDF externally, sending a proposal, or filing a document digitally, view its current metadata. You can do this in the PDF Metadata Remover by uploading the file — the before panel shows every populated field without stripping anything until you explicitly click the button.
What you'll typically find in a Mac-generated PDF: your full name in Author, the exact version of Microsoft Word or Pages that created it, the date you first created the document (not just last saved it), and sometimes the full file path from your local machine embedded in Creator.
This is standard practice in legal, finance, and consulting — strip metadata before any external distribution. It takes 10 seconds and removes information you probably didn't realize was traveling with your document.
Remove PDF Metadata Free on Your Mac Right Now
Works in Safari and Chrome. No software, no account, no file upload to any server.
Strip PDF Metadata FreeFrequently Asked Questions
Does removing PDF metadata change the document content?
No. The tool clears only the eight document properties fields — Author, Title, Subject, Keywords, Creator, Producer, CreationDate, ModificationDate. The PDF content (text, images, layout, fonts) is completely unchanged.
Does this work in Safari on Mac?
Yes. The tool uses standard browser APIs that Safari fully supports. There is no plugin or extension required.
Will the cleaned PDF look or behave differently?
No. The metadata fields are invisible to anyone reading the PDF — they only appear in the document properties panel. Clearing them has zero effect on how the PDF displays, prints, or is handled by any PDF reader.
What about XMP metadata — does the tool remove that too?
The tool clears the eight standard DocInfo fields. XMP is a separate extended metadata format embedded in some PDFs. The tool clears the overlapping XMP fields when it clears DocInfo, but deeply nested custom XMP schemas may not be fully removed. For highly sensitive documents requiring complete XMP sanitization, ExifTool on the command line provides the most thorough coverage.

