Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Bethany839

2 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi706

The built-in javascript will place one PDF page per Indesign page. However I recently had a need to place a multiple paged PDF into a grid of pre-existing image frames. I want to do this sometimes when I'm putting an existing document into a "presentation" document for review.

So I wrote an AppleScript that does this. It has the option to place not just a multiple paged PDF but also a folder of images (which may also contain PDFs). If there aren't enough picture frames selected on the page, an option lets you duplicate the original page and continue filling the boxes until all images or pages have been placed.

Try it out and give me some feedback!
www.drscripto.com/?p=797

Regards,
David

10% popularity Vote Up Vote Down


 

@Looi7658678

It's hidden away but it is possible.

1) File > New > Document

Enter the number of pages of your PDF in "Number of Pages". Deselect "Facing Pages" if you want individual pages. If you know the dimensions of your PDF, set that as your document width and height now, otherwise you can edit it later using File > Document Setup.

2) Window > Utilities > Scripts

Drop down "Application", drop down "Samples" and drop down "JavaScript". Locate "PlaceMultipagePDF.jsx" and double-click it. Locate your PDF and open it. Follow the "OK" prompts and allow it to populate in inDesign.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme