An accountant searches the shared folder for "march reconciliation," hits enter, and gets nothing back. The file is sitting right there. It is named `doc_20250312_final(2).pdf`, and inside, in the properties, the title is blank or auto-filled with something like "Microsoft Word - Document1." The document system indexes those internal fields, not the words you read on the page. When the fields are empty, the file goes invisible. You can open it, but finding it is almost hopeless.
PDF metadata is the set of hidden fields inside the file: title, author, subject, keywords, and dates. Whatever program made the PDF fills them in, usually badly. Word writes the template name. A scanner leaves the device model. A converter drops in its own brand. Those values travel with the file through email, shared drives, and document systems, and search and sorting both run on them. Fixing them takes about five minutes and solves the "the file exists but nobody can find it" problem.
How to set PDF metadata, step by step
1. Open Set PDF metadata and upload your PDF. The tool shows the current field values right away, so you can see what is actually stored in the file. 2. In the Title field, write a real name for the document, the way people will search for it: "Supply Contract No. 112 dated 14.03.2025," not the file name. This field carries the most weight, since most searches run against it. 3. In Author, put the person or department responsible ("Legal Department," not "user" or "Administrator"). That lets people filter documents by who owns them. 4. In Keywords, add three to five terms separated by commas: synonyms and word forms that did not fit in the title, like "lease, commercial space, warehouse, 2025." Do not stuff the field with twenty words. 5. Fill in Subject with one phrase about what the document is, then check the date. A converter will sometimes set the file creation date instead of the document date. 6. Click Apply, download the result, and open the properties in Adobe Acrobat or your file manager. Confirm the new values stuck and the text reads correctly.
What can go wrong
- The text turned into garbled characters. The field was saved in an old single-byte encoding instead of Unicode. Our tool saves in UTF-16, so set non-Latin text here rather than in programs that cannot encode it properly.
- The title reset after an edit. Open the file in another editor and save again, and it can drop in its own metadata. Set the fields as the final step, once the content is locked.
- Search still misses a scanned document. Indexing the page text needs a text layer, which a scan does not have. Keywords in the metadata help find the file, but searching for a phrase inside the image will not work without text recognition.
- An old author or project name is still in the file. That hurts search, and it also leaks information to whoever receives the document. If the file goes outside, clear or rewrite those fields.
- XMP and basic metadata do not match. Modern PDFs carry two sets of fields, the old Info dictionary and the newer XMP, and some programs read different ones. The tool syncs both, so Acrobat and the browser show the same title.
What to check
- The title contains the word people will actually search for.
- The author is a clear department or person, not "Administrator" or "WPS Office."
- The keywords add synonyms and forms instead of repeating the title.
- Non-Latin text in the file properties displays cleanly after download.
- No internal project names or personal names are left in fields that should not go outside.
Related tools
If you need to strip extra data out of the fields or the text before publishing, Redact PDF handles it. When metadata is only part of the job and you also need to change the page content, use Edit PDF. And to check two versions and confirm the content did not shift while you worked on the metadata, open Compare PDF.