Target keyword · pdf metadata editor

PDF Metadata Editor: How to View, Edit, and Strip Hidden Data

April 12, 202615 min read

A pdf metadata editor lets you see and change the hidden information tucked inside a PDF file — the author's real name, the software that created it, timestamps, and sometimes even a trail of past edits. Most people never open this data, but it's there in nearly every PDF, and it can quietly expose more than you intend.

This guide explains what PDF metadata actually is, why it leaks personal and organizational details, how to view it on any platform, and how to edit or strip it step by step — whether you're cleaning up a single resume before sending it or scrubbing hundreds of files before a legal production.

What Is PDF Metadata, Really?

Every PDF carries two separate metadata systems, and understanding both is the key to editing them correctly. The first is the Document Information Dictionary, a simple set of key-value fields defined in the original PDF spec: Title, Author, Subject, Keywords, Creator, Producer, and two dates (CreationDate, ModDate). This is the metadata Adobe Acrobat's "Document Properties" panel shows you by default.

The second is XMP (Extensible Metadata Platform), an XML-based metadata packet embedded directly in the file, built on Adobe's own specification. XMP can hold everything the Info Dictionary holds, plus much more: custom schemas, rights management data, editing history, GPS coordinates in embedded images, and application-specific fields that word processors, scanners, and design tools quietly write in.

Why Two Systems Exist

The Info Dictionary came first and is limited to a fixed set of fields. XMP was added later to support richer, extensible metadata and to align with metadata standards used across other Adobe formats (like images and video). Modern PDF-producing software often writes to both, which is exactly why a document you "cleaned" in one place can still leak data from the other.

What PDF Metadata Can Leak

Metadata isn't just clutter — it can reveal real information about you, your company, or your workflow, often without anyone realizing it was saved.

  • Author names — often the actual logged-in Windows or macOS username, not a chosen display name, especially in Word- or Excel-exported PDFs.
  • Company or organization name — pulled automatically from the software's registered user info.
  • Creator and Producer software — reveals what application and version made or converted the file (e.g., "Microsoft Word for Microsoft 365" or a specific PDF printer driver).
  • Creation and modification timestamps — down to the second, which can contradict a claimed document date in disputes.
  • Edit history and revision data — some PDF workflows and XMP extensions log prior versions or track-changes remnants.
  • File paths — some Producer strings embed the original folder path from the author's computer.
  • Comments and hidden layers — not strictly metadata but frequently overlooked alongside it during cleanup.

Real-World Consequences

Journalists have been identified through leaked author metadata in government PDFs. Law firms have accidentally exposed which paralegal or partner drafted a document. Freelancers have revealed a client's internal company name from a template's leftover metadata. None of this requires hacking — it's visible to anyone who opens Properties or runs a basic metadata tool.

Key Takeaways

  • PDFs store metadata in two systems: the Document Information Dictionary and XMP — clearing one doesn't clear the other.
  • Author, Producer, and timestamp fields are the most commonly leaked and the most overlooked before sharing files externally.
  • Metadata forensics is a routine part of legal discovery, so scrubbing matters for contracts, filings, and sensitive attachments.
  • PDF/A archival files require specific, valid XMP metadata — you can't simply delete it, you have to manage it correctly.
  • Local, offline tools avoid the extra privacy risk of uploading a sensitive file just to check or clean its metadata.
  • Batch scrubbing tools save time when cleaning metadata across dozens or hundreds of files before a release or audit.

How to View PDF Metadata

Before editing anything, check what's actually in the file. Several methods work depending on your platform and how deep you need to look.

Adobe Acrobat (Document Properties)

Open the file, go to File > Properties (or Document Properties), and the Description tab shows Title, Author, Subject, Keywords, and the Creator/Producer/date fields from the Info Dictionary. This is the quickest check but it does not show the full XMP packet or custom fields.

ExifTool (Cross-Platform, Deep Inspection)

ExifTool is a widely used command-line utility that reads metadata from many file formats, including PDFs, and it surfaces both the Info Dictionary and XMP fields in one readable output. Running `exiftool file.pdf` lists everything the file exposes, including fields Acrobat's basic panel hides.

qpdf (Structural Inspection)

qpdf is an open-source command-line tool for structural PDF transformations. It can dump the file's object structure, including the raw Info Dictionary and metadata streams, which is useful when you want to confirm exactly what got written versus what a GUI tool displays.

Browser-Based Tools

Client-side, browser-based PDF tools — including PDF Editor AI — can read and display the basic Info Dictionary fields directly in your browser tab without uploading the file anywhere. This is a reasonable first check for a single file, though for deep XMP inspection or forensic-level review, a dedicated tool like ExifTool still goes further.

How to Edit or Strip PDF Metadata: Step-by-Step

The exact steps differ slightly depending on your operating system and the tool you choose, but the workflow is consistent across all of them.

  1. Open the PDF in your chosen metadata tool (Acrobat, a browser-based editor, or a command-line utility).
  2. Locate the metadata or document properties panel, or run a viewing command first to see the current fields.
  3. Decide your goal: edit specific fields (Title, Author, Keywords) for organization, or strip all fields for privacy.
  4. If editing, replace personal or sensitive values — swap a real name for a generic label, or leave fields blank.
  5. If stripping, use a "remove all metadata" or "clear properties" function rather than deleting fields one by one, since some fields (like Producer) regenerate automatically otherwise.
  6. Check both the Info Dictionary and XMP packet were cleared — many tools only touch one by default.
  7. Save the file as a new copy first, so you always retain the original if something needs re-verifying later.
  8. Re-open the cleaned file in a viewer or ExifTool to confirm the fields are actually gone or updated as intended.

On Windows

Right-click the file, choose Properties > Details, and Windows Explorer lets you "Remove Properties and Personal Information" for a quick basic strip — though this covers a limited field set. For full Info Dictionary and XMP control, use Acrobat, a browser-based tool, or ExifTool via PowerShell/WSL.

On macOS

Preview's Inspector (Tools > Show Inspector) shows limited metadata and doesn't offer a clean strip function. Most Mac users rely on Acrobat, a browser-based tool, or installing ExifTool via Homebrew (`brew install exiftool`) and running `exiftool -all= file.pdf` to remove all writable metadata tags.

On Linux

Linux users typically reach for command-line tools directly: `exiftool -all= file.pdf` strips metadata, while `qpdf --linearize` or qpdf's metadata-specific options can help verify or clean structural remnants. Both tools are scriptable, which matters for batch jobs.

Metadata Tool Comparison

Common tools for viewing and editing PDF metadata
ToolPlatformViews XMP?Batch supportCost
Adobe AcrobatWindows, macOSPartialYes (Action Wizard)Paid subscription
ExifToolWindows, macOS, Linux (CLI)Yes, fullYes, scriptableFree, open source
qpdfWindows, macOS, Linux (CLI)Structural viewYes, scriptableFree, open source
Windows Explorer PropertiesWindowsNoNoFree, built-in
macOS Preview InspectormacOSNoNoFree, built-in
PDF Editor AI (browser)Any (browser-based)Basic fieldsLimited, one file at a timeFree
Info Dictionary vs XMP metadata
AspectInfo DictionaryXMP
FormatSimple key-value pairsXML packet embedded in file
FieldsFixed set (Title, Author, Subject, Keywords, dates, Creator, Producer)Extensible — custom schemas, rights, history
IntroducedOriginal PDF specAdded later, Adobe standard
Cleared by basic tools?Usually yesOften missed
Required for PDF/A?RecommendedRequired and must be valid

Metadata for SEO and Document Management

Not all metadata editing is about removing privacy risk — some of it is about making PDFs more useful. If you publish PDFs online (guides, reports, whitepapers), the Title, Subject, and Keywords fields can influence how search engines and PDF readers display and index the file.

  • Title — shown in browser tabs and some search results when a PDF is opened directly; set it to something descriptive, not the original filename.
  • Subject — a short summary that some document management systems display alongside search results.
  • Keywords — a comma-separated list that some enterprise document management and search systems index for retrieval.
  • Author — useful to set intentionally (a company name, not a personal one) for published or distributed documents.

For internal document management, consistent metadata (project codes, department names, version numbers in Keywords) makes large PDF archives searchable without relying on filenames alone.

PDF/A Archival Metadata

PDF/A is an ISO-standardized subset of PDF (ISO 19005, built on ISO 32000) designed for long-term archiving. Unlike a normal PDF where you can strip metadata freely, PDF/A actually requires valid XMP metadata that matches specific conformance rules — you can't just delete it and call the file compliant.

If you're converting a file to PDF/A for archival or regulatory retention, use a tool built for PDF/A conversion rather than a generic metadata stripper, since it needs to generate a conformant XMP packet, not just remove fields. Stripping all metadata from a PDF/A file can actually break its compliance rather than improve its privacy.

Batch Scrubbing Metadata

Scrubbing one file by hand is manageable; scrubbing a folder of a hundred contracts before a legal production is not, unless you script it. Command-line tools are the practical answer here.

Batch Approaches

  • ExifTool batch mode — run `exiftool -all= *.pdf` in a folder to strip metadata from every PDF in one command, with `-overwrite_original` to skip creating backup copies if you've already saved originals elsewhere.
  • qpdf scripting — loop through files with a shell script, applying structural cleanup and re-saving each one, useful when combined with linearization or encryption changes.
  • Acrobat Action Wizard — record a metadata-clearing action once, then apply it to a batch of files through Acrobat Pro's automation feature.
  • Document management system exports — some enterprise systems offer a bulk "sanitize on export" setting that strips metadata automatically when documents leave the platform.

Whatever method you choose, verify a sample of the output files afterward. Batch jobs occasionally skip locked, encrypted, or malformed PDFs silently, leaving you with a false sense that everything was cleaned.

Why Local, Offline Scrubbing Matters

There's an obvious irony in uploading a sensitive file to a random web service just to remove its privacy-leaking metadata — you've traded one exposure for another, and now a third-party server has a copy of the document, metadata and all. For sensitive files (legal drafts, HR documents, unpublished research, personal records), the safest workflow avoids upload entirely.

PDF Editor AI runs entirely in the browser tab, with no server upload, which makes it a reasonable option for checking and editing basic metadata fields on sensitive files without sending them anywhere. It's honest about its limits, though: it doesn't offer full XMP-level forensic inspection or scripted batch processing the way ExifTool does, so for large-scale scrubbing before legal discovery, pair a local browser tool for spot checks with a command-line tool for volume work.

Pros

  • Local/offline tools (ExifTool, qpdf, browser-based editors): no upload risk, works without internet, faster for single files, keeps sensitive documents entirely on your device.
  • Cloud/online metadata services: sometimes offer a friendlier UI and can be quicker to try without installing anything for a one-off, non-sensitive file.

Cons

  • Local/offline tools: command-line tools have a learning curve, and browser-based tools may not expose every deep XMP field.
  • Cloud/online metadata services: your file (and its metadata) is transmitted to and processed on someone else's server, which is a real risk for confidential or regulated documents.

Expert Tips

  • Always check both the Info Dictionary and XMP packet — a tool that only clears one will leave data behind.
  • Set your document-authoring software's registered user name to something generic before drafting sensitive files, so metadata never captures your real name in the first place.
  • Keep an unscrubbed original in a secure location before stripping metadata from a copy, in case you need to verify authorship or dates later.
  • For legal production, scrub metadata as a distinct step from content redaction — they solve different problems.
  • Re-verify with a second tool after scrubbing; a quick ExifTool check after using a GUI tool catches anything the GUI missed.
  • When publishing PDFs publicly, deliberately set Title and Keywords rather than leaving them blank — empty metadata is a missed SEO opportunity, not a privacy win, since search engines then just use the filename.

Common Mistakes

  • Assuming Acrobat's basic Document Properties panel shows and clears everything — it usually misses XMP-level fields.
  • Blacking out visible text and assuming the file is now safe to share, while metadata still identifies the author and edit dates.
  • Stripping all metadata from a PDF/A archival file, which can break its ISO conformance instead of improving privacy.
  • Uploading confidential files to an unfamiliar online metadata-removal site instead of using a local or browser-based tool.
  • Editing metadata by hand in a hex or text editor without understanding the PDF object structure, which risks corrupting the file.
  • Running a batch scrub without verifying output files afterward, missing locked or malformed PDFs that were silently skipped.

Final Verdict

A good pdf metadata editor should let you both see and control what's inside your files — not just guess. For quick, low-risk checks and edits on individual documents, a browser-based tool like PDF Editor AI is convenient and keeps files off third-party servers. For deep forensic inspection, full XMP control, or scripted batch scrubbing across many files, command-line tools like ExifTool and qpdf remain the more capable choice, especially ahead of legal production or public release.

The core habit worth building is simple: treat metadata as part of the document, not an afterthought. Check it before you send, publish, or archive anything, and choose local or offline tools whenever the file itself is sensitive.

FAQ

What is a PDF metadata editor?

A PDF metadata editor is a tool that lets you view and change the hidden information stored inside a PDF — fields like Title, Author, Subject, Keywords, and creation/modification timestamps, plus the XMP data many PDFs also carry alongside the basic Document Information Dictionary.

Does deleting a PDF's visible text also remove its metadata?

No. Editing or blacking out visible content has no effect on the Document Information Dictionary or XMP packet, which live separately in the file's structure. You need a dedicated metadata tool to view and clear those fields.

How do I check what metadata is in my PDF?

Open Document Properties in Acrobat for a quick look at basic fields, or use ExifTool from the command line for a complete view including XMP data. Browser-based tools like PDF Editor AI can also show basic Info Dictionary fields without uploading the file.

Can I remove metadata without any special software?

Windows Explorer offers a basic 'Remove Properties and Personal Information' option, and macOS has limited controls in Preview's Inspector. Both cover only some fields, so for a thorough removal you'll still want a dedicated tool like ExifTool or a browser-based PDF editor.

What's the difference between the Document Information Dictionary and XMP metadata?

The Info Dictionary is a fixed set of simple fields from the original PDF spec (Title, Author, dates). XMP is a more flexible XML metadata packet that can hold custom schemas, editing history, and richer data. Many PDFs contain both, and clearing one doesn't clear the other.

Is it safe to strip all metadata from a PDF/A file?

No, not casually. PDF/A files require valid XMP metadata to meet ISO conformance rules for archiving. Running a generic metadata-stripping tool on a PDF/A file can invalidate its archival compliance instead of just improving privacy.

Why does my PDF show my real name as the author even though I typed something else?

Many PDF-producing applications pull the Author field automatically from your operating system's registered username rather than any name you type in the document itself. Editing the metadata field directly, or changing your software's registered user name, fixes this.

Can metadata be used against me in a legal case?

Yes. Metadata forensics is a routine part of legal discovery. Author names, timestamps, and software fingerprints in metadata can reveal authorship or contradict a claimed timeline, which is why legal teams scrub metadata separately from redacting visible content.

What is ExifTool and why is it recommended for PDFs?

ExifTool is a free, open-source command-line utility that reads and writes metadata across many file formats, including PDFs. It's widely trusted because it exposes both Info Dictionary and XMP fields in one place and supports scriptable batch operations.

What does qpdf do with PDF metadata?

qpdf is a command-line tool focused on structural PDF transformations. It can inspect and manipulate the file's underlying object structure, including metadata streams, which is useful for verifying exactly what a GUI tool changed or left behind.

Can I batch remove metadata from many PDFs at once?

Yes. ExifTool supports running a single command across an entire folder of PDFs, and Acrobat Pro's Action Wizard can record and replay a metadata-clearing action across a batch. Always spot-check the output afterward, since batch jobs can silently skip locked files.

Should I set metadata fields for PDFs I publish online?

Yes. A descriptive Title, Subject, and relevant Keywords can help search engines and PDF readers display and index the file properly. Leaving these blank often means search engines fall back to using the raw filename instead.

Does PDF Editor AI edit or remove metadata?

PDF Editor AI can view and edit basic metadata fields directly in the browser with no file upload, which is useful for quick, privacy-conscious edits. It doesn't offer deep XMP-level forensic inspection or scripted batch processing the way ExifTool does.

Is it risky to use an online metadata-removal website?

It can be, especially for sensitive files. Uploading a document to remove its metadata means a third-party server now has a copy of the file, metadata and all. Local or browser-based tools that process files on your own device avoid this exposure.

What metadata fields are most commonly overlooked?

The Producer and Creator fields (which reveal the exact software and version used) and the XMP editing-history schema are the most commonly overlooked, since most people only check the basic Author and Title fields in Document Properties.

Can GPS or location data end up in a PDF's metadata?

It's possible if the PDF contains embedded images (like photos) that carry their own EXIF GPS data, which some metadata tools also surface when scanning a PDF's internal image objects. This is worth checking for PDFs built from scanned or photographed pages.

Does changing a PDF's metadata affect its visible content?

No. Metadata fields are separate from the page content stream. Editing Title, Author, or Keywords doesn't alter what's displayed or printed on the pages themselves.

How often should organizations audit metadata in their PDFs?

Any organization that regularly shares or publishes PDFs externally should include a metadata check as a standard step before release, similar to a spell-check pass — especially for legal, HR, and client-facing documents.

What's the safest workflow for scrubbing a sensitive PDF before sending it?

Use a local or browser-based tool to check and clear both Info Dictionary and XMP metadata, verify the result with a second tool like ExifTool, and keep the original unscrubbed file stored securely in case you need it later.

Can metadata editing corrupt a PDF file?

It can, if done improperly with a raw text or hex editor without understanding PDF's object structure. Using an established tool like ExifTool, qpdf, Acrobat, or a browser-based PDF editor avoids this risk because they handle the file structure correctly.

Sources and further reading

Keep reading

Related tools