PDA

View Full Version : Acrobat fullscreen mode



Carixpig
January 20th, 2004, 04:21 AM
Hi,

You can use fullscreen mode when viewing pdfs by selecting it from the View menu, but does anyone know how to make it automatically go fullscreen when you open the document? I would like it to work the same way as the Flash command:

fscommand("fullscreen", true);


Thanks

ratbaggy
January 20th, 2004, 04:41 AM
You require Acrobat (obviously), but it's simply a matter of checking open fullscreen, though I would be careful with this function as the few times I have used it there have been issues with end-users not being able to display PDFs with this feature enabled

Carixpig
January 21st, 2004, 04:49 AM
Thanks ratbaggy, better to know that there might be end user problems than to know how to do it, methinks...