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

how to call InDesign jsx from html page?

New Here ,
Jan 10, 2019 Jan 10, 2019

Hi,

How to call InDesign jsx from html page (from browser)? Please let me know if you know the answer.

Regards,

Vijay

573
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

Guru , Jan 10, 2019 Jan 10, 2019

If you want to call the jsx from a browser like Chrome you can't do that.

If you want to call it from the apps html panel you can either use csInterface.evalScript

I created http://creative-scripts.com/jsx-js/ as an easier interface for calling jsx scripts.

The linked page provides a lot of examples that apply to both csInterface.evalScript and jsx.evalScript so take a good look there.

Translate
Guru ,
Jan 10, 2019 Jan 10, 2019
LATEST

If you want to call the jsx from a browser like Chrome you can't do that.

If you want to call it from the apps html panel you can either use csInterface.evalScript

I created http://creative-scripts.com/jsx-js/ as an easier interface for calling jsx scripts.

The linked page provides a lot of examples that apply to both csInterface.evalScript and jsx.evalScript so take a good look there.

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