Skip to main content
Participant
December 14, 2018
解決済み

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

  • December 14, 2018
  • 返信数 2.
  • 569 ビュー

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?

このトピックへの返信は締め切られました。
解決に役立った回答 Thom Parker

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/

返信数 2

Legend
December 14, 2018

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.

Thom Parker
Community Expert
Thom ParkerCommunity Expert解決!
Community Expert
December 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/

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