Script to round fractional CMYK colours?
This script must exist but I'll be damned if I can find it!!! I work in a large printing company and we get artwork from all over that has dodgy CMYK colours (quick convertions from RGB obviously). We...
View ArticleFind a specific Sublayer and move to top level layer
I have a lot of illustrator files that are organized by a template size. The layers are setup so that the top level layer is always Template. However the sublayer I need to move to the top level could...
View Articleapp.redraw()
I'm fairly new to Illustrator scripting, although I have had some experience scripting Photoshop and After Effects. It seems that the app.redraw method is utilized for situations outside of...
View ArticleISO an expert to hire to write some custom scripts
Hi. I'm working on a project that requires some custom Illustrator scripts to improve workflow efficiency. If you're interested, please contact me and I'll send you a description of the scripts I need....
View ArticleI am trying to set the settings when placing a PDF into Illustrator..
When I use the "Place..." option from the File menu I get prompted with a box to set the "Crop to" setting. From like "Art" or "Trim" etc.When I place it with a script it is defaulting to "Art" right...
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 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 ArticleVBA - Illustrator.Application not visible?
Hello World,please help me. Searched the web for hours, but wasn't able to find anything about my problem... I start Illustrator in Word-VBA. I use this code: dim obj_AI as illustrator.applicationset...
View ArticleHow to Export TIFF
Hi All, How to export TIFF from Illustrator using Javascript. I could not find TIFF export type in Illustartor export type. Regards,Selvakumar
View ArticleHow to create Illustrator COM application Object in Invisible manner?
Hi, I added CS6 COM reference in my VB.NET application and after that I have the following basic object creation in order to convert a eps file to svg. But for some reason when I create this COM object...
View ArticleMaking all paths into a group without selection
I'm working on a script that will take every pathItem in a document and put it into a group (all pathItems in the document are groupless upon opening it, so there won't be other groups already in the...
View ArticleChange color space
Hi! Is there any wayto change adocumentscolor spaceonanalreadyopen document inVBS?I have tried "AiDocumentColorSpace" but this seems to be a read only value!? Please help! /Tommy
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 ArticleHow to hide the warning Dialog box in illustrator?
I need to open the pdf file in 'illustrator cs3' through visual basic coding and then save it as eps. But if i open the pdf file in illustrator some times 'warning dialog box' opened due to the font...
View ArticleJava Script to Save ai to PDF with password...
Hi folks. My goal is to have a script carry out the following functions: 1. grab the active document name2. save as a PDF using the active doc name with password lock in the same directory the *.ai...
View ArticleErrors and more, my first illustrator script
First, I should mention that I started scripting for Photoshop about a month ago and have had some really motivating successes there. It led me to this one task we have that is just incredibly...
View ArticleFind a specific Sublayer and move to top level layer
I have a lot of illustrator files that are organized by a template size. The layers are setup so that the top level layer is always Template. However the sublayer I need to move to the top level could...
View ArticleHow to make Applescript open AI then open file then run ExtendScript then close?
Here's the sample Applescript code I came up with using the scripting guide/reference for CS6 and also doing some online searches: tell application "Adobe Illustrator" activate delay 10 set...
View ArticleRunning script from actions
I am using Illustrator CS4 on a Windows PC writing in JavaScript. I know I can't call an action via JavaScript in my version/language but I can load the script from an action. I call some scripts from...
View Article