InsertAttachedPagesActionModel Data Type

This action is used to insert or append a PDF or image file as a page/pages. An image (jpeg, tiff, gif, png) or pdf file must also be sent as part of the request.

Properties
name data type description
dpi number The resolution of the gif image. Ignored for other content types.
Properties inherited from InsertPagesActionModel
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

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