Skip to main content
Participating Frequently
June 20, 2024
Question

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

  • June 20, 2024
  • 1 reply
  • 2289 views

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!

This topic has been closed for replies.

1 reply

Robert at ID-Tasker
Legend
June 20, 2024

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.

 

Participating Frequently
June 21, 2024

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.

Participating Frequently
June 21, 2024

You need to change line 237 like this:

 

 

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:

 

or hamburger menu:

 

 

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

 

Then do the same steps with USER folder:

 

 

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.

 


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?