How to Set the Document Title in a PDF
Standards this affects
- PDF/UA — ISO 14289-1, clause 7.1 (metadata) + 7.2
- WCAG 2.1 — 2.4.2 Page Titled (Level A)
- Section 508 — 504.2 / WCAG 2.0 AA by reference
What this means
Every PDF carries a Title field in its document properties. For accessibility, the title must be a human-readable description of the document, and the file must be set to show that title (not the filename) in the application title bar.
Why it matters
Screen reader users with several documents open rely on the title to tell them apart. A title like "2025 Annual Report" is useful; a filename like "doc_final_v3.pdf" is not. It's a small fix that satisfies WCAG 2.4.2 and is required by PDF/UA.
How the checker flags it
- The checker reports a missing or empty document title.
- The browser tab or Acrobat title bar shows the filename instead of a title.
- Acrobat's checker flags "Title" under Document properties.
How to fix it
- 1
Open Document Properties
In Acrobat Pro, choose File → Properties → Description tab.
- 2
Enter a meaningful title
In the Title field, type a clear, descriptive name for the document — what you would call it when speaking to someone, not the filename.
- 3
Set the title to display
Go to the Initial View tab, and under "Window Options" set "Show:" to "Document Title". This is the step most people miss — it tells viewers to show the title instead of the filename.
- 4
Fix it at the source for next time
In Word, set the title under File → Info → Properties (or in the document's advanced properties) before exporting to PDF, so the title carries through automatically.
Check your PDF for this issue
Upload your PDF to see whether it has this problem — and every other PDF/UA and WCAG 2.1 AA issue. Free, instant, no signup required.
Frequently asked questions
- Why does the checker still flag the title after I set it?
- Most likely you set the Title field but didn't change Initial View → Show to "Document Title". Both are required: a real title value AND the display flag.