Script - Rename Artboards + Number suffix
Hello
I was about to post, and thanks to chat gpt I've had a working solution.
Just posting so users can find the solution for themselves later on
Script is on second post 🙂
Cheers pals!
This script will rename the artboards in the active document by using the name of the document and adding a suffix number.
The suffix number will have a fixed width of 2 digits and be zero-padded if necessary.
For example, if the document name is "Myfilename.ai", the first artboard will be renamed to "Myfilename 01",
the second artboard to "Myfilename 02", and so on.
