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:
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.
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.
Method 1 — Browser tool (fastest, any device)
No installation. Works on Windows, Mac, Linux, even a Chromebook. The file never leaves your device.
Go to fileintel.me/pdf-metadata-remover
Open in any browser. No account, no sign-up, no file size limits.
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.
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.
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.
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.
$ 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.
- Open the PDF in Acrobat Pro
- Go to File → Properties (Ctrl/Cmd + D)
- Click the Description tab
- Clear the Author field — select all text and delete
- Click OK and save
⚠ This only clears the Info dictionary. The XMP stream may still contain your name. Verify with ExifTool after.
- Open the PDF in Acrobat Pro
- Go to Tools → Redact
- Click "Sanitize Document"
- Confirm and save the sanitized file
- 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.
# 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 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:
$ 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
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.
Frequently asked
exiftool -Author= document.pdfexiftool -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.This article is for general informational purposes. It does not constitute legal advice. For GDPR compliance questions or advice on document handling in legal proceedings, consult a qualified professional.