illustrator-scripting-guide icon indicating copy to clipboard operation
illustrator-scripting-guide copied to clipboard

Results 14 illustrator-scripting-guide issues
Sort by recently updated
recently updated
newest added

I want to select all my objects on the active artboard and drag them to the asset explorer to save as SVG and PNG from a JSX code, is it...

From the documentation (https://ai-scripting.docsforadobe.dev/), if you go to "Javascript Object Reference"->"SpotColor" It says `spotColor.tint` but that didn't work for me. I had to do `Object.fillColor.tint` to get the tint to...

There's no mention of it anywhere in this scripting guide, however it comes up a bunch in the Adobe forums; - https://community.adobe.com/t5/illustrator-discussions/illustrator-crashes-when-call-action-with-app-doscript/td-p/13530584 - https://community.adobe.com/t5/illustrator-discussions/weird-app-doscript-behavior/td-p/14097963 - https://community.adobe.com/t5/illustrator-discussions/dynamic-actions-with-app-doscript-method/td-p/10569163 etc

The example script [here](https://ai-scripting.docsforadobe.dev/scriptingJavascript/yourFirstScript/) creates text that is off the page and (on my system) off the screen, so at first it appears not to work. The coordinates are (200,...