Menu

Append Documents

Shoaib

Aspose.Words

Document doc1 = new Document("data/doc1.doc");
Document doc2 = new Document("data/doc2.doc");

doc1.appendDocument(doc2, ImportFormatMode.KEEP_SOURCE_FORMATTING);

Download Source Code


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.