Is there a way to batch rename artboards in Illustrator CC?
I have 20 different artbords that i want to rename with a specific name and number!
/Pål
Is there a way to batch rename artboards in Illustrator CC?
I have 20 different artbords that i want to rename with a specific name and number!
/Pål
I am wondering if anyone has been able to figure out what kind of "LiveEffectXML" is a parameter to PageItem.applyEffect()
It's been years since this feature has been out, but no documentation anywhere.
Hi all,
i'm working on a script and final step is missing, i just want to know Transform each function code on JavaScript, or at least i want to create a code can do a shortcut like (Alt+Ctrl+Shift+D)
Object > Transform > Transform Each with Reflect X and Center point position
is it possible??
Thanks a lot
Hello!
I have been tying to figure out how I could easily embed multiple linked images easily. I have some 1000 .svg images which have about 1-7 .tif images linked in to them. I now need to get those links embedded and becouse of the amount of images I'm hoping to make an action out of it. I have a script to embed single image in .svg but haven't have luck with multiple embeddings.
Any ideas?
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 was hoping to find a script that will seperate the text into layers ready for export to After Effects to be used in Kinetic Typography pieces
thank you
In PhotoShop CS3, you can select File/Automate/Batch, and run an Action on an entire folder. I don't see that option in Illustrator CS3? Is there a way to run an action on an entire folder?
I'm attempting to save many EPS images as PNG images, and would really like to retain "vector attributes" - is any of this possible???
Thanks for any help.
Hi I have a question regarding compatibility beetween Windows and Mac scripts.
Does a script writen in Windows works in a Mac computer ?
and viceversa.
Thanks
Manuel
I know about the various sample scripts, but does there exist a source of open and free scripts that are popular?
Hi
Is there any way to open a file on ACROBAT via BRIDGETALK?
Is it possible to create script that will take object (Text and Images) form one and AI file and placed them into another AI file in specific layer and location?
When I do it manually:
#1 - Create Banner Design (Text and Images)
# 2 - Outline the text and group it with images to make it one object.
# 3 - Copy the group object
# 4 - Open another Ai file
# 5 - Paste it into specific layer and adjust location
We do this to individually customize documents and it is very time consuming.
Feel free to contact me directly, we will consider to hire programer to help us.
I have a very complex graphic with many elements and I would like to find a way to hide layers based on a list. In the documentation that there is a way to tell if a layer is hidden, but didn't see anything about a way to actually to control the hide/unhide property. Is this possible?
Thanks!
Is there a way to write a script to copy a selected/chosen artboard (and it's contents) to another opened document, placing it in exactly the same place on the global x/y coordinates? I'm either unable to find this feature built in to Illustrator, or it's simply missing. Any help is greatly appreciated.
Thanks!
Tim
Just looking for confirmation: in CC does it appear that only recognized click even is a double-click?
I'm trying to build a javascript tool in ExtendScript Toolkit CC to work with Illustrator CC (2015) but have run into a snag.
The script will create an object (a small circle in this case) at the mouse's current position within the document's active layer. But I can't seem to find a call in the library to retrieve the location info. I know that the data is tracked because if I open the "Window > Info" tool it shows the cursor's X and Y position in relation to the document bounds.
Is there a call anywhere in the javascript library that gives me access to these data points?
I can't find a way to set the unit preferences for Illustrator CS6/CC using JavaScript.
I found that this works (setting units for stroke):
var units = 2; // 0-inches, 1-milllimeters, 2-points
app.preferences.setIntegerPreference("strokeUnits", units)
But I want to set the ruler units ("General" in the interface), and this does not work:
app.preferences.setIntegerPreference("rulerUnits", units)
Any help?
Peter
Hi,
Can it be possible to convert .ai file into .doc file or any tool which will do this conversion.
Thanks,
Shail
I am creating a script to distribute to users.
The package contains 1 script and a graphic style library that is required to apply a 3d effect in the script.
Is there a way to open the graphic style library from the script?
The script and library will both be located in the Adobe Illustrator Presets.
I am trying to reduce the amount of actions required by the user so that they only need to run the script without having to open the graphic style library first.
Below code occurs error: target layer cannot be modified
But no unvisible or locked layer
var style = app.activeDocument.graphicStyles.getByName("Jive_GS");
style.applyTo(myvector);
Hello,
It is possible to apply the Convert to Grayscale(Edit->Edit Colors->Convert to Grayscale) for the selected items in illustrator cs3 in script (javascript)?
Kindly advice me the possiblities.
I'm a begginer I hope somebody help me
Thanks a lot
Florin
Hi,
I've managed to select elements on a source file but it fails when copying. The selection should be copied on targetFile.
There is like 5 to 10 files by sourceFolder (there is an error in opening each file but this is not the matter for now - only the first one is openend)
var targetFile = app.documents.add(); //this is my output file - it works
folder = Folder.myDocuments; //this paragraph works for now
sourceFolder = folder.selectDlg("source");
for ( i = 0; i < files.length; i++ ){
var sourceDoc = app.open(files[i]);
var doc = app.activeDocument;
for (i = 0; i < doc.pageItems.length; i++) {
doc.pageItems[i].selected = true;
}
var mySel = app.activeDocument.selection; //this paragraph need rework
newItem = mySel[0].duplicate(); //mysel.duplicate() is not a function
}
Thanks I copy a document, resize it and place it then I print the output