pdf转换
摘要:namespace Utilities { public static class PDFHelper { /// /// Html转Pdf /// /// HTML内容 /// 文件路径 /// 文件名 public static bool HtmlToPdfB...
阅读全文
posted @
2018-12-10 15:57
雪原日暮
阅读(247)
推荐(0) 编辑
SharpCompress 压缩解压
摘要:public class SharpCompressHelper { public static void UnRAR(string srcUrl,string targetUrl) { using (Stream stream = File.OpenRead(srcUrl)) { ...
阅读全文
posted @
2018-12-10 14:47
雪原日暮
阅读(1593)
推荐(0) 编辑
ICSharpCode.SharpZipLib.Zip 压缩文件
摘要:public class ZipFileHelper { List urls = new List(); void Director(string dir) { DirectoryInfo d = new DirectoryInfo(dir); FileSystemInfo[] fsinfos = d.GetFileSystemInfos(); foreach (FileSystemInfo f...
阅读全文
posted @
2018-12-10 14:44
雪原日暮
阅读(1196)
推荐(0) 编辑