[pdftex] Title in browser

RS w.m.l at gmx.net
Fri Dec 9 17:34:12 CET 2005


On 09.12.2005 16:51, Aleks Kleyn wrote:
> When pdf file is ready I can browse it using Adobe or other browser. The
> title of browser on the screen is name of the file. Is it possible to change
> this value making it more informative.

PDF1.4 has an option to show the document's title instead of its name.

If you are using hyperref, you get it with:

\usepackage[pdftitle={This is the title}]
             pdfdisplaydoctitle=true,
            {hyperref}

Without hyperref:

\pdfinfo{/Title(This is the title)}
\pdfcatalog{/ViewerPreferences<</DisplayDocTitle true>>}


Regards,
Robert.



More information about the pdftex mailing list