Home Blog Remove Author from PDF

How to Remove Author Name from a PDF

Every PDF you export silently embeds your name. Here is how to remove it — permanently, from both places it hides — before the document leaves your hands.

📅 July 2026 ⏱ 9 min read ✎ FileIntel
Quick answer

To remove the author name from a PDF: drop the file into FileIntel's PDF Metadata Remover — it clears the Author field from both the Info dictionary and the XMP stream in under 5 seconds, free, nothing uploaded. Command line: exiftool -Author= document.pdf removes just the Author field. exiftool -all= document.pdf strips everything.

A compliance officer at a UK insurance firm discovered this the hard way. She had been sending policy documents to brokers for two years. One broker, reviewing a file more carefully than usual, noticed the Author field said "Sarah Chen — Underwriting." It also said her manager was "Mark Fellowes — Head of Risk." Neither name was relevant to the broker. Both were personal data under GDPR. Neither had been intentionally shared.

Sarah hadn't typed her name into the PDF. She hadn't chosen to include it. Her computer had done it automatically, silently, every time she exported a document from Word. And for two years, nobody had thought to check.

This is what the Author field does. It travels inside every document you send, readable by any recipient in three clicks, without ever appearing on the visible page. Here is exactly how to remove it.

Where your name actually comes from

This matters, because if you don't know the source, you can clear the field in one place and find it comes back the next time you export.

The Author field in a PDF is not something you type. It's pulled automatically from your user account or Office profile by the application that creates the document. Different applications pull from different sources:

Where the Author field comes from — by application
Microsoft Word
→ pulls from →
File → Options → General → User nameJane Smith
Google Docs
→ pulls from →
Your Google account display nameJane Smith
LibreOffice
→ pulls from →
Tools → Options → LibreOffice → User DataJane Smith
Adobe Acrobat
→ pulls from →
Acrobat Preferences → Identity → NameJane Smith
macOS Apps
→ pulls from →
System Preferences → Apple ID → Full nameJane Smith

The source matters for two reasons. First, if you change the Author field in an already-created PDF, future exports will still use the original source name until you change it there. Second, and more importantly: the Author field gets written into two separate places inside every PDF. This is the detail most people miss, and it's why "clearing" the Author in Acrobat's Properties dialog often doesn't fully remove it.

The two places your name hides in a PDF

Modern PDFs store metadata in two independent stores. Clear only one and your name is still there — just in the other location.

Location 1: The Info dictionary. A key-value block near the start of the PDF. This is what Acrobat Reader displays when you go to File → Properties → Description. The Author field here is straightforward: Author: Jane Smith.

Location 2: The XMP stream. An XML document embedded elsewhere in the PDF body. Introduced by Adobe in 2001, now part of the ISO 32000 standard. The same name appears here as <dc:creator>Jane Smith</dc:creator> inside an XML block. ExifTool reads this. Acrobat's Properties panel doesn't show it directly.

The consequence: if a tool clears the Info dictionary but leaves the XMP stream, running exiftool document.pdf after the "clean" will still show your name. This is the single most common failure mode in metadata removal — and it's why the method you use matters.

Author field — before and after removal ● Exposed
Info dict Jane Smith Acrobat Properties
XMP stream Jane Smith ExifTool dc:creator
Manager Mark Fellowes Info dict
Company Clarke Insurance Ltd Info dict

See what just happened above. The Info dictionary and the XMP stream both held the name. Both needed to be cleared. A tool that only touches the Info dictionary would leave the XMP entry intact.

Remove your name from a PDF now

Both the Info dictionary and XMP stream. Free, browser-only, nothing uploaded.

Open PDF Metadata Remover →

Method 1 — Browser tool (fastest, any device)

No installation. Works on Windows, Mac, Linux, even a Chromebook. The file never leaves your device.

1

Go to fileintel.me/pdf-metadata-remover

Open in any browser. No account, no sign-up, no file size limits.

2

Drop your PDF in

Drag and drop or click to browse. The file is read by your browser locally using the File API. Open DevTools → Network tab while the tool runs — you'll see zero outbound requests carrying your file.

3

See your Privacy Risk Score

The Author field scores 25 out of 999 on its own. If Manager, Company, and Keywords are also present, typical Word exports score 400–700. You see your exact name as it appears in the metadata before stripping.

4

Click Strip Metadata

The tool applies three passes: setter methods on the Info dictionary, direct deletion from the trailer dictionary, and full XMP stream removal. Both locations where your name lives are cleared.

5

Verify before sending

Open the downloaded file in Acrobat Reader → File → Properties → Description. Author should be blank. For complete verification, run exiftool document.pdf — the dc:creator XMP field should also be empty.

Method 2 — ExifTool command line (free, precise)

ExifTool is the gold standard for metadata manipulation. You can remove just the Author field, or strip everything. Both are free.

# Remove only the Author field (keeps all other metadata)
$ exiftool -Author= document.pdf

# Remove Author and overwrite original (no backup file)
$ exiftool -Author= -overwrite_original document.pdf

# Remove Author from all PDFs in current folder
$ exiftool -Author= -overwrite_original *.pdf

# Remove Author AND change it (set to blank string)
$ exiftool -Author="" document.pdf

# Verify result — Author lines should return empty
$ exiftool -Author -XMP:Creator document.pdf
# If both return empty, both stores are cleared

The critical command is -XMP:Creator in the verification step. The Info dictionary Author field and the XMP dc:creator field are linked but separate. ExifTool's -Author= flag updates both simultaneously — which is one reason ExifTool is more reliable than Acrobat's built-in editor for this specific task.

Method 3 — Adobe Acrobat Pro

If you have Acrobat Pro, you can edit the Author field directly or use Sanitize Document for a complete wipe. The distinction matters.

📄
Edit Author field directly
Acrobat Pro · Changes Info dict only · Quick
Easy
  1. Open the PDF in Acrobat Pro
  2. Go to File → Properties (Ctrl/Cmd + D)
  3. Click the Description tab
  4. Clear the Author field — select all text and delete
  5. Click OK and save

⚠ This only clears the Info dictionary. The XMP stream may still contain your name. Verify with ExifTool after.

🔒
Sanitize Document
Acrobat Pro · More complete · Rewrites file
Thorough
  1. Open the PDF in Acrobat Pro
  2. Go to Tools → Redact
  3. Click "Sanitize Document"
  4. Confirm and save the sanitized file
  5. Verify with ExifTool: exiftool -Author document.pdf

Sanitize performs a complete PDF rewrite and is more reliable at XMP removal than the Properties editor. Still worth verifying after on critical documents.

Method 4 — Fix the source in Word (prevents future exposure)

If you export a lot of documents from Word, fixing the source name means you never have to strip it from individual files. This changes what gets written into future PDFs — it doesn't fix existing files.

# In Microsoft Word:
# File → Options → General → Personalize your copy of Microsoft Office
# Change "User name" to your preferred value or leave blank

# To clear Author from a specific document's properties:
# File → Info → Properties (right panel) → click "Remove Personal Information"
# OR: File → Info → Check for Issues → Inspect Document
# Then check "Document Properties and Personal Information" → Remove All
⚠ Word's "Remove Personal Information" trap

Word has a "Remove Personal Information from file properties on save" option (File → Options → Trust Center → Privacy Options). Enabling it removes the Author from the Word document properties — but when you export to PDF, the PDF generator may still pull your name from your Office user settings and embed it in the output PDF. Always verify the exported PDF separately, not just the source Word file.

Which method removes what

Method Clears Info dict Author Clears XMP Author Prevents future exposure Cost
FileIntel PDF Metadata Remover ✔ Yes ✔ Yes ✖ No Free
ExifTool -Author= ✔ Yes ✔ Yes ✖ No Free
Acrobat Pro Properties editor ✔ Yes ~ Sometimes ✖ No Paid
Acrobat Pro Sanitize Document ✔ Yes ✔ Mostly ✖ No Paid
Change Word user settings ✖ Doesn't fix existing ✖ Doesn't fix existing ✔ Future files only Free
Re-save / re-export ✖ No ✖ No ✖ No Free but ineffective

Changing vs removing — when each makes sense

Sometimes you don't want to remove the Author field entirely — you want to change it. A law firm that co-authors a document might want the firm name in the Author field rather than an individual's name. A consultant working under a company brand might want the company name rather than their personal name.

Both ExifTool and Acrobat support changing (not just clearing) the Author field:

# Set Author to a company name instead of personal name
$ exiftool -Author="FileIntel Ltd" document.pdf

# Verify both Info dict and XMP were updated
$ exiftool -Author -XMP:Creator document.pdf
Author : FileIntel Ltd
Creator : FileIntel Ltd

The privacy consideration here: a company name in the Author field is usually not personal data under GDPR (because it doesn't identify a natural person). A full personal name is. Replacing your name with your organisation's name eliminates the personal data exposure while preserving document attribution if needed.

Why the Author field is a GDPR issue

For UK and EU organisations, this isn't just professional hygiene. The Author field carries your employee's full name. That's personal data under GDPR Article 4(1).

When that document is sent to an external party — a client, a counterpart, a regulator — the Author name travels with it. The recipient now holds your employee's personal data. That transfer requires a lawful basis. In most professional document exchanges, there is no lawful basis for sharing an employee's name embedded in a PDF field, because it serves no function in the transaction.

The ICO's guidance on data minimisation under UK GDPR is explicit: personal data shared externally must be limited to what is necessary for the purpose. An Author field containing a name that serves no purpose for the recipient fails that test. See our full analysis in GDPR and PDF metadata and the UK GDPR vs EU GDPR comparison for post-Brexit context.

Verification checklist

Author Field Removal Verification 0 / 5 complete
Open in Acrobat Reader → File → Properties → Description
Author field should be blank. This confirms the Info dictionary was cleared.
Run: exiftool -Author -XMP:Creator document.pdf
Both lines should return empty. This confirms the XMP stream Author was also cleared — not just the Info dict.
Check Manager and Company fields too
If you had an Author, you likely have Manager and Company data too. Run exiftool -Manager -Company document.pdf to confirm these are also cleared.
Do not reopen in authoring software after stripping
Re-opening in Word, LibreOffice, or Acrobat and re-saving will write fresh Author metadata from your current user settings.
Send the stripped file, not the original export
Keep both files clearly named. FileIntel adds "-clean" to the output filename. Confirm you're attaching the right one before sending.
✓ Best practice

Make metadata stripping a step in your document workflow, not something you remember occasionally. Any PDF going to an external recipient should pass through a metadata check. The complete PDF metadata removal guide covers all fields beyond just Author — including Keywords, ModDate, and the XMP stream fields that most guides ignore.

Remove your name from a PDF right now

Both the Info dictionary and XMP stream. Free, browser-only, 5 seconds.

Open PDF Metadata Remover →

Frequently asked

The fastest method is FileIntel's PDF Metadata Remover at fileintel.me/pdf-metadata-remover — drop your PDF in, click Strip Metadata, download the clean file. It removes the Author field from both the Info dictionary and the XMP stream in under 5 seconds. Command line alternative: exiftool -Author= document.pdf
It comes from your operating system or Office account, written automatically when you create or export a document. In Word it comes from File → Options → General → User name. In Google Docs it's your Google account display name. In LibreOffice it's Tools → Options → User Data. You never explicitly typed it into the PDF — the software did it silently.
Yes. With ExifTool: exiftool -Author="New Name" document.pdf. In Acrobat Pro: File → Properties → Description → Author field. However, changing it in Acrobat only updates the Info dictionary — the XMP stream may still contain the original name. ExifTool updates both stores simultaneously, making it the more reliable method for changing rather than just clearing.
No. The Author field is hidden metadata that never appears on the visible pages of the document. Removing it has zero effect on layout, content, fonts, images, or any visible element. The document looks identical before and after. File size may decrease very slightly.
Yes. Modern PDFs store Author in two places: the Info dictionary (visible in Acrobat Properties) and the XMP stream (an XML block inside the PDF, readable via ExifTool as dc:creator). Many tools only clear the Info dictionary. If the Author still appears when you run ExifTool after "cleaning," the XMP stream wasn't cleared. Both stores must be removed for complete sanitisation.
Word stores your name in two places: the specific document's properties and your global Word user settings. If you only cleared it from one document's properties, every new document still uses your name from the global settings. Fix it permanently: File → Options → General → change the "User name" field. This affects all future exports, but you still need to strip Author from any existing files you want to send.
Yes. You are modifying hidden properties of your own document. Under GDPR's data minimisation principle, removing unnecessary personal data before sharing is not only legal but recommended. The exception is deliberately altering metadata on a document you intend to submit as legal evidence, which may constitute tampering depending on jurisdiction. For normal professional sharing, it's entirely appropriate.