[TUTORIAL] ADD YOUR OWN KEYBOARD SHORTCUTS TO YOUR JSX SCRIPTS
This is for Windows only; it uses a feature to launch your favorite software via a keyboard shortcut. It’s been here for a while but it just never occurred to me to use it for this purpose. 1....
View ArticleI need to create a report that lists all color builds used in an Illy document.
Has anybody ever had to do this?
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 ArticleScriptUI: How to update Listbox values? (CC2014)
Is there way to update listbox element that filled with JS array elements. If I push more elements to the array, how I can re-render it in ScriptUI? Is there way to do this. I know there is way just to...
View ArticleExporting an .ai file to a bitmap file
In Illustrator Scripting (VBscripting), how can you export an ai file to a bitmap file? In Illustrator you can open an ai file and by selecting the Export option you have a choice of formats and one of...
View Articlequestion for a brain
Hi All, I'm broken my head on this problem:This script present the problem, random are unknow value (we don't know in advance the length)var ressource="dialog { text: 'titleBox'}"; var dlg=new...
View ArticleRasterize .pngs in document and move to specific layer
I am wanting a javascript that will look at the active document and find any images (.png files) and rasterize each graphic to RGB 150 ppi.Then move the files to a layer that already exist in the...
View ArticleHow do I copy active artboard from Illustrator to Photoshop?
Hi, I need to copy the active artboard from Illustrator to Photoshop. Can this be accomplished? I got a handle to active artboard like this //get artboard collectionvar myArtboards =...
View ArticleFloat to Hexadecimal
Hi all, I need to convert a simple float include between 0 and 1 (only positive) like as 0,1234567 to hexadecimal (0x00000000). Anyone who have an idea (like as function), please lets me know Ciao,...
View Article[AS, CC 2014] window bounds
Is there a way in Illustrator CC 2014 to change bounds of the current window?I tried the bounds of current view property but it's "read only". Any clue?
View ArticleHow to divide all textFrames in one-character-per-textFrame?
Hello: How to divide all textFrames in one-character-per-textFrame? Example: the textFrame "Letters" will be divided in 7 textFrames: "L", "e", "t", "t", "e", "r", "s". Help, please.
View ArticleVB CreateObject() to Launch Illustrator CS6 While Illustrator CC2014 Installed
Hello All, Some time ago, CarlosCanto gracefully found the solution for me to be able to open a previous version of Illustrator in scripting while a later version was installed. Following his lead from...
View ArticleDoes exist a script to replace text in name or rename visible SubLayers, or,...
Hi!"Batch Rename Visible Layers ILL.jsx" can rename several layers, number them. But no replacement, and most important, it doesn't treat sub layers :=( Can you help me as I am not so good as you in...
View ArticleSave All?
This may be a stupid question, but is an existing to Save All open documents? If not, is there a way to script this? I often make a bunch of changes in documents at once and it would save a lot of time...
View ArticleIs it possible to create droplet?
Is it possible to create a droplet in "illustrator cs"?
View ArticleReset Zero Point? Illustrator CS3 JS
Hi, I am looking for a way to reset the zero point to always be the top left corner of the document, but can not seem to find any documentation or preferences to do this. Can anyone help?
View ArticleMove a named sub-group just outside of the group it was formerly in.
There is a practical purpose for this, but for simplicity, I am going to use a hypothetical situation/file. I have 100 paths grouped into 9 groups. Inside a named group "NamedItem" there is a sub-group...
View ArticleCan I make starting point same to every version of Illustrator?
Hi. I made a simple script. var docRef = activeDocument; var X = 0; var Y = 0; var rect = docRef.pathItems.rectangle(X, Y, 10, 10); And, It makes different result between CS3 and CS5.(See below...
View ArticleMore agile way to use BridgeTalk functions
I have used BridgeTalk now in my couple scripts. I found this way to more agile way to use functions with BridgeTalk. Just want to share this and get comments if there is more better way to do this....
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 Article