Remove hidden PDF metadata before you publish or share a file, especially if the document came from Word, InDesign, Google Docs, a scanner, or a shared company template. A PDF can carry more than visible text and images. It may include the author’s name, software used, file paths, comments, revision history, embedded thumbnails, GPS data from images, and internal document IDs. That data can be harmless, but it can also expose private details you never meant to send.
TLDR: PDF metadata is hidden information attached to a document, and you should check it before sharing contracts, reports, resumes, invoices, or public downloads. For example, a marketing agency sending a proposal may reveal the original client template name or an employee username in the author field. In one quick audit of 50 shared PDFs, it is common to find identifying metadata in 20 to 30 files, especially when they were exported from office software. Use Acrobat, Preview, office export settings, or command line tools to inspect and clean the file before upload.
What PDF Metadata Can Reveal
Metadata is “data about data.” In a PDF, it sits behind the page content. Readers usually do not see it while scrolling, which is why people forget it exists.
A PDF may include:
- Author: the person or account that created the file.
- Title and subject: often copied from the original document.
- Keywords: added for search or indexing.
- Creation and modification dates: useful, but sometimes revealing.
- Producer and creator software: such as Word, Acrobat, InDesign, or scanner tools.
- Comments and annotations: including unresolved review notes.
- Embedded file attachments: occasionally left inside by mistake.
- Image metadata: camera model, location, date, or editing app.
- Hidden layers or redaction leftovers: dangerous if text was only covered visually.
Honestly, it feels like PDF tools make this too easy to miss. A file can look perfectly clean on screen while still carrying a trail of names, dates, and software fingerprints.

How to View PDF Metadata in Adobe Acrobat
Adobe Acrobat gives one of the clearest views of PDF metadata. Use Acrobat Pro if you also want strong cleanup options.
- Open the PDF in Adobe Acrobat.
- Go to File > Properties.
- Check the Description tab for title, author, subject, keywords, and dates.
- Open Additional Metadata for deeper XMP metadata.
- Check Security to see restrictions and permissions.
To remove metadata in Acrobat Pro:
- Open Tools.
- Select Protect a PDF.
- Choose Remove Hidden Information.
- Let Acrobat scan the file.
- Select items such as metadata, comments, hidden text, attachments, and deleted content.
- Click Remove, then save a new copy.
Tip: Always save the cleaned version with a new file name, such as proposal public clean.pdf. That makes it harder to send the wrong copy by accident.
How to View PDF Metadata on Mac with Preview
Mac Preview can show some basic PDF information, but it is not a full privacy cleaner. It is useful for a quick check, not a full scrub.
- Open the PDF in Preview.
- Go to Tools > Show Inspector.
- Click the Info tab.
- Review title, author, creator, producer, and dates if shown.
Preview does not reliably remove all metadata. You can try exporting a fresh PDF by choosing File > Export, but do not treat that as a guaranteed cleanup. For sensitive documents, use Acrobat Pro, a trusted sanitizer, or a command line tool.
How to Check Metadata Before Exporting from Word or Google Docs
Many PDF privacy problems start before the PDF exists. Word documents often carry authors, comments, tracked changes, template names, and hidden text. If you export that file straight to PDF, some of that information can follow it.
In Microsoft Word, use:
- File > Info.
- Select Check for Issues.
- Click Inspect Document.
- Remove comments, revisions, document properties, hidden text, and personal information.
- Export the cleaned document as a new PDF.
In Google Docs, fewer metadata controls are visible. Before downloading as PDF, remove comments, suggestions, version references, and sensitive file names. If the content came from an uploaded Word document, clean the original file first.
Using ExifTool for a Deeper Metadata Check
If you are comfortable with command line tools, ExifTool is one of the best ways to inspect metadata. It shows details that regular PDF viewers may hide.
To view metadata, run:
exiftool document.pdf
You may see fields such as creator, producer, author, creation date, modification date, XMP toolkit, file size, and PDF version.
To remove common metadata, you can use:
exiftool -all= -overwrite_original document.pdf
That command strips many metadata fields, but PDFs are tricky. Some information may still remain in objects, annotations, embedded files, or hidden layers. For high-risk files, combine ExifTool with a PDF sanitizer or print-to-PDF workflow, then check the result again.
Redaction Is Not the Same as Deleting Metadata
This mistake causes real damage. Drawing a black box over text does not remove the text underneath. Anyone may be able to select, copy, search, or extract it.
Use a real redaction tool. In Acrobat Pro, choose Redact, mark the text, apply the redaction, and save the file. Then run Remove Hidden Information. It drives me crazy that some apps still let users “hide” text with shapes, because that is not redaction. It is decoration.
After redacting, test the file:
- Search for the removed words.
- Try selecting text around the redacted area.
- Copy and paste nearby content into a plain text editor.
- Run a metadata scan again.
Best Workflow Before Publishing a PDF
Use a repeatable checklist. It saves time and prevents embarrassing leaks.
- Work from a copy. Keep the original private.
- Clean the source file. Remove comments, tracked changes, hidden text, and personal properties.
- Export a fresh PDF. Avoid reusing old files with unknown history.
- View metadata. Check properties in Acrobat, Preview, or ExifTool.
- Remove hidden information. Use a proper sanitizing tool.
- Flatten or rasterize only when needed. This can reduce hidden content, but it may reduce accessibility and search.
- Check accessibility tags. Do not remove useful structure unless privacy requires it.
- Open the final file on another device. Confirm the file looks right.
- Scan once more. A 30-second check is cheaper than a public mistake.
Free and Paid Tools to Consider
Adobe Acrobat Pro is the most complete mainstream option for viewing, redacting, and removing hidden information. It costs money, but it handles many PDF cleanup tasks in one place.
ExifTool is free and powerful. It is excellent for inspection and batch cleanup, though it requires care.
MAT2, the Metadata Anonymisation Toolkit, is popular among privacy-focused users. It supports several file types, including PDFs, depending on setup.
qpdf can restructure PDFs and help with certain cleanup workflows, but it is not a one-click privacy solution.
Online metadata removers are convenient, but be careful. Uploading a confidential contract to an unknown website may create a bigger privacy problem than the metadata itself. Use them only for low-risk files or when the service is trusted and approved by your organization.
Final Safety Checks
Before sending the PDF, ask one blunt question: What would be embarrassing if someone inspected this file? Names, comments, draft titles, hidden spreadsheets, client labels, and old redactions are common offenders.
For public documents, create a clean export, remove hidden data, and verify the result. For legal, HR, medical, financial, or government files, use approved software and keep a record of the cleaned copy. PDF metadata is easy to ignore, but once a file is online or forwarded, you cannot control who inspects it. Spend the extra minute before sharing. It is worth it.

