All 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 ArticleTracing many images simultaneously rather than sequentially (asynchronously?)
Hi All, I've got a script that I'm running on a doc with 50 pathItems. For each pathItem, I'm doing a bunch of operations, one of which is clipping an image by the pathItem, rasterizing that...
View ArticleImporting CSV and TXT files as Illustrator datasets: VariableImporter.jsx
Just in case any body would like to have the ability to import .csv and tab-delimited .txt files into Adobe Illustrator as datasets, (similar to Indesign's Data Merger), here is a tool which will help...
View ArticleChange RGB color to CMYK color via Javascript
HiI like to convert a document for rgb into cmyk mode via Javascript.- The document is opened manuallyScript:- Selects all items with a defined RGB color (background or text color)- Replace the RGB...
View ArticleHow to clear Guides?
Is it possible to clear the guides lines in illustrator active document through scripting. Kindly share with me. Thanks..
View ArticleAdvanced "Save as PDF" script that saves 2 PDF presets with 2 different names.
Hi Everyone, I am looking to improve a save as pdf workflow and was hoping to get some direction. Here is the background... I routinely have to save numerous files as 2 separate PDFs with different...
View ArticleScript Panel - Work in progress
Hi All,Working on a Script Panel to make scripts simpler to run in illustrator.This is a work in progress... Looking for some people to help test and make suggestions. at the moment this is a Windows...
View ArticleCode/script to extract all text from Illustrator document?
Anyone have code/script for this or know how to create code to extract all the text off an active document in Illustrator. Extract text as in text for any & all text items in the document...
View ArticleHow to correlate items in Illustrator document in GUI vs scripting objects?
As a novice to Illustrator and Illustrator scripting. I notice that without good knowledge of Illustrator (the GUI and/or scripting), it's a bit tricky to correlate the type of item/object an item is...
View Articlefile path applescript broken after snow leopard
I was using this script in illustrator cs4 on a mac running 10.5 and all was good tell application "Adobe Illustrator"activateset theName to name of current documentset theNamecount to count of...
View Articlean Illustrator error occurred: 1346458189 ('PARM')
Hello everyone, I am trying to open some documents in Illustrator CS4 by javascript, walk through all layers including sublayers, doing something (for now just reading the layernames and showing them...
View ArticleA Script to Find and Replace Layer Names
Are there any scripts to find and replace layer names? There is an excellent script available for Photoshop which allows you to not only replace words in layer names, but also insert words as Prefixes,...
View ArticleScript: rename layers?
Hi, is there a quick way how to renumber or batch rename all layers in a file so they would be named in consequent numbers? Doesn't have to start from exact number, I was wondering if maybe there is...
View ArticleScriptUI window.minimized = true; on Mac
I would like to make custom palettes for Illustrator which have the ability to get out of the way, similar to native palettes. On Windows, my minimized = true; command works, and the palette shrinks...
View ArticleIllustrator script to select multiple layers
I have about 74 layers in illustrator and i want to run a script to select combination of layers at a time. For e.g. I want 5 layers to be selected and save them as one .jpg. Then say i need to select...
View ArticleAbsoluteURI doesn't seem to work
Attempting to use absoluteURI on a Folder selectDlg or a File saveDlg and I can not get an absolute path - I always return this: ~/Desktop/tmp00000001Which doesn't work. I'm using node.js and the fs...
View ArticleRead .txt file and input into textFrames
Couldn't find a script to read txt file and input the info into textFrames in the document. wrote this simple script Hope any1 finds this useful
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 ArticleIs there a way to add duplicated groupitems to the artboard thats active?
var y = -50; //artboard top margin to place artvar x = 43; //artboard left margin to place artvar actIdx = docRef.artboards.getActiveArtboardIndex();var actAB = docRef.artboards[actIdx]; for (i = 0; i...
View ArticleTrees, Branches and Items OHMY!
Hello fellow scripters! This is my first attempt at useing a tree for anything, I usually stick to radio buttons and drop down lists but the tree is the best option for what I have. I've got it to...
View Article