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@
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Thanks for your information, most of the pages are removed.
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
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.
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.
Copy link to clipboard
Copied
There are two things
-Manan