Aspose.Words 合并word文档

1.Aspose.Words 合并word文档内容

Document doc = new Document("D:\\work\\xxx.docx");

Document doc2 = new Document("D:\\work\\yyy.docx");

// 合并
doc.appendDocument(doc2, ImportFormatMode.USE_DESTINATION_STYLES);

// 保存文档
doc.save("D:\\work\\out.docx");

2. 官网提供的版本需收费,请自行购买。

3.若仅学习交流使用,可下载破解版本:​​​​​​https://download.csdn.net/download/fenglin987/87705207s

使用前先加载 License 可去除水印和页数的限制。

private static void asposeSetLicense() throws Exception {
     com.aspose.words.License wordsLicense = new com.aspose.words.License();
     InputStream inputStream = AsposeUtils.class.getResourceAsStream("/license.xml");
     wordsLicense.setLicense(inputStream);
}

ps:

1.官网网站:On Premise File Format API Releases | Aspose

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值