InsertPagesActionModel Data Type

Insert page actions are used to insert pages into the document. InsertPagesActionModel is abstract and should not be used. Instead, use one of it's subclasses: InsertAttachedPagesActionModel and InsertUploadedPagesActionModel.

Properties
name data type description
pageIndex number The index where the first page will be inserted. If not supplied the pages will be appended at the end of the document.
appendPassword string The password (if any) for the document that will be appended. Applies only to pdfs.
pageRange string Optional. The page range may be specified as a single number or as a hyphen separated range, i.e. 2-4.

Example

{
  "pageIndex" : 12345,
  "appendPassword" : "...",
  "pageRange" : "..."
}