Duplicate a page
/Description: Duplicate an existing page.
Assumptions: An optional 'myPage' page type script parameter.
#Pick one of the following Page reference options: #myPage = Application.Document.Pages[0] #Page index method #myPage = Application.Document.ActivePageReference #Active page method #myPage as a page type script parameter #Script parameter method #Duplicate an existing page Application.Document.Pages.AddDuplicate(myPage)