Forum How do I...?

Metadata for a pdf

hooligan495
I'd like to set the initial view of my pdf I'm generating via princexml. The documentation only points to a handful of meta tags. but doesn't talk about initial view.

thanks!
mikeday
You can use the prince-pdf-page-mode CSS property to do this:
@prince-pdf {
    prince-pdf-page-mode: fullscreen
}

Other values include "show-bookmarks" and "show-attachments".