appwiki:indesign

Differences

This shows you the differences between two versions of the page.


appwiki:indesign [2021/08/28 08:18] (current) – created ying
Line 1: Line 1:
 +====== InDesign Scripting ======
  
 +  * same as Photoshop, Illustrator, AfterEffects, Indesign support javascript scripting for auto task and creating UIs.
 +  * scripting reference:
 +    * http://www.kahrel.plus.com/indesignscripts.html
 +    * http://jongware.mit.edu/idcs6js/
 +
 +  * use commandline to ask InDesign run a script <code>
 +C:\PathToID\InDesign.exe d:\PathToScript\my_script.jsx
 +</code>