This method provides a simple method for remapping the pages in a
document. It can be used for reordering, copying or deleting
pages.
It accepts a list of page numbers and reorders the pages in the
document so that they match these page numbers. If a number is
repeated more than once, the page is duplicated. If a number is
omitted, the page is deleted.
Page numbers can be delimited using spaces, commas or semicolons.
The first page in a document is page one. So to reverse a four page
document, you might use "4 3 2 1".
If a page is duplicated and it contains Form fields, you may want to
call MakeFieldsUnique
to avoid sharing fields across pages.
|