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):
...
Parameter | Type | Description |
---|---|---|
input_documents | List[Document] | The input documents. |
merge_format_mode | MergeFormatMode | Specifies how to merge formatting that clashes. |
See Also
- module aspose.words.lowcode
- class Merger