This action is used to insert or append a PDF that is already uploaded.
| name | data type | description |
|---|---|---|
| appendFilePath | string | The path to the already uploaded document including parent directories. |
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
{
"appendFilePath" : "...",
"pageIndex" : 12345,
"appendPassword" : "...",
"pageRange" : "..."
}