Copy link to clipboard
Copied
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
does this do what you are after?
modified a script I wrote to do the same with layers.
...//===========================================================
//
// Rename Artboards
//
//===========================================================
//
// Version 0.1
// 25/5/2015
// Qwertyfly
//
//===========================================================
var doc = app.activeDocument, abs = [];
for(var i = 0; i < doc.artboards.length; i++){
abs.push(doc.artboards.name)
Copy link to clipboard
Copied
This is awesome, thank you!
Copy link to clipboard
Copied
@Sergey Osokin I love your script! Unfortunately at the moment the dialogue appears as a tiny button which I cannot enlarge; when I activate it I can see all the artboard numbers, and the start of the name. Is there a pref file I can reset somewhere?
Copy link to clipboard
Copied
This is not normal. The script has no minimize function. You can set the number of rows in CFG.rows height and the size of the CFG.listHeight area in the CFG variable. Are you experiencing this problem with other dialog scripts? What have you changed in Illustrator recently? Perhaps you have installed a new release or are using the beta version of Illustrator?
Copy link to clipboard
Copied
You're right, it's an AI problem, the same is happening with another script.
I am running AI 28.7.1 on MacOS 14.7. I think it's been going on since AI 28.7.
I guess I'll try deleting my AI prefs. Thanks for your quick response!
Copy link to clipboard
Copied
We should try a preference reset. I tested AI v28.7.1 and Mac OS 12.7.6, no scripting problem found.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now