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

importing pages from an InDesign document into boxes on another InDesign document

New Here ,
Jun 20, 2024 Jun 20, 2024

Copy link to clipboard

Copied

I need a script that will import each page from a multipage InDesign document into boxes I've created in a new document (with the option to include any bleed set in the multipage document or not). If I have 1000 pages in one document, I want to bring each page in to a new document to fill the 1000 boxes I've positioned. Then tell me if I've only created say 900 boxes on my new page, that the last 100 pages weren't imported.

Right now, I have to do this manually, and it's gruellnig!

TOPICS
Scripting

Views

771

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 ,
Jun 20, 2024 Jun 20, 2024

Copy link to clipboard

Copied

Why?

 

If you export your source INDD file as separate PDFs - you could use ImageCatalog script.

 

Or you can export as a single PDF - and use PlaceMultipagePDF script.

 

Both included with InDesign.

 

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 ,
Jun 21, 2024 Jun 21, 2024

Copy link to clipboard

Copied

thanks for your reply - PlaceMultipagePDF doesn't do what I want at all - if i have a 300 page INDD doc I saved as a 300 page PDF, using this makes another 300page INDD doc. I need all the pages in one new page.

ImageCatalogueScript might have worked except that it creates a new 8.5x11 page to put the images on. I need to be able to make my own size page.

An example would be to fit 300 3.4" w x 2.4" h pages from document A into onto a 40.8x60 page in document B like the screengrab attached.

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 ,
Jun 21, 2024 Jun 21, 2024

Copy link to clipboard

Copied

oops wrong attachment...

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 ,
Jun 21, 2024 Jun 21, 2024

Copy link to clipboard

Copied

So you want a ContactSheet? 

 

I'll check later but I'm pretty sure you can change the output page size in the Image Catalog script - set it to whatever you want - or just use current document.  

 

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 ,
Jun 21, 2024 Jun 21, 2024

Copy link to clipboard

Copied

You need to change line 237 like this:

 

RobertatIDTasker_0-1718994250290.png

 

From now on - script will use Active Document - so you can define whatever size you need and then run script.

 

Warning - you probably won't be able to save it - so you need:

- open Scripts pallet,

- highligh this script and either use right mouse button - on Windows / PC:

RobertatIDTasker_4-1718994553305.png

 

or hamburger menu:

 

RobertatIDTasker_5-1718994572336.png

 

Copy it - Ctrl+C or whatever shortcut is on a Mac.

 

Then do the same steps with USER folder:

RobertatIDTasker_6-1718994676617.png

 

RobertatIDTasker_7-1718994698160.png

 

Double click on "Scripts Panel" to get inside - and paste there copied script.

Then edit it and save.

From now on it will be in USER scripts folder - not SAMPLES.

 

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 ,
Jun 21, 2024 Jun 21, 2024

Copy link to clipboard

Copied

thanks! Once I have the new document exactly the right size, it's perfect! Other than the fact that the numbers aren't in order. It seems pretty randomly placed on the page. This would be a problem for our team as we need to give them to the customer in order once they're cut. Any thoughts on why this would be?

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 ,
Jun 21, 2024 Jun 21, 2024

Copy link to clipboard

Copied

Not sure - it's probably the order in which files has been saved - creation date - not by name?

 

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 ,
Jun 24, 2024 Jun 24, 2024

Copy link to clipboard

Copied

they were all created from a multi page INDD doc where they're in order. Then exported to a PDF, then I split that PDF into single pages.

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 ,
Jun 24, 2024 Jun 24, 2024

Copy link to clipboard

Copied

ah, it's placing them in size order. #2 is 18,991 bytes, #7 is 19,007, #14 is 19,042 etc.

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 ,
Jun 25, 2024 Jun 25, 2024

Copy link to clipboard

Copied

I just need to figure out how to change that to alphabetical order. 

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 ,
Jun 25, 2024 Jun 25, 2024

Copy link to clipboard

Copied

quote

I just need to figure out how to change that to alphabetical order. 


By @B38120085xc66

 

What is your default sort order in the system - or when you run script and point to the folder? 

 

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 ,
Jun 28, 2024 Jun 28, 2024

Copy link to clipboard

Copied

alphabetical. I tried changing the view order, but it didn't make any difference to the result.

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 ,
Jun 28, 2024 Jun 28, 2024

Copy link to clipboard

Copied

quote

alphabetical. I tried changing the view order, but it didn't make any difference to the result.


By @B38120085xc66

 

But "Sort by" is "none"? 

 

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 ,
Jun 28, 2024 Jun 28, 2024

Copy link to clipboard

Copied

no, it says sort by name.

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 ,
Jun 28, 2024 Jun 28, 2024

Copy link to clipboard

Copied

quote

no, it says sort by name.


By @B38120085xc66

 

Right, sorry. 

 

I'm sure it should be possible to sort the array before using it.

 

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 ,
Jun 28, 2024 Jun 28, 2024

Copy link to clipboard

Copied

LATEST

I've tried, but it's beyond me. It sounds like it should be so simple, but I can't get it to work.

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