Macro Language Reference > Macros > Page > tpmove
  
tpmove
Description
Move a page to another page position in a document.
 
Example 178. Move current page forward by two pages
tpmove +2
 
Example 179. Move the current page to page 10
tpmove 10
 
Example 180. Move pages 2-6 to page 12
tpmove 12, 2, 6
Syntax
tpmove to_page:n? ( start_page:n? ( end_page:n? ) )
to_page
The page position to which to move the specified page
start_page
The page to be moved, or the first page of a set of pages to be moved, terminated by end_page. The current page will be assumed if a page is not specified.
end_page
The last page of a set of pages to be moved.