Batch combine files into one illustrator document - how to open target document?
I am making a script which will: 1) Open a folder of Illustrator files2) Open each file in the folder (these files are called the source files)3) Select all the contents of the source file4) Copy the...
View ArticleCan anyone help with changing colors without making a selection
I've been trying to work the the script below. All the front most paths are black I want to change them all to yellow without having to select them first. Any help would be really appreciated. "I am a...
View ArticleNeed script to batch convert vector .eps to .png images with scale
Hi, I'm looking for a script/program that if you run it, all the .eps files in a folder will batch convert to a png-24 with 250% scale. Erdem
View ArticlePerform grep search
Hi folks, I was wondering whether it was possible to find and replace using grep. I have the find and replace thing sorted, but I need it to be flexible enough to select any number and alter the value...
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 ArticleBatch replace color without using swatch as source
I've searched these forums and the rest of the web trying to find a method to do this... Actions don't cut it (if Actions were able to record the "replace color" dialoge it would be fine) so I've...
View ArticleSplit Text into Layers
I was wondering if anyone is aware of a script that is able to do the same as this photoshop one http://www.agasyanc.ru/text-splitter, I would use that one in photoshop but its not working in CS6. I...
View ArticleSet Stroke Alignment from JavaScript
Hi, I'm trying to set the stroke style for a path item I've drawn through JavaScript, however I can't find a way to set the stroke alignment for my path item.I've checked the Illustrator JavaScript...
View ArticleHow to rename a layer like filename (with an action)
Could anyone help me to rename a layer of illustrator like document file name? (with an action)Thank youMauro
View ArticleTiny issue with a layer
Hi, I'm currently trying to do the same copy to clipboard trick Muppet Mark-QAl63s showed me in this thread: http://forums.adobe.com/thread/840440?tstart=0 Unfortunately with my current document I get...
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 ArticleCan javascript execute pathfinder commands?
Can javascript execute menu commands such as pathfinder options?
View ArticleIs it possible in Extendscript/Javascript to 'Outline Stroke' a path
I'm trying to achieve the same command as enacted by Object > Path > Outline Stroke. I can't find any reference to a method for this in the Javascript reference PDF, and you can't trigger menu...
View ArticleDialog in Illustrator CS4 js
Hi, I have dialog script that I am using in InDesign to choose a pdf file to place into the document and I need exactly the same script in Illustrator, but I have a hard time to translate it into...
View ArticleSimple InDesign script -> Illustrator help
I have this script by Peter Kahrel that reverese the order of letters in InDesign. I need an Illustrator version of it. Can anybody help? ---------------------//ReverseText.jsx//An InDesign Javascript...
View ArticleHelp with a script to work on mac
I am not a mac user...I am trying to help EWO54 out with putting CMYK / RGB values into a .csv file.I have written a basic script. but he is having trouble getting it to work correctly on his mac.i...
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 Articlefill color using a script.
I'm trying to create a script in CS5 mac os10.6.8 that will change the fill color of selected pathItems. I need a simple script that will change a selected pathItem to cmyk values 2,3,15,0. I will then...
View ArticleChanging decimal values to fractions
Does anyone know of a good way to convert decimal values to fractions for use in inch measurements? I have a script that works great but it returns values like 5.5638 and I'd rather it return the...
View ArticleBreak text area into text lines
I want to break text area with line breaks in it into seperate text lines using return as delineator. for example "Line 1Line 2Line 3" I would like as "Line 1""Line 2" "Line 3" I could probably write...
View Article