How to Edit and Clean PDF Metadata
7 min read
When you send a PDF to someone, you're not just sending the pages you see. Inside the file there's a layer of information that never appears on the pages: who created it, which program produced it, when it was changed, what keywords it was tagged with. Sometimes that information is useful, sometimes entirely unnecessary, and sometimes the kind you don't want to share.
What's stored in a PDF
Metadata is information about the document — not the document's content. A typical PDF contains:
| Field | Typical content | Where it comes from | |---|---|---| | Title | The document's name | Usually empty or the file name | | Author | A person's or organization's name | Word/OS username | | Subject | A short description | Usually empty | | Keywords | Tags | Usually empty | | Producer | The library that produced the PDF | Automatic | | Creator | The source application | Automatic ("Microsoft Word") | | Creation date | Time of first production | Automatic | | Modification date | Time of last save | Automatic |
Most of these are filled in automatically and you don't notice. The author field causes trouble most often: when creating a document, Word writes your operating system username there. That can be your full name, your corporate username, or the name of whoever set up your computer.
What metadata gives away
With concrete examples:
An author name on an anonymously submitted document. If you're sending a whistleblower report, an evaluation or anonymous feedback, the author field can reveal your identity directly.
Template reuse. If you copied a quote from one you prepared for another client, the previous client's name may still be in the title field.
A timeline. Creation and modification dates show when the document was prepared. Saying "we've been working on this report for three weeks" gets awkward when the creation date is yesterday.
The software used. The producer field shows which program and version you used. From a security standpoint that information can be used in targeted attacks.
Corporate traces. Some corporate PDF producers add custom fields: department code, document classification, internal reference number.
Step 1: See the existing metadata
Before changing anything you need to know what's there.
In a PDF viewer: in most viewers you can see the basic fields under File > Properties (or Document Properties).
On Windows: right-click the file and look at Properties > Details. But the fields shown there are limited.
In the tool itself: when you open the metadata editing tool and upload your file, the existing values appear. That gives the most comprehensive view.
While looking, ask three questions: Is there personal information in these fields? Is there wrong or outdated information? Is something filled in that should be empty?
Step 2: Decide what to do — edit or delete?
There are two different needs and they shouldn't be confused.
Editing means filling the fields with correct information. That makes sense for a document you'll publish on the web:
- The title appears in the browser tab and in some search results. Putting a real title instead of a file name looks professional.
- The author can be set to the organization's name — something like "City of Example" instead of a person's name.
- The subject is useful as a short description.
Deleting is for privacy. If you're sending the document outside and you don't want any traces left, you empty every field.
Don't mix the two: for a document published on the web, filling in metadata is right; for a sensitive document sent outside, deleting it is.
Step 3: Apply the change
Open the tool, upload your file, and edit or clear the fields. The processing happens in your browser — since metadata cleaning is usually done for privacy reasons, the file not going to a server is exactly the point.
One technical thing to watch: PDFs can store metadata in two different places.
The Document Info dictionary is the format's older, simpler structure. It contains a few keys like title, author and subject.
XMP (Extensible Metadata Platform) is a much richer XML-based standard that sits in the file as an embedded text block. It can carry the same information plus much more.
Many PDFs contain both and the values can conflict: an author name deleted from Document Info may still be sitting in the XMP block. A reliable cleanup has to handle both. After cleaning, opening the file in a text editor (without saving) and searching for strings like <xmp or dc:creator is a crude but effective way to verify the job was actually done.
Step 4: Verify the result
Open the downloaded file and look at Document Properties. Are the fields as you expected?
Also check these:
Dates. Metadata cleaning usually sets the modification date to the current time — because the file was just rewritten. If you want to clear the creation date too, remember it's a separate field.
The producer field. After cleaning, this field may name the tool you used. If you want full anonymity, empty that too.
Custom fields. Corporate PDFs can contain non-standard custom keys. If your tool shows them, check them.
The limits of metadata cleaning
This is the most important section and it corrects a common misunderstanding.
Cleaning metadata does not delete information on the page. If your name appears on page 3 of the document, no amount of metadata cleaning removes it.
Cleaning metadata does not remove hidden page content. If you covered information with a black box, the text beneath stays in the file. That's the redaction tool's job.
Cleaning metadata does not remove embedded files. Some PDFs carry attachments (Excel sheets, source files) embedded inside them.
Cleaning metadata may not remove version history. In a PDF with an incremental update history, earlier versions can remain in the file. Running the file through an operation that fully rewrites it (like compression) usually clears that.
If you're sending a genuinely sensitive document out, your checklist should look like this:
- Is there information on the pages to hide? → Redaction
- Are there traces in the metadata? → Metadata cleaning
- Are there embedded files? → Check
- Is there version history? → Compression or regeneration
- Is there data left in form fields? → Flattening
For PDFs published on the web
This is the case where you want to fill metadata in rather than delete it:
Always fill in the title field. If it's left empty, the file name shows in the browser tab (something like "report_final_v3.pdf"). Putting a real title looks professional and shows better in search results.
Make the author your organization's name. Putting your organization's name instead of your personal name gives you both privacy and consistency.
Use the subject field as a short description.
Don't invest much in keywords. This field has had essentially no effect on search engines for a long time. What makes a document findable is its text content, its file name, and the links pointing to it.
In summary
PDF metadata is a layer of information that doesn't appear on the page but travels with the file, and the author field often carries personal information without you realizing. For documents you publish on the web, filling these fields in (especially the title) adds professionalism; for sensitive documents you send outside, they need clearing. When cleaning, verify that both the older Document Info dictionary and the XMP block have been handled. And most importantly: cleaning metadata doesn't remove information from the page content — hidden data needs redaction, form data needs flattening, and version history needs a rewrite.
Frequently Asked Questions
What information is stored in a PDF — what am I sharing without realizing it?
Typically the title, author name, subject, keywords, the program that produced the file, and the creation and modification dates. The author field is usually filled in automatically from your Word or operating system username; that can be your personal name or your corporate username. The producer field gives away which software and version you used.
Does cleaning metadata also delete information in the document content?
No. Metadata is information about the document — it isn't part of the page content. Names, dates and hidden data visible on the page aren't removed by cleaning metadata. Extracting information from page content requires a redaction tool; the two are completely different jobs and you usually need both.
What's the difference between Document Info and XMP?
The Document Info dictionary is PDF's older, simpler metadata structure; it contains a few keys like title and author. XMP is an XML-based, far richer and extensible standard that sits in the file as an embedded text block. Many PDFs carry both and the values can conflict. When cleaning, you need to make sure both are handled.
Does editing metadata help SEO?
For PDFs published on the web, the title field can affect the title shown in search results and is displayed in the browser tab. To that extent it helps. The keywords field, meanwhile, has had essentially no effect on search engines for a long time. What really matters is the document's text content, its file name, and the links pointing to it.
Try this out right away with Metadata Düzenle/Temizle.
Try Metadata Düzenle/Temizle