上传者: 38735182
|
上传时间: 2022-03-10 22:06:55
|
文件大小: 36KB
|
文件类型: -
只要把aspose.words.dll 在bin中添加引用即可。 代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using Aspose.Words;using Aspose.Words.Saving;using System.IO;
namespace NewConvertBook{ public partia