PDF Metadata Editor

View and edit PDF properties like Title, Author, Subject, and Keywords.

About PDF Metadata Editor

Drop in a PDF and its six standard properties appear in editable boxes, filled with whatever the file currently holds. Change what you like, save, and the document comes back as edited-yourfile.pdf with the new values written into its information dictionary. The pages themselves are not touched, and nothing is uploaded.

The fields, and what each is actually for

  • Title — the document name a reader shows in its title bar, and often the heading a search engine uses in a results page. The single most worthwhile field to set.
  • Author — a person or an organisation. Frequently left holding a login name nobody meant to publish.
  • Subject — a one-line description; useful in document management systems that surface it in list views.
  • Keywords — search terms, stored here as a single line so your own separators survive.
  • Creator — the application the content was authored in.
  • Producer — the software that wrote the PDF, which is usually a different program from the Creator and is the field that quietly tells the world what your organisation runs.

Two places metadata hides

The information dictionary is the classic mechanism and the one this tool reads and writes. Alongside it, many documents carry an XMP packet — an XML block attached to the document catalogue that mirrors the same values and adds more. Readers disagree about which to trust, and Acrobat in particular leans on XMP. Editing here changes the dictionary only, so on a file that has both you may see your new title in one viewer and the old one in another. When old values must genuinely disappear, run Remove PDF Metadata first — it deletes the XMP streams from the catalogue and every page — and then come back here to set the values you want.

Reading the file honestly

Many PDF libraries stamp their own Producer and a fresh modification date on any document they open, which means a naive editor shows you its own fingerprints rather than the file's. This one deliberately opens without that behaviour, so the Producer you see is the one the document really carries and the dates pass through unchanged. If you are inspecting a file to find out where it came from, that distinction is the whole point.

Where it fits with the other tools

Set metadata last. Compress PDF clears all six fields as part of its optimisation, and Merge PDF and Organize PDF build new documents with empty dictionaries, so anything you set before those steps is lost. Encrypted files cannot be opened at all until they go through Unlock PDF. And bear in mind that rewriting the file invalidates a digital signature, so sign after the metadata is final. For the images inside your document rather than the document itself, Image Metadata Editor handles EXIF.

Six fields, read and written

Title, Author, Subject, Keywords, Producer and Creator are loaded from the document information dictionary into editable boxes, and written back exactly as you leave them.

Shows what is really in there

The file is opened without the usual courtesy rewrite, so the Producer and modification date you see are the ones the original actually carries rather than values stamped on at load time.

Dates and page content left alone

Creation and modification dates pass through untouched, and no page is re-encoded. Editing properties changes the label on the file, not the document inside it.

Frequently Asked Questions

What are these six fields for?

Title is the human-readable name a reader shows in its window bar and in search results. Author is the person or organisation responsible. Subject is a one-line description. Keywords are search terms. Creator names the application the content was authored in, and Producer names the software that wrote the PDF itself — the two are frequently different, as in a document created in a word processor and produced by a print driver.

Does it update XMP metadata as well?

No, and this matters. Modern PDFs often carry a second copy of their metadata as an XMP packet, a block of XML attached to the document catalogue, and some readers prefer it over the information dictionary. Only the dictionary is edited here, so a file with an XMP packet may keep showing its old title in Acrobat. If the old values must be gone, strip both with Remove PDF Metadata, which deletes the XMP streams outright, and then set the fields you want here.

How do I clear a field?

Empty the box and save. Strictly speaking the entry is written as an empty value rather than removed, which is enough for readers to display nothing and enough for most inspection tools. If you need the keys genuinely absent along with the dates and the XMP packet, use Remove PDF Metadata — that tool is built for erasure, this one for control.

How should I fill in Keywords?

As one line, with your own separator — commas or semicolons both work. The whole string is stored as a single keyword entry, so what you type is what a reader displays. Avoid stuffing dozens of terms in: document management systems index them literally, and a long unfocused list is worse than five accurate words.

Does editing metadata affect search visibility?

It can, modestly. Search engines index PDFs and commonly use the Title field for the result heading, so a document titled Microsoft Word - final_v3_REALLY final.docx looks exactly as careless in a results page as it sounds. Setting a clear Title and Subject is worth the thirty seconds for anything you publish. Keywords carry very little weight with general search engines but are used by many internal document systems.

Are the creation and modification dates changed?

No. There is no field for them and nothing rewrites them, so both pass through as they were. That is deliberate — silently restamping the modification date would make the tool a poor choice for anyone who needs the history of a document to stay intact.

Does any of this alter the pages?

Not at all. Text, images, fonts, annotations and form fields are untouched, and nothing is re-encoded. The file is rewritten, so the byte layout changes and any digital signature is invalidated, but visually and structurally the document is what it was. The result downloads as edited-yourfile.pdf.

It would not open my file.

Encrypted PDFs cannot be parsed — run Unlock PDF first, edit the properties, then re-protect with Protect PDF if needed. Note also that Compress PDF deliberately clears all six of these fields, so if you compress a document, set its metadata afterwards rather than before.