[Tex/LaTex] Fullscreen PDF, Adobe Acrobat and other PDF viewers

hyperrefpdfviewers

I want that my pdf opens in fullscreen mode by default and I use the following command :

\hypersetup{pdfpagemode=FullScreen}

This works fine when I open the pdf with Adobe Acrobat but does not work with Apple's Preview (the default pdf viewer on Mac OS) or with Skim (the free software alternative for Mac OS). Does anyone has a solution which would work with all kind of software ?

Best Answer

It is not possible to achieve this by the use of

\hypersetup{pdfpagemode=FullScreen}

Section 3.7 of Hyperref documentation states that

pdfpagemode Determines how the file is opening in Acrobat;

If there is a solution to your problem, it does not lie in pdfpagemode.

Related Question