Title entry in the document information dictionary of a PDF documentTagged PDF documents
The intent of this technique is to show how a descriptive title for
a PDF document can be specified for assistive technology by using the
/Title entry in the document information dictionary and by setting
the DisplayDocTitle flag to True in a viewer preferences dictionary.
This is typically accomplished by using a tool for authoring PDF.
Document titles identify the current location without requiring users to read or interpret page content. User agents make the title of the page easily available to the user for identifying the page. For instance, a user agent may display the page title in the window title bar or as the name of the tab containing the page.
This example is shown with Adobe Acrobat Pro. There are other software tools that perform similar functions.
Open the PDF document in Adobe Acrobat Pro:
Note that, with Adobe Acrobat installed, you can also enter and read the data properties information from the desktop. Access the file's context menu, choose Properties, and select the PDF tab. Any information you type or edit in this dialog box also appears in the Document Properties Description when you open the file.
To display the document title in the title bar of a user agent:
The title is now displayed in the title bar.
/Title entry in the document information dictionary of a PDF documentThe following code fragment illustrates code that is typical for providing a /Title entry in a document information dictionary that contains a document title.
1 0 obj
<< /Title (Applying Guerrilla Tactics to Usability Testing by People with Disabilities)
/Author (Mary Smith)
/CreationDate (D:19970915110347-08'00')
>>
endobj
Verify that the title for the document is correctly specified and displayed in the user agent title bar by applying one of the following:
/Title entry value in the document catalog to open the PDF document and view the /Title entry and /DisplayDocTitle flag settings.