Aspose.Words .NET如何实现文档合并的同页分页显示

摘要: C#Document dstDoc = new Document(gDataDir + "TestFile.Destination.doc");Document srcDoc = new Document(gDataDir + "TestFile.Source.doc");// Make the d... 阅读全文
posted @ 2014-07-09 12:00 吟风码库 阅读(521) 评论(0) 推荐(0)