Scriptographer for cs6
Anyone know if there is an alternative to scriptographer until will be released a new version ?
View ArticleScript with text areas that should be compiled together
Hello guys, I'm new in Adobe Community. I have to make a jsx file for graduation.To complete this file, it needs to perform an operation like the html file posted below: <!DOCTYPE html PUBLIC...
View ArticleNeed to create triangle using angle inputs
Hi All, i need to create custom trianlge with angle inputs example (30º ,45º, 60º). In the below script links i could find only 2 angles and 1side as input. Custom Angled Triangles Question Any...
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 Articleembed all fonts in eps
I have a lot of existing eps-files of which the option "embed all fonts" is unchecked.Know I have to check the "embed all fonts" in the existing eps-files.I tried to modify the script below, but it...
View ArticleBatch export .ai files to pdf
Hi guys, I found a script that does the job, export tones of ai files to pdf, but I have some files which are in sub folders, and I was trying to find a way to modify this script to include subfolder,...
View ArticleNew to Illustrator scripting, looking to make a Compound Path from Existing...
I am wondering how to select existing paths (normal paths and compound paths) and make a new compound path. Google does nothing for me on this.... I have begun to understand the basics of targeting...
View ArticlePathItems index method
Hello all, could anyone give me some examples of how to use the index method pathItems thank you very much
View ArticleScript for Selecting Open Paths in Illustrator CS6
I have created this script for selecting open paths in illustrator cs6 as the graffix plugin is not working under CS6. Just save the following text in /Applications/Adobe Illustrator...
View ArticleCHECK BOX
Hello everyone, I'm trying to create a simple window by clicking the check box "select all" all other check box will be selected but do not know which event to use and how to make the window is updated...
View ArticleDropdown
Hello friends. I wonder why I can not change the desired text, please someone tell what is wrong in this script? #target illustrator var w = new Window ("dialog");var myDropdown = w.add...
View ArticleIs it possible to create droplet?
Is it possible to create a droplet in "illustrator cs"?
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 ArticleChange font in Illustrator cs4 js
I need to assign specific font to my text and it doesn't work. What am I doing wrong: var my_OUTSIDE_TextFrame = myInstrLayer.textFrames.add(); my_OUTSIDE_TextFrame.geometricBounds = ["1.6 in", "1...
View ArticleUI (Window, dialog, palette etc) reference info for AI scripting
I'm looking for standard reference info on UI elements like popup windows (dialogs, palettes etc). I've been through the Illustrator CS6 Javascript Scripting reference guide and also the CS6 Scripting...
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 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 ArticlecreateOutline in symbol
Hi All, I've maked a script to create outline text included in symbol: Below the script: #target illustrator var doc=activeDocument; VectorizSymbolAll(doc); //************************* functions for...
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 ArticleEditing the leading on a created textFrame
Hi, I have no idea why the following code will not work.The text displays in the correct place with the correct contents but i cannot get the leading to change. var textInfo =...
View Article