word 转html
word 转html string dtTicks = DateTime.Now.Ticks.ToString(); //在此处放置用户代码以初始化页面 string dir = wordFileName.Substring(0, wordFileName.LastIndexOf("\\")); string strSaveFileName = dir + "\\" + dtTicks + ".html"; Aspose.Words.Document awd = n
下载地址
用户评论