Is it possible to disable click to advance in Full screen mode? I'm reasonably confident with Acrobat but feel this might only be possible via Javascript. We are producing more and more full screen interactve PDFs where we don't want users to inadvertantly click on the screen and lose their way in the document. Your help would be greatly appreciated. Thank you.
If you want to disable mouse clicks to advance pages regardless of a given user's settings, you need to add a JavaScript to your file. Here's how to do it:
Select Advanced > Document Processing > Document JavaScripts.Add a name in the JavaScript Functions dialog and click Add.
Delete the default text and enter the following code:
app.fs.clickAdvances = false;
Best of luck,
ted
The author of numerous books on Acrobat, Photoshop, Illustrator and the Adobe Creative Suite, and an international speaker on Adobe Acrobat, Ted Padova is a well-known PDF guru.