Copy link to clipboard
Copied
I would like to develop the latest version of Adobe Illustrator Script.
How do I install the Extend Script Toolkit CC?
There are no links on the following pages.
https://helpx.adobe.com/jp/download-install/kb/download-availability.html
Copy link to clipboard
Copied
I would like to develop the latest version of Adobe Illustrator Script.
How do I install the Extend Script Toolkit CC?
There are no links on the following pages.
https://helpx.adobe.com/jp/download-install/kb/download-availability.html
Copy link to clipboard
Copied
ESTK is no longer supported. I know. Thank you.
Copy link to clipboard
Copied
You can download it from the official Adobe Github repo, link mentioned below
https://github.com/Adobe-CEP/CEP-Resources/tree/master/ExtendScript-Toolkit
As you mentioned ES toolkit will no longer be updated by Adobe and it will not even run on Mac OS Catalina because its a 32 bit application. An alternative to it is a VSCode extension
https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug
-Manan
Copy link to clipboard
Copied
Also if you use Extendscript toolkit on Mac, make sure you do the steps mentioned in the following thread, it has an issue with debugging which can be fixed by following those steps
-Manan
Copy link to clipboard
Copied
Manan, thanks for your post. I switched to VS Code for Catalina. Do you happen to know if there is anyway to view the javascript console to see the output of $.writeln?