代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
+4 -5
View File
@@ -1,5 +1,4 @@
using Aspose.Words;
using Microsoft.Office.Interop.Excel;
using System;
using System.IO;
using System.Net;
@@ -242,7 +241,7 @@ namespace BLL
}
}
}
public static void WordIntoPdf(string wordPath, string pdfPath)
/* public static void WordIntoPdf(string wordPath, string pdfPath)
{
Microsoft.Office.Interop.Word.Application application = new Microsoft.Office.Interop.Word.Application();
Microsoft.Office.Interop.Word.Document document = null;
@@ -261,7 +260,7 @@ namespace BLL
document.Close();
}
}
*/
/// <summary>
/// html代码转word
/// </summary>
@@ -281,7 +280,7 @@ namespace BLL
sw.Flush();
sw.Close();
}
public static string WordToHtml(object wordFileName)
/* public static string WordToHtml(object wordFileName)
{
//在此处放置用户代码以初始化页面
Microsoft.Office.Interop.Word.ApplicationClass word = new Microsoft.Office.Interop.Word.ApplicationClass();
@@ -340,7 +339,7 @@ namespace BLL
//process.Start();
}
#endregion
#endregion*/
//public static string GetPathByDocToHTML(string strFile)
//{
// if (string.IsNullOrEmpty(strFile))