Tweaking 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 ArticleCan I read/write c++ TagSuite values from javascript?
I wonder if I can read/write TagSuite tags that a c++ application reads/writes from javascript.
View ArticleSelect all the objects in active artboard
Hi i want to select all the objects in active artboard using javascriptanyone please help me with script Thank you Appu
View ArticleImport PSD to AI layer
I am new to scripting in Illustrator.I am trying to import PSD files into an AI layer.So far this is my solution. var TRGdoc = app.documents.add(DocumentColorSpace.RGB, "1920", "1080"); var onFile =...
View ArticleCopy text for filename
I've looked around for this but haven't found much. I have a server with thousands of print proof sheets, and since the beginning, long before me, the files were saved with verbal descriptive names. It...
View ArticleHow can I draw a curve that follows an equation?
Hi everyone I am trying to write a script to draw geometric figures in Illustrator. I want to achieve this by writing an equation into the ESTK, for example x^2 + y^2 =100. This should generate a...
View ArticleHow to save as AI file with PDF compatability at the same location?
Hi Guys, Requesting for script. Here are the details.. I do have lot of AI files (from different paths) which are do not have PDF compatability switch on. So now I am looking for script that all the...
View Articleselect same fill color and stroke color
Hi any one help me to select same fill color with help of java script and stroke colot too Thank Appu
View ArticleHow to get cmyk values and pantone color used in artboard using javascript
Hii want to find out CMYK Values and pantone colors of objects used in artboard i have many files so i need script to do this process.below is the screenshot this is how i want the output to be Please...
View Articleassign default colors to new layer
hello, Is there a way to assign one of the default layer colors with javascript? like light blue, light red, or green.
View ArticleIllustrator Macros/Scripting
Hey guys is it possible to create macros in illustrator, or how would this be achieved via the scripting.Basically i have a c# application that contains alot of pictureboxes all with images in them. i...
View ArticleMultiple artboards to multiple PDF's
I have over 300 different ai files with about 50 artboards in each one and need to export each artboard to a separate PDF file. I'm on a windows machine so the script would have to be JavaScript. Is...
View ArticleLock Selected objects
Hi Any one please help me to use lock option in javascripti want to lock selected objects Thank APPU
View Articlecreating outlines from text using javascript in Illustrator CS5
Hi everyone, Is there a way to select all of the text on all artboards and CREATE OUTLINES using Javascript? I've googled and googled, but I can't seem to find any help. The text that Adobe provides...
View ArticleQuick manual kerning in Adobe Illustrator?
Unless I am missing something, the normal way to manually adjust the kerning up/down is to select between the targeted letters, then go up to the character panel and adjust it as needed. Rinse and...
View ArticleHow to put all answers in two arrays?
Hi, I'm working on a script with an UI element.I want all values of the 2. cloumn (Rasterkeilfarbe) returned in one array and all values of the 3. column (Klischeenr.) returned in another arry. Could...
View Articleselect objects outside artboard
Hi i want to select the objects outside artboard using javascriptany one help me with javascript,their are many objects outside activeartboard i want to select all those object using script Thank youAppu
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 Articleselect all except locked object
Hi i want to select all the object , but i locked certain object it show error while submiting below code myDoc = app.activeDocument;myPageItems = myDoc.pageItems;for (i=0;i<myPageItems.length;i++)...
View Articleopening a file
can anyone tell me why this does not work? app.open(file."/c/HGL00013.pdf", DocumentColorSpace.RGB)
View Article