Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is it possible to resize all artboards at once the way you used to be able to do in document set-up?

Enthusiast ,
Nov 04, 2012 Nov 04, 2012

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!

TOPICS
Scripting
83.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mentor , Nov 05, 2012 Nov 05, 2012

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

...
Translate

correct answers 1 Pinned Reply

Community Expert , Feb 17, 2023 Feb 17, 2023

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

Translate
Adobe
Community Expert ,
Feb 17, 2023 Feb 17, 2023
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 07, 2015 May 07, 2015

Very useful script. You are ingenious Carlos Canto.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 30, 2019 Sep 30, 2019

Yes, you can change all ARTBOARD size at once, watch here:

 

https://www.youtube.com/watch?v=NoPungS8KXI

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines