Use open parameteres to enable scrollling
I'm trying to enable scrolling when opening a pdf in html.
Is it possible to achieve this using PDF Open Parameters?
For example, like
http://example.com/example.pdf#view=FitH
Or is there a way to do something like
this.viewState = {pageViewLayoutMode: 2}in Acrobat Javascript with browser javascript.
