std.MergeDocuments
This job adds the document pages of a specified object to another target object. The document type of both objects should be the same. The source object loses its document pages after this action.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
ID of the target object |
|
INT |
Yes |
Type of the target object |
|
INT |
Yes |
Page count of the target object |
|
INT |
Yes |
ID of the object to be appended |
|
INT |
Yes |
Type of the object to be appended |
|
INT |
Yes |
Page count of the object to be appended |