[pdftex] Toolbars In Acrobat Reader 5.0.5
Michael Chapman
mchapman at mchapman.com
Thu Apr 11 05:46:25 CEST 2002
On Wednesday 10 April 2002 21:44, Arpad Krakovszki wrote:
> I would like to make some Toolbars invisible in Acrobat Reader 5.0.5.
> Is there a Acrobat-specific funktion to do this?
Try the following (for Latex):
\documentclass{article} \usepackage{hyperref}
\hypersetup{pdfpagemode=None, pdfmenubar=false, pdftoolbar=false,
pdfwindowui=false}
\begin{document} Hello \end{document}
commenting out or deleting the pairs you do not want.
swapping the first pair with
pdfpagemode=FullScreen
gets rid of everything ... !
Regards, Michael
More information about the pdftex
mailing list