Ai 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 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 ArticleBatch replace color with another color
Hi, I would desperately need some assistance in trying to accomplish batch editing of ai-files via JavaScript.What I would need to do, is go through a number (many!) of files, find items with certain...
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 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 ArticleBatch replace a colour with another colour
I have over 100 documents. In these documents, some of the objects use a regular black colour (e.g. C0, M0, Y0, K100). I need to replace it as a rich black (e.g. C75, M68, Y67, K90). The regular black...
View ArticleTrouble assigning TextFrame to Justification.Left
Hello,I need some help trouble shooting a script. I am trying to flip the justification for all of a selected set of text frames. However, while most types of flipping work properly, the following does...
View ArticleRestart illustrator through script (or eliminate PARM error)
I'm working on a javascript that goes through a folder, rasterizes the paths inside each file, and saves the results as separate files in another folder. My script works fine on individual files as...
View ArticleIs it possible to create a panel with JavaScript?
Hi friends As I´m studying JavaScript and the user interface creation...would like to ask (more for curiosity): Is it possible to create a new panel for Illustrator using JavaScript? Or this is only...
View ArticlePg Number, File path and date automatically printed?
Is there a way to automatically print the page number, complete file path and date at bottom of each page (set to landscape)? Thanks!
View ArticleCustom scripts not working in Illustrator CC (2014)
A couple of custom scripts that are part of my workflow don't work in the new CC; MultiExporter.jsx and Sprite CSS Generator.jsx.When I try to run either a titled modal window comes up as if the script...
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 ArticleCAN AN EXCEL XLSM FILE READ FROM A CSV AND WRITE BACK TO THE SAME XLSM -VBA
Hey Carlos- Here's the repost. Could an XLSM file read a line from a CSV file in "A1" and depending on what was in the first column in the XLSM, search the CSV file and find the indexed item in the...
View ArticleLooping problem...How to create and lock a set of PathItems?
Greetings all! I'm a noob....a very confused oneAnd I'm trying to get this thing workSo here is what I have. The first loop grabs the geometries drawn in the current document and rotates it around...
View ArticleExtracting data from Excel To Illustrator javascript or vbscript
Hi all-I was wondering if there was a way to extract data from Excel to be used in Illustrator. I know there is an option of variables and xml, and I don't want that. I've seen and tried out how to...
View ArticleCalling functions from UI palette
Hello,From what I understand, you can't call complex functions from a scripted UI palette, only from "dialog" windows (which are usless in my case) because I need the persistance of a palette. I have...
View ArticleIllustrator VBA scripting 101 - via Excel
This post will attempt to introduce newcomers to Illustrator Visual Basic Scripting (well, not actually vbs, but rather tru VBA, Visual Basic for Applications). I personally prefer vba over bvs for a...
View ArticleReplace text as Bold
Hello, I need to replace some words to bold style. Havent found any info about font styles in adobe's script references. Heres the algorithm: 1) open up a dialog box and ask to type in a word to find...
View Articleimport excel data into text fields
i'm new to scripting in illustrator and was wondering if anyone could point me to resuources that will help me create a script that pulls data from an excel or xml document into a variable text field...
View Article[JS]: Accessing Menu Items in CS6
Hi, So I just got CS6, and I'm wondering how I access menu items using Javascript?Also, I'm looking at the CS6 JS reference, and it doesn't say whether app.activeDocument.selection is Read-Only....
View Article