X,Y coordinates are printed wrong on the Second ArtBoard
Hi All, I'm new to the illustrator scripting.But out of my one month exposure to the scripting have explored plenty of things and started my project of writing script to print X,Y coordinates of...
View ArticleSelect Note and apply Style
Hello, I need Help with this I need to combine These scripts I need find and select a note through all the text boxes if (app.documents.length > 0) { var n = prompt('Type a note: ', 'note',...
View ArticleBatch combine files into one illustrator document - how to open target document?
I am making a script which will: 1) Open a folder of Illustrator files2) Open each file in the folder (these files are called the source files)3) Select all the contents of the source file4) Copy the...
View ArticleIs there a way to clear or delete actions through scripting?
Hello Everyone! Menu Commands Outline Stroke I'm trying to make a script that will clear and then reload actions to try to get around that bug. Thanks to quertyfly and moluapple I now know how to make...
View ArticleSelect all objects infront of or behind and object?
I'd like to select an object and have a script select all objects behind that object, within that objects bounds. I believe this is possible with z-order? But I've never worked with Z-orders before,...
View Articleimprove or simplify this batch script
sorry my bad english Hello, I've combined some scripts in this forum, to make an image processor as Photoshop, I wonder if this script is right or if you can simplify more This script convert AI to...
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 ArticleA way to detect Opacity Masks?
Is there any way to access or detect an existing Opacity Mask via script? (I saw a couple similar questions asked back in 2013 and was wondering if anything had changed in CC2015.) My issue is this:...
View ArticleIs it possible to save an image as PDF without grabbing the entire artwork?
Hello All. This is the thing. I am currently trying to improve a previous script in my work. It works this way: First takes several artboards from an ai file and creates a PDF file for each of those...
View Articleany body knows how to add dimension to a square, circle, (geometric drawings)...
any body knows how to add dimension to a square, circle, (geometric drawings) would you please let me know how. thanks (just in case someone answer).
View ArticleSuchen und Ersetzen Script in Illustrator
Ich habe einige Textcodes in 3 Sprachen wie z.B:dP390dP391dP301+P310dP301+P312dP301+P330+P331dP302+P334dP302+P352dP303+P361+P353dP304+P340dP305+P351+P338und möchte diese durch ein Javascript mit suchen...
View ArticleI can't replace all contents in textFrames
Hi. I have a problem, I wrote a script thathasmereplaceallwords in the selectedtextFrameonaletter.It seems to methat everythingis fine,but once you startit turns outthat itdoes not replaceall the...
View ArticleUse Excel Data to name layers in Illustrator
I'm doing a bunch of medical drawings (first batch is about 100). There might be more after that. It's a huge job. I was given this excel sheet. (Here is a quick screenshot) I need to make a little...
View ArticleButton.onClick does not work when I renamed
Hello, I have a little Script, when I renowned "Ok" to "Aceptar" and does not work, I pressed click, Enter, Spacebar, and Does not workI have Adobe Illustrator CC2015 var button = new Window('dialog',...
View ArticleimportPrintPreset, is it broken?
Hi everyone, has anyone had any luck with importPrintPreset()? I can't get it to import any presets, I get no errors, it just doesn't do anything... var idoc = app.activeDocument; var file = new...
View ArticleScripting Gradient Stops
Hey there, I'm trying to hash out a script to adjust tint and opacity values, and so far have it really close to completion. The only problem I've run into at this stage is the script breaking when a...
View ArticleJavascript enumerated objects
Hi everyone, this is a question which has to do with the enumerated objects in the javascript model such as "ElementPlacement.INSIDE" or, "Justification.CENTER".Here is the thing, we have plenty of...
View ArticleTweaking the SaveDocsAsPDF script
Hello. Absolute scripting newbie here; will someone take pity...?I am looking at the SaveDocsAsPDF script. It works for our purposes except I would like it to save PDFs using a Preset we created called...
View ArticleChangeSizesOfTextSelection.js
Illustrator version 10 installed with a sample script named ChangeSizesOfTextSelection.js. The script gradually changes the size of text. The way it works is, you type some text in Illustrator, select...
View ArticleAdobe Illustrator Tags
I have noticed the tags object is available to the document object, the pageitem object. Does anybody use these, and is there an example of using the 'tag' which someone would be willing to share for...
View Article