hc10

一种办法是

1、 首先得添加一个dll文件Aspose.Words.dll文件。

2、 在项目中添加引用该文件。

protected void btnChange_Click(object sender, EventArgs e)

    {

string filePath = Server.MapPath("~/help/视维视频租用平台用户手册.docx");

       Aspose.Words.Document d = new Aspose.Words.Document(filePath);

       d.Save("d:\\1.html", SaveFormat.Html);

    }

分类:

技术点:

相关文章:

  • 2022-02-10
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2021-05-30
  • 2022-02-10
相关资源
相似解决方案