InsertPage Document Command

INSERTPAGE Text Commands

Inserts page(s) in a document or chapter.

insertpage [where] [PAGE number | DOCUMENT name | WINDOW name] [COUNT number] [INSPREAD [type]]

PAGE/s The reference page number.

Default=current.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

where/k The position of the inserted pages relative to the reference page.

Options: BEFORE (default) | AFTER.

COUNT/i The number of pages to insert.

(Default=1)

INSPREAD/k How to insert the pages: DEFAULT(default) | HORIZONTAL | VERTICAL.

Notes:

Default inserts normal pages, while Horizontal and Vertical insert pages as part of a spread.

Examples:

insertpage before page 1

insertpage after page 5 count 2 inspread vertical

 

InsertPage  Command Definition  url:PGScmd/insertpage
  created:2006-03-30 14:58:59   last updated:2006-03-30 14:58:59
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For InsertPage
Dan Kilroy wrote...2006-05-03 19:05:02

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Insert a {...} .

InsertPage ([BEFORE|AFTER] [COUNT number] [INSPREAD [DEFAULT|HORIZONTAL|VERTICAL]] [PAGE document:...-pagenum | DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertPage