Skip to main content
Participant
October 22, 2012
Question

Selecting Content on all pages

  • October 22, 2012
  • 2 replies
  • 747 views

I'm sure if this is possible or not, but I have about 600+ pages between two documents, and I am wanting to move the content (paths) over and down a certain amount away from the edge (so that I don't worry about when it's cut the content being too close to the edge. I do not want to have to go page by page and manually move the content over and down (i do not want to change the page size or anything like that). Is this possible?

I have InDesign CS6 and am running it on an Mac with 10.8.2.

Below is a screenshot of only one of the pages to give you an idea (that it's not actual text). I want to be able to select ALL of on ALL of the pages to move them all at once.

This topic has been closed for replies.

2 replies

Trevor:
Legend
October 22, 2012

Run this "script"

app.documents[0].pages.everyItem().pageItems.everyItem().move([],["0mm","15mm"]) // change the 15mm to what you need

Trevor

October 22, 2012

Moved to InDesign Scripting....