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

To Learn scripting for adobe softwares

Community Beginner ,
Feb 19, 2024 Feb 19, 2024

Copy link to clipboard

Copied

Team,

Need to learn complete scripts for adobe Software's, need specialisation in InDesign, I am completely new to scripting. Kindly guide me where and how to learn?

 

Regards,

L.Natarajan (Chennai)

natu2103@gmail.com

98401 9505@

TOPICS
Scripting

Views

211

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
Guru ,
Feb 19, 2024 Feb 19, 2024

Copy link to clipboard

Copied

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
Community Beginner ,
Feb 19, 2024 Feb 19, 2024

Copy link to clipboard

Copied

Thanks for your information, most of the pages are removed. 

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
Community Expert ,
Feb 19, 2024 Feb 19, 2024

Copy link to clipboard

Copied

Do you know how to use InDesign? if yes then that is the first step. Next you would need to know programming skills, learn them if you don't have hands on experience in this. If you want to learn extendscripts then do remember that it uses an old version of ECMA script so not all the modern features would work on it. Once you are done with the above then you need to learn/understand the InDesign DOM, that you can reference from the following link

https://www.indesignjs.de/extendscriptAPI/indesign-latest/#Application.html

-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
Community Beginner ,
Feb 19, 2024 Feb 19, 2024

Copy link to clipboard

Copied

Dear Manan Joshi,

I am Familiar with Indesign but need to learn completely about programming for adobe softwares, which ever is the better one, I need some advice on this.

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
Community Expert ,
Feb 19, 2024 Feb 19, 2024

Copy link to clipboard

Copied

In the Indesign Scripts panel (Window>>Utilities>>Scripts) there are numerous scripts that you can look at. Study them and study Javascript, then use the API reference that Manan posted to start working on your own. 

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
Community Expert ,
Feb 19, 2024 Feb 19, 2024

Copy link to clipboard

Copied

LATEST

There are two things

  • Programming :- Here you need to learn the basic programming constructs, learn how to convert an idea into code, write efficient code etc. All this is refined with experience and you can learn it apart from InDesign.
  • Understanding how to do things programitically in InDesign. You know InDesign so lets say you devise a solution that needs you to find a layer and then rename it. Now you have a solution but how do you write that in code, how do you search for layers in a document? Here is where the link I gave you would help, you can check the properties and methods available to you that you can use.

-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