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

dwObjectID1

INT

Yes

ID of the target object

dwObjectType1

INT

Yes

Type of the target object

PageCount1

INT

Yes

Page count of the target object

dwObjectID2

INT

Yes

ID of the object to be appended

dwObjectType2

INT

Yes

Type of the object to be appended

PageCount2

INT

Yes

Page count of the object to be appended

2. Return Value

(INT): 0 = Job successful, otherwise error code.