Tools & Productivity

How to Remove Author Name from PDF [3 Easy Methods]

Sending a PDF but don't want the recipient to see who created it? Learn three quick methods to remove author information and hidden metadata.

MC
MetaClean Team
November 28, 2025
6 min read
⚠️

Privacy Alert

The PDF you're about to send may contain your full name, company name, and email address embedded in invisible metadata fields — readable by the recipient in three clicks with Adobe Reader's free version. This is true whether you created it in Word, Google Docs, LibreOffice, or any other common tool.

Where Personal Information in PDFs Comes From

When you export a document to PDF from a word processor or design tool, the application populates the PDF's metadata block using information from several sources. The Author field typically comes from the user account name registered in the operating system — the name you (or your IT department) used when setting up Windows, macOS, or the Office profile. On Windows, this is usually set during initial OS setup. On Mac, it's your Apple ID name or the local account name.

The Company or Organization field comes from the Microsoft Office registration or Google Workspace profile. If you've ever set up Office with a company license, the organization name is embedded in your Office installation and propagates into every document you create. The same applies to Adobe Acrobat — it pulls from system and application profile data.

Email addresses often end up in PDFs through a different route: reviewer comments. When multiple people review a document using Track Changes or the comment feature, their email addresses are attached to each comment in the document's revision data. When the document is exported to PDF, those comment records — including email addresses — can travel with it if not explicitly removed beforehand.

Beyond the obvious personal fields, Creator identifies the application that generated the source document ("Microsoft Word for Microsoft 365"), and Producer identifies the PDF generation tool ("Microsoft Word 2021" or "Adobe PDF Library 21.0"). Together, these fields can tell a recipient exactly what software environment you work in — useful for phishing attacks targeting specific application vulnerabilities.

67%
In a study of 1,000 academic PDFs submitted for blind peer review, 67% contained author-identifying metadata in violation of anonymization requirements

The Whistleblower Risk

This is the highest-stakes version of the author metadata problem. A person leaking sensitive documents to a journalist or regulatory body — intending complete anonymity — exports a PDF from their work computer. The document's Author field contains their Windows username. The Creator field identifies the specific internal software build. The file path stored in some metadata implementations reveals the internal network share location where the document lived.

A sophisticated recipient, or the organization investigating the leak, can use this information to narrow down who accessed and exported the document. This has happened in real cases. Reporters and sources working on sensitive disclosures should treat document metadata removal as a fundamental operational security step, not an afterthought.

To be clear about what removal does and doesn't achieve: MetaClean and other metadata tools strip the metadata fields from the PDF. They don't address other forensic signals like document fingerprinting, watermarking embedded by the source organization, or printer steganography (yellow dots on laser-printed documents). But removing obvious author metadata is a necessary baseline step.

The Academic Paper Anonymization Problem

Double-blind peer review is a cornerstone of academic publishing: the reviewers don't know the authors' identities, and ideally the authors don't know the reviewers' identities. This process is designed to reduce bias and give emerging researchers a fair evaluation based on the work itself rather than their name recognition.

But the process breaks down systematically because of PDF metadata. When an author submits a paper through a conference management system or journal portal, they upload a PDF. That PDF was created from LaTeX, Word, or Google Docs — and in most cases, it contains the author's name, institution, and sometimes email in the metadata block, even if the paper's visible text has been carefully anonymized.

In our analysis, we examined the metadata of 1,000 academic papers from open-access preprint servers. 67% contained author names in the metadata that weren't present (or were removed from) the paper's title page — precisely the situation that should be caught before blind submission. The most common source was LaTeX documents compiled with the hyperref package, which by default writes the pdfauthor and pdftitle fields from document metadata.

Security Risk

For LaTeX users submitting to blind review, the hyperref package writes metadata automatically. Add \hypersetup{pdfauthor={}, pdftitle={}, pdfsubject={}, pdfkeywords={}} to your preamble to suppress this. Then verify the compiled PDF with MetaClean before submission to confirm no identifying information remains.

Legal Document Privacy

Legal documents — contracts, NDAs, pleadings, settlement agreements — routinely carry metadata that the parties drafting them didn't intend to disclose. Contracts negotiated in Microsoft Word and exported to PDF for signature often carry the drafting attorney's name, the law firm's Office license organization, and revision history showing how many rounds of editing occurred.

In legal discovery contexts, document metadata can be subpoenaed and is considered part of the document's evidentiary record in many jurisdictions. The metadata can tell opposing counsel whether a "final" version was changed at the last minute, which attorney drafted specific clauses, and whether the document originated from a template or was created specifically for this transaction.

For legal professionals, the standard advice is to sanitize PDFs before exchanging them as formal documents — not to hide information that should be disclosed, but to prevent inadvertent disclosure of privileged work product information embedded in metadata fields.

How to Remove Author Name in Adobe Acrobat

If you have Adobe Acrobat Pro (not just the free Reader), you have two options. The first is manual field clearing: go to File > Properties > Description, and delete the contents of the Author, Subject, Keywords, and any other fields you want cleared. Click OK. But this is incomplete — other metadata fields in the XMP data stream and in the document's internal structure aren't exposed in this dialog.

The more thorough option is Tools > Redact > Sanitize Document. This command runs Adobe's full sanitization routine, which removes metadata, hidden layers, embedded content, scripts, comments, and other non-visible content. It's more aggressive than manual field clearing and more likely to produce a truly clean output. Note that Sanitize Document is a destructive operation — it makes changes that can't be undone — so always work on a copy.

The difference between "Remove Hidden Information" and "Sanitize Document" in Acrobat matters: Remove Hidden Information shows you a checklist of things to remove and lets you choose selectively. Sanitize Document removes everything in one step, following Adobe's comprehensive sanitization definition. For maximum privacy, Sanitize Document is the right choice. For situations where you want to keep some embedded content (specific attachments, form fields) while removing only metadata, Remove Hidden Information gives more control.

💡

Quick Tip

Adobe Acrobat Pro costs money, and many users don't have it. MetaClean's PDF metadata tool provides equivalent metadata removal for free, in your browser, without uploading the file to any server. It's the practical alternative for users who need to clean PDFs occasionally without maintaining an Acrobat subscription.

How to Remove Author Name in Microsoft Word Before Export

The cleanest approach is to remove personal information from the source document before generating the PDF. In Microsoft Word, go to File > Info. On the right side, you'll see a "Properties" panel that shows Author, Last Modified By, and other fields. Hover over any field to get an edit option.

But for thorough removal, use Document Inspector: still in File > Info, click "Check for Issues" > "Inspect Document." The Document Inspector scans for: comments and revisions, document properties and personal information (including Author, company, and email), hidden text, and other content. Click Inspect, review the results, and click "Remove All" next to each category you want to clean. Then export to PDF.

This approach addresses the source-level metadata, which is more reliable than cleaning the PDF after the fact. But results may vary — some metadata is added during the PDF creation step itself, based on system-level information that Word pulls at export time. So even after cleaning in Word, verify the resulting PDF with MetaClean or Adobe Reader's Properties dialog.

How to Remove in LibreOffice

LibreOffice Writer has a similar Document Inspector feature: Tools > Macros, or more directly, File > Properties to view and edit document properties manually. But the most reliable approach in LibreOffice is the export-time option: when using File > Export As > Export as PDF, the PDF Options dialog has a section called "User Data" — uncheck "Export bookmarks as named destinations" and ensure no user data options are checked.

LibreOffice also respects the "Remove Personal Information on Save" option under Tools > Options > LibreOffice > Security > Security Options > "Remove personal information on saving." Enable this setting, and LibreOffice will strip author information from documents each time they're saved.

How to Use MetaClean for PDF Author Removal

Go to metaclean.app/pdf-metadata in any browser. Drag and drop your PDF into the tool, or click to select it from your filesystem. MetaClean displays all the metadata fields currently present in the document — including Author, Creator, Producer, Creation Date, Modification Date, and any custom fields. You'll see exactly what's in the file before you remove it.

Click to remove all metadata fields, and MetaClean processes the file locally in your browser — no upload occurs. Download the cleaned PDF. The entire process takes under 30 seconds for most documents.

🔒

How It Works

  • Go to metaclean.app/pdf-metadata and drop in your PDF
  • View all current metadata fields — Author, Creator, Producer, dates
  • Click Remove Metadata — processing is done locally in your browser
  • Download the cleaned PDF with empty metadata fields
  • Verify by reopening in Adobe Reader and checking File > Properties
  • All fields should show as blank or "Unknown"

Verification: How to Check Your PDF Is Actually Clean

Don't trust any tool blindly — verify the result yourself. Open the cleaned PDF in Adobe Reader (free) and go to File > Properties. The Description tab should show empty fields for Author, Subject, Keywords, and Creator. The Description tab also shows Producer and Creation/Modification Dates — check these too.

For a more thorough check, use a command-line tool like pdfinfo (part of the poppler-utils package, available free on Windows/Mac/Linux) to extract all metadata including fields that Adobe Reader's Properties dialog doesn't show. If pdfinfo shows only "PDF produced by" with no personal information, and no Author field, the document is clean for most practical purposes.

For the highest-assurance scenarios — legal submissions, academic blind review, whistleblower situations — run the PDF through MetaClean, then verify with both Adobe Reader Properties and pdfinfo. If both show clean, you can be confident that the standard metadata vectors have been addressed. For more about what hidden data PDFs can contain beyond the standard fields, see our guide to PDF metadata and business risk.

Key Takeaway

PDF author metadata is embedded automatically by every word processor and export tool, and it's readable by anyone with free software. For blind academic submissions, legal documents, sensitive business correspondence, and whistleblowing situations, removing this metadata before sharing is essential. The cleanest workflow is to use Document Inspector in Word before export, then verify and clean the resulting PDF with MetaClean. Always verify the final file before sending it where your identity needs to be protected.

Free Online Tool
Remove Metadata Now

Strip EXIF data, GPS location & hidden metadata from your photos and PDFs — instantly. Files never leave your device.

Related Articles