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

How to develop an indesign plugin with javascript?

New Here ,
Jan 24, 2021 Jan 24, 2021

Copy link to clipboard

Copied

I have read though the pugin development SDK and it talks about developing it on c++ and it even talks about scripting, I would like to know how can i develop a plugin with javascript, i would like to select an image and then open a popup and then do some modifications for the selected image and put it back in the document, can someone help me with documentation is such functionaly is available with indesign plugin built using javascript?

TOPICS
SDK

Views

705

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 , Jan 24, 2021 Jan 24, 2021

You can't develop plugins using Javascript, plugin development can be done exclusively by using the C++ SDK. You can do a lot using Javascript/CEP Panels(HTML + Javascript), to put it simply C++ SDK is needed for augmenting the functionality of InDesign like say add a new paragraph composer, etc, for all other stuff Javascript would suffice. To start with look at the following resources

...

Votes

Translate

Translate
Community Expert ,
Jan 24, 2021 Jan 24, 2021

Copy link to clipboard

Copied

LATEST

You can't develop plugins using Javascript, plugin development can be done exclusively by using the C++ SDK. You can do a lot using Javascript/CEP Panels(HTML + Javascript), to put it simply C++ SDK is needed for augmenting the functionality of InDesign like say add a new paragraph composer, etc, for all other stuff Javascript would suffice. To start with look at the following resources

-Manan

 

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