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

ImageCatalog.jsx for A3 size ?

New Here ,
Dec 23, 2019 Dec 23, 2019

Copy link to clipboard

Copied

Hi,

I want to generate a photo album (aroubnd 1000 images) with ImageCatalog.jsx on another format than the pre-defined A4.

How can i change the script so that the final result is on, for example, A3 size ?

The final results is systematically on an A4 and changing the document set-up into another (for example A3) format, is just not good because some original images are on portrait and other on Landscape and resizing the layout is NOT satisfactory.

Thank you,

Pablo Cassina

TOPICS
How to

Views

1.4K

Translate

Translate

Report

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
Adobe Employee ,
Dec 25, 2019 Dec 25, 2019

Copy link to clipboard

Copied

Hi there,

Could you please let us know the Adobe app you are using to this task. We will be able to help you better.

 

Votes

Translate

Translate

Report

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
New Here ,
Feb 10, 2020 Feb 10, 2020

Copy link to clipboard

Copied

Hi, I wanted to use Indesign.

Thank you for your help.

I would like to import all those photos easily (like a photo album) and define an A3 page format (or be able to define whatever the final format is.

Votes

Translate

Translate

Report

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
Adobe Employee ,
Feb 10, 2020 Feb 10, 2020

Copy link to clipboard

Copied

Thanks for sharing that information, I am moving your query to the correct community 'InDesign' experts here will be able to assist you better. 

Votes

Translate

Translate

Report

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 Expert ,
Feb 10, 2020 Feb 10, 2020

Copy link to clipboard

Copied

LATEST

Hi Pablo,

the good news: You will not need to change any code to achieve this!

Why? Because the script picks up what's default if you do a new document.

 

The core of the script is this line of code:

var myDocument = app.documents.add();

 

The bad news is not so bad at all:

Change the default for a new document with your version of InDesign.

You do that when no document is open.

 

Go to File > Document Setup… dialog, change A4 to A3 and you are ready to go.

 

See screenshot from my German InDesign 2020 on Windows 10:

 

DocumentSetup-ChangeDefaultTo-A3.png

 

You may also disable Facing Pages, use Landscape for page orientation instead of Portrait and do different page margins.

Then run the script. When done there are three things left to do:

 

1. Change your ruler measurement systems back to Millimeters.

( The script always change them to Points. )

2. Save and close your document.

3. Change back your defaults to A4 etc.pp.

 

Regards,
Uwe Laubender

( ACP )

Votes

Translate

Translate

Report

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