Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Use open parameteres to enable scrollling

Guest
Oct 05, 2021 Oct 05, 2021

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.

TOPICS
Windows
609
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Oct 05, 2021 Oct 05, 2021

No. And... the browser doesn't use any Adobe tech, so it's anyone's guess what it might do with open parameters (though some of them imitate the documented Adobe options). Many browsers won't support the full range of page display options at all.

Translate
LEGEND ,
Oct 05, 2021 Oct 05, 2021

No. And... the browser doesn't use any Adobe tech, so it's anyone's guess what it might do with open parameters (though some of them imitate the documented Adobe options). Many browsers won't support the full range of page display options at all.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 11, 2021 Oct 11, 2021
LATEST

Thanks.

I will try to find another way.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines