类 Html2Docx

java.lang.Object
com.gdxsoft.easyweb.utils.fileConvert.Html2Docx

public class Html2Docx extends Object
Html文件转换成 docx
作者:
guolei
  • 构造器详细资料

    • Html2Docx

      public Html2Docx()
  • 方法详细资料

    • convert2Docx

      public void convert2Docx(File htmlFilePathAndName, File docxFilePathAndName)
      Html文件转换成 docx
      参数:
      htmlFilePathAndName -
      docxFilePathAndName -
    • convert2Docx

      public void convert2Docx(String htmlFilePathAndName, String docxFilePathAndName)
      Html文件转换成 docx
      参数:
      htmlFilePathAndName -
      docxFilePathAndName -