Find text Tint Value
Hi All, I need to check whether any character have opacity. I tried the following codings, but it shows all characters as error. var myframe = app.activeDocument.textFrames; for(i=0;...
View ArticleStartup Script for Illustrator only
Hi, I've made a nice palette script for Illustrator CS6 on OSX 10.6.8.I put it into HD/Library/Application\ Support/Adobe/Startup\ Scripts\ CS6/Illustrator I works fine in Illustrator. BUT: If I start...
View ArticleHow change setting of Preference of Illustrator by Script?
How turn on or turn off setting in Preference -> Type -> Enable Missing Glyph Protection by Script?Thank you.
View ArticleProblem when passing value to resolution (Export TIFF)
I´m passing by a strange script behaviour. I´m trying to refine a script to export artboards as TIFF. So suppose I started "var op = new ExportOptionsTIFF()" And I set op.resolution = 250 Now I try to...
View ArticleHow to sort objects alphabetically (inside of a layer)?
How to sort objects alphabetically (inside of a layer) on layer list?I have already tried scripts for Layer sorting. They work indeed for the layers, but not the objects themselves packed inside.
View ArticleHow delete a Action Set in Illustrator by Script?
this my code Load and unload a Action in Illustrator. But Action Set [Test_Set_Action] still exist after unload...
View ArticleLink location switch
I am using a script that will allow me to change an illustrator asset link location from my high res asset library to low res asset library or thumb drive and back. I would like to change the script to...
View ArticleHow do I Change Swatch Names in Illustrator CC 2015?
First, I know nothing about scripting or writing code. That being stated, I am trying to use a script to change the swatch names in a PDF file in Illustrator CC 2015 for the PC. Below is what I have...
View ArticleJavaScript to prompt user to save as PDF
I am making changes with code to the file. I want the user to be prompted to save as a .ai file first. I have that down. Now I am wanting to have the user immediately be prompted to save as a pdf with...
View ArticleDoes Illustrator CS5 support function loadAction?
I try find:Illustrator CS6 can load and unload action by: oIllustrator.loadAction("C:\Set_Action.aia")oIllustrator.unloadAction("Set_Action", "")But with Illustrator CS5 i can't find these...
View Articleconvert 1 text frame to 2 threaded ones
Hello gays!Please, can anyone help me to write a script which converts a text frame with text inside to 2 threaded 2-columned text frames residing on different artboards? The size of the columned...
View Article"Add Used Colors": is there javascript for this?
I currently have a javascript which amends swatches, but first I need it to "Add Used Colors" to generate the swatches from objects in the document. Is there javascript for this?
View ArticleSorting Layers
I have a map of the US that is broken down into counties. Each state has its own layer and the counties are sublayers. I am currently going through and naming all of the counties, but I need to be...
View ArticleBatching In Illustrator??
In PhotoShop CS3, you can select File/Automate/Batch, and run an Action on an entire folder. I don't see that option in Illustrator CS3? Is there a way to run an action on an entire folder? I'm...
View ArticleAll Group to Ungroup Script
Download Linkhttp://www.cyworld.com/be2u/2801831 FeatureThis Script is Can be easily ungrouping to all group items in the Document. if find Bugs or Error, contact to me plz. License typeFreeware...
View ArticleLooking for script: Compound path, Set B&H, Fit, Export PNG, Next Image.
Hello, I am looking for an script to automate. run script on all open AI files;- Select all- Make Compound Path- Set B or H to 600 pixels maximum, proportional - Fit to Artwork Bounds- Export to PNG,...
View ArticleDeleting a Used Symbol Generates Error
I'm having difficulty writing a script that deletes all of the symbols in the document (as opposed to just breaking links or expanding which I apparently cannot...
View ArticleHow to get a XMPString, if do not open the file?
If open a file by illustrator ,we can get the xmp infomation,like this: doc=app.activeDocument; var xmlString = new XML(doc.XMPString);Can I get a XMPString by JS, and do not open the file?...
View ArticleCan you hide a layers using scripting?
I have a very complex graphic with many elements and I would like to find a way to hide layers based on a list. In the documentation that there is a way to tell if a layer is hidden, but didn't see...
View Article