Click or drag to resize

DocAI DocumentMerge Method

Merges the data from multiple documents into a destination document using AI.

Namespace: Spire.Doc.AI
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string DocumentMerge(
	Document descDocument,
	List<Document> srcDocuments
)

Parameters

descDocument
Type: Spire.Doc Document
The destination document where the merged data will be placed.
srcDocuments
Type: System.Collections.Generic List Document
The list of source documents containing the data to be merged.

Return Value

Type: String
A sync task that returns a string indicating whether the processing was successful or not.
See Also