In Acrobat, is there a way to limit page turns to clicking hyperlinks only in Full Screen View? -


i want users click hyperlinks advance next page need disable other methods users advance pages. (i'm creating interactive prototype, branching logic not work if users can advance pages clicking anywhere on page).

the closest thing can find edit/preferences/full screen , unclicking "left click go forward 1 page", works inside of acrobat , not work after save file , open in acrobat reader. i'm trying use full screen because timing slide transitions work in full screen.

you can control click advance property using javascript.

not tested,

app.fs.clickadvances = false ; 

in document-level script, or in pageopen script of page @ document opens, should it.

and if should prevent navigation except via links, you'd split document in single pages , open/close single-page documents.


Popular posts from this blog