Export Layers as Individual Files, Delete Other Layers
I currently use the script below to export Ai files with 100+ layers to individual Ai files. The script exports every layer in each file named after the target layer name. The problem with this is all...
View ArticleSuchen und Ersetzen Script in Illustrator
Ich habe einige Textcodes in 3 Sprachen wie z.B:dP390dP391dP301+P310dP301+P312dP301+P330+P331dP302+P334dP302+P352dP303+P361+P353dP304+P340dP305+P351+P338und möchte diese durch ein Javascript mit suchen...
View ArticleBlend Options>Spacing>Specified Steps?">Is it possible to "simply" write a javascript Object>Blend...
I am trying to write a script that will iterate through some guilloche patterns and need to do it in an automated fashion, not with a plugin or manually. I cannot figure out how to have 2 paths...
View ArticleShow/Hide guides via JavaScript?
Show/Hide guides via JavaScript? With this script I can delete all guides in all open documents: for (d = 0; d < app.documents.length; d++) { var targetDocument = app.documents[d]; activeDocument...
View ArticleResize and Batch Resize to Art Bounds
I created a script that resizes the art board of the active document to the art bounds size, and also a companion script that does it in batch. Useful if you have dozens, hundreds, or thousands of *.ai...
View ArticleScript for closing the open paths on Illustrator CC2015
Can someone give me a script to close all the open paths on Illustrator CC2015 ? Thanks.
View ArticleLayer selection in batch / Ebenenauswahl in Stapelverarbeitung
Hi fellow Illustrator Experts, imagine you have a ton of EPS files which are build nearly the same.All is sorted into layers - those Layers are all named and organized.Every EPS has up to 7 layers,...
View Articlebatch script quits after one file
Hello Everyone! I'm having a bit of trouble getting this script file to batch correctly. The script will open all pdf files from the user specified folder. Then it's supposed to open the first file and...
View Articlehow to get all kind of vector file source ?
I'm stuck with this code, won't work with more than one file type at once. files = sourceDir.getFiles("*.eps");orfilesToProcess = sourceFolder.getFiles("*.ai"); We need source files to be : *.ai,...
View Articlectrl (cmd) zero (page view centering)
With the valued assistance of a number of people on this forum I havewritten a script which produces in Illustrator CS6 a layout thatis saved on an artboard slightly bigger than itself. I have tried,...
View ArticleSelect Note and apply Style
Hello, I need Help with this I need to combine These scripts I need find and select a note through all the text boxes if (app.documents.length > 0) { var n = prompt('Type a note: ', 'note',...
View ArticleButton.onClick does not work when I renamed
Hello, I have a little Script, when I renowned "Ok" to "Aceptar" and does not work, I pressed click, Enter, Spacebar, and Does not workI have Adobe Illustrator CC2015 var button = new Window('dialog',...
View ArticleI can't replace all contents in textFrames
Hi. I have a problem, I wrote a script thathasmereplaceallwords in the selectedtextFrameonaletter.It seems to methat everythingis fine,but once you startit turns outthat itdoes not replaceall the...
View ArticleA way to detect Opacity Masks?
Is there any way to access or detect an existing Opacity Mask via script? (I saw a couple similar questions asked back in 2013 and was wondering if anything had changed in CC2015.) My issue is this:...
View ArticleUse Excel Data to name layers in Illustrator
I'm doing a bunch of medical drawings (first batch is about 100). There might be more after that. It's a huge job. I was given this excel sheet. (Here is a quick screenshot) I need to make a little...
View ArticleScripting Gradient Stops
Hey there, I'm trying to hash out a script to adjust tint and opacity values, and so far have it really close to completion. The only problem I've run into at this stage is the script breaking when a...
View ArticleHelp with cleaning up array of pageItems, please.
Hey folks. I have a question that only loosely pertains to illustrator, as I think I'm just missing something really obvious in basic JS logic.. I've written a script to create artboards for me that...
View ArticleJavascript enumerated objects
Hi everyone, this is a question which has to do with the enumerated objects in the javascript model such as "ElementPlacement.INSIDE" or, "Justification.CENTER".Here is the thing, we have plenty of...
View ArticleAdobe Illustrator Tags
I have noticed the tags object is available to the document object, the pageitem object. Does anybody use these, and is there an example of using the 'tag' which someone would be willing to share for...
View ArticleDid not Fix OverPrint on Chinese font...???
Hi Everyone!, This is Yajiv and I am purely new baby to this illustrator scripts. I need guidance to solve my problem. I have an Illustrator documents contains text with Chinese font. Text color 100%...
View Article