Copy link to clipboard
Copied
I have a document with 20 Artboards. When I resize one it only changes that one. I'm in CS5. Is it possible to resize all artboards at once the way you used to be able to do in document set-up? Many thanks!
Wade_Zimmerman wrote:
That's a vrry good script but t does not allow you to resize certain artboards and not tohers
@ Wade
You could recode it and setup a confirm in the loop to determine if you want to resize the current artboard in the iteration of the loop, if no then skip it, if yes then prompt for sizes and proceed. Then you could resize which ever ones you desire as such, some and not others. You could even distinguish with each confirm and prompt what artboard is being targeted by displaying
...Hi @yugeafria copy the script, open a text editor like Notepad on Windows, paste the script, save as PLAIN text (not Rich Text) with a jsx extension (yourScript.jsx)
then in Illustrator go to File->Scripts->Other Scripts...and navigate to your script
Copy link to clipboard
Copied
Hi @yugeafria copy the script, open a text editor like Notepad on Windows, paste the script, save as PLAIN text (not Rich Text) with a jsx extension (yourScript.jsx)
then in Illustrator go to File->Scripts->Other Scripts...and navigate to your script
Copy link to clipboard
Copied
Very useful script. You are ingenious Carlos Canto.
Copy link to clipboard
Copied
Yes, you can change all ARTBOARD size at once, watch here: