Copy link to clipboard
Copied
Hi All,
I have a JSX script that is for generating pdf files from InDesign documents. I want to execute this script through terminal command or Shell scripting.
Could anyone help me on this.
Thanks.
Hi,
Did you try the solution from the following link
Copy link to clipboard
Copied
Hi,
Did you try the solution from the following link
Copy link to clipboard
Copied
Hello @ad_ind38716857,
This works on Mac OS, you will just need to change the file path and name of the .jsx file.
osascript -e 'tell application id "com.adobe.indesign" to do script (posix file "/Users/User-Name/Desktop/Your-Script.jsx") language javascript'
Regards,
Mike
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more