merge_docs method

merge_docs(input_documents, merge_format_mode)

Merges the given input documents into a single document and returns Document instance of the final document.

def merge_docs(self, input_documents: List[aspose.words.Document], merge_format_mode: aspose.words.lowcode.MergeFormatMode):
    ...
ParameterTypeDescription
input_documentsList[Document]The input documents.
merge_format_modeMergeFormatModeSpecifies how to merge formatting that clashes.

See Also