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

Could tell me where is the default installation help directory (AcrobatXI)? Thank you!

New Here ,
Dec 14, 2018 Dec 14, 2018

Copy link to clipboard

Copied

Syntax

ASBool AVAppOpenHelpFile(const char* fileName, ASBool doSearch)

Opens a specified help file from the default installation help directory. If the help file is not found, it optionally opens a dialog box asking if the user wants to search for the help file.

as above, so where is  the default installation help directory?

TOPICS
Acrobat SDK and JavaScript

Views

352

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

correct answers 1 Correct answer

Community Expert , Dec 14, 2018 Dec 14, 2018

Runs this code from the Acrobat JavaScript console window:

app.getPath("app","help")

On my system it returns this path

/C/Program Files (x86)/Adobe/Acrobat DC/Acrobat/

Votes

Translate

Translate
Community Expert ,
Dec 14, 2018 Dec 14, 2018

Copy link to clipboard

Copied

Runs this code from the Acrobat JavaScript console window:

app.getPath("app","help")

On my system it returns this path

/C/Program Files (x86)/Adobe/Acrobat DC/Acrobat/

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

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 ,
Dec 14, 2018 Dec 14, 2018

Copy link to clipboard

Copied

LATEST

At one time Acrobat had a handy help handler, I used it for a while. It was obsolete many versions before XI. If this API works at all, it will just do a normal document open. Avoid.

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