Open Save File Dialog with Default Path
Hi All, I want to open a "Save File Dialog " with some default path. Like when user run that script I want to open a "Save As" dialog box with default path "/Volumes/<shared name>/<folder...
View ArticleUnable to select same Graphic style on pasted eps
I open an eps.Copy the whole graphic.Open correct template and paste copied graphic.The template has Graphic styles with same fill and stroke (no other attributes exist) as in pasted graphic.However, I...
View ArticleConvert illustrator color mode in extendscript
I have a series of d3 drawn svg images that I'm bringing into illustrator, which I then run a script on. before the script can function properly I have to go to the File menu and pull down to the...
View ArticleRetrieve whats in the clipboard possible?
Is it possible to retrieve whats in the clipboard through a script?If so how?
View ArticleAi Packaging Script
Ok.. I'm sure this has been posted before (already searched, didn't find however), but does a file packaging script exist for AI? (one that collects all linked images and fonts and places them in one...
View ArticleApplecript or Javascript to load action set
having trouble trying to load an action and run it via scripting.I keep getting illegal argument. tellapplication "Adobe Illustrator" activate load actionfile "path/to/action/file/actionSet1.aia"...
View ArticleDelaunary Triangulation Script For Illustrator
Since I've Tired Of Finding Perfect Solutions I Finally Thought To start new thread Here. So Basically all i am trying to do is make low poly objects from images.Here Is My Way How I Doing Right...
View ArticleRelink AI files in AI document
Hello, there.I'm trying to figure out how to relink AI files in my AI document even if this linked AI file is missing.But, if it's missing, the ESTK gives me an error saying "there is no file...
View ArticleConvert string (string of JSON) to JSON object?
**EDIT**I finally figured out how to use #include instead of file.read();. This solves my immediate problem. However I am still curious as to whether it's possible to do what I'm asking for below, just...
View ArticleTo assign keyboard shortcut for Play Current Action button in Illustrator?
Hello friends... I created Action workflow of various command and I added many stop command between my workflow so that i can perform such that that cannot automate by action. Now I also asign...
View Articlescripting with cc libraries ?
I've written some scripts to place objects in illustrator or photoshop files, from a source folder on my computer.Can I upload the files in the souce folder to a CC Library, and read the data from the...
View ArticleHow to make scripts for aligning objects?
Hey, How would I proceed to create scripts for aligning objects? Basically what I want is to keybind the buttons for the Horizontal and Vertical align -icons.In Photoshop you can use the ScriptListener...
View ArticleWriting scripts to move layers
Hey! I am hoping to speed up my workflow with a script of some sort. If someone can help it would be greatly appreciated. I am not very familiar with scripts and assuming this will be above my level of...
View ArticleHow Photoshop style duplicate current page make illustrator script.
How photoshop style duplicate current page make illustrator script.In fact, such a feature would be very nice in the illustrator too.
View ArticleHow do I include DOM references to other apps in the same .jsx without...
Hey guys, say I have a single panel I want to use for both Illustrator and Photoshop. In JavaScript I can use csInterface to find the host application then route through a conditional to do...
View ArticleHow to do "Export Selection..." in Illustrator CC scripting?
I tried app.activeDocument.selection[0].exportFile(ExportFormat.PNG,File("~/Desktop/temp/1.png"),false);but it says exportFile is not a function in ExtendedScript.
View ArticleSelect object based on its opacity and change opacity to set value.
I am trying to create some javascript code but cannot find any references online relating to this specific instance.What i am attempting to do is have the script find an object(s) based on its opacity...
View ArticleMove and Place on Specific Layers
Morning! Thanks to the helpfulness of everyone on the forums I have a script that will create layers with specific names, locks the bottom Layer! I am hoping I can take this script even further if...
View ArticleAdd layer names as text in the center of each layer
Do someone modify this script to add a layer names in the centers of extents of each layer? [ moved fromA script to add multiple layer names as text by moderator ]
View ArticleMove Layers Outside of Layer.
I can't figure out, how I can Select All Layers Inside a "Elements" Layer and then move all Selected Layers Outside of "Elements" layer? Basically, I want to delete only "Elements" Layer, But All...
View Article