摘要: //上传文件转二进制流string fileFullPath = Path.Combine(UploadRoot, filePath);using (FileStream fs = new FileStream(fileFullPath, FileMode.Open, FileAccess.Read 阅读全文
posted @ 2021-02-25 17:04 孜孜不倦超越自我 阅读(168) 评论(0) 推荐(0)
摘要: //word 文件转PDF 预览private readonly string Historyfile = Config.ConfigHelper.GetAppSetting<string>("Historyfile"); string filePath = "app/download/0a05e9 阅读全文
posted @ 2021-02-25 16:32 孜孜不倦超越自我 阅读(66) 评论(0) 推荐(0)