Site icon WP Pluginsify

How to View and Remove PDF Metadata Before Publishing or Sharing a Document

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:

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.

  1. Open the PDF in Adobe Acrobat.
  2. Go to File > Properties.
  3. Check the Description tab for title, author, subject, keywords, and dates.
  4. Open Additional Metadata for deeper XMP metadata.
  5. Check Security to see restrictions and permissions.

To remove metadata in Acrobat Pro:

  1. Open Tools.
  2. Select Protect a PDF.
  3. Choose Remove Hidden Information.
  4. Let Acrobat scan the file.
  5. Select items such as metadata, comments, hidden text, attachments, and deleted content.
  6. 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.

  1. Open the PDF in Preview.
  2. Go to Tools > Show Inspector.
  3. Click the Info tab.
  4. 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:

  1. File > Info.
  2. Select Check for Issues.
  3. Click Inspect Document.
  4. Remove comments, revisions, document properties, hidden text, and personal information.
  5. 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:

Best Workflow Before Publishing a PDF

Use a repeatable checklist. It saves time and prevents embarrassing leaks.

  1. Work from a copy. Keep the original private.
  2. Clean the source file. Remove comments, tracked changes, hidden text, and personal properties.
  3. Export a fresh PDF. Avoid reusing old files with unknown history.
  4. View metadata. Check properties in Acrobat, Preview, or ExifTool.
  5. Remove hidden information. Use a proper sanitizing tool.
  6. Flatten or rasterize only when needed. This can reduce hidden content, but it may reduce accessibility and search.
  7. Check accessibility tags. Do not remove useful structure unless privacy requires it.
  8. Open the final file on another device. Confirm the file looks right.
  9. 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.

Exit mobile version