Forum How do I...?

Set the Window Options to show Document Title instead of File Name

schmalls
In the Document Properties under Initial View, the Window Options has a Show option to select whether the title bar displays the File Name or the Document Title. Is there a way to set this to Document Title through CSS properties, open actions, or scripting?
mikeday
We will need to add a CSS property for this, although there may also be a way to do it from Acrobat script.
adampal
Hi Mike,
Any updates on this one?
I need this feature to get PDFs to pass the Adobe accessibility check.
Thanks
mikeday
Sorry, looks like we implemented it but I didn't notice!
@prince-pdf {
    prince-pdf-display-doc-title: true
}