Reply To: Script to duplicate page/spread after current

#89579
Anonymous
Inactive

You could use:

app.activeWindow.activePage = app.activeDocument.pages [yourPageIndex];

or

app.activeWindow.activePage = app.activeDocument.pages.itemByName (“Your page number”);

Michael

This article was last modified on November 3, 2016

Comments (0)

Loading comments...