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

Navigate pdf by hand gestures

New Here ,
Mar 26, 2019 Mar 26, 2019

Copy link to clipboard

Copied

Hello. I dont have much experience in js in Adobe Reader and i have a question. I have to write app or script which navigate through a pdf (scrolling, change a page etc.) document by users hand gestures. Is it possible to bind certain operations with certain gestures? For example when gesture is recgonised, algorithm returns value which trigger some actions (ctrl + / ctrl - / up / down etc ) in the pdf document? Thanks for answers.

TOPICS
Acrobat SDK and JavaScript , Windows

Views

516

Translate

Translate

Report

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
Community Expert ,
Mar 26, 2019 Mar 26, 2019

Copy link to clipboard

Copied

Not possible with Javascript.

Votes

Translate

Translate

Report

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
New Here ,
Mar 26, 2019 Mar 26, 2019

Copy link to clipboard

Copied

Is there any other way to triggers such actions?

Votes

Translate

Translate

Report

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
LEGEND ,
Mar 26, 2019 Mar 26, 2019

Copy link to clipboard

Copied

LATEST

I don't think you'll be able to use Acrobat Reader for this. Its programming interface (API) doesn't let you change the user interface. Like most apps, the default handling of touch gestures takes place, even though it wasn't written to handle them; gestures may translate to click, drag, scroll etc.

Votes

Translate

Translate

Report

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