Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
For joining and appending using Aspose.Words Java Apis in Python, simply use appendDocument method.
Python Code
dstDoc = self.Document(self.gDataDir + "TestFile.Destination.doc")
srcDoc = self.Document(self.gDataDir + "TestFile.Source.doc")
\# Append the source document to the destination document using no extra options.
dstDoc.appendDocument(srcDoc, self.ImportFormatMode.KEEP_SOURCE_FORMATTING)
Download Joining And Appending (Aspose.Words) form any of the below mentioned social coding sites:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.