摘要: public static void ConvertPicture2PDF(string jpgfile, string pdf) { try { var document = new Document(iTextSharp.text.PageSize.A4, 25, 25, 25, 25); us 阅读全文
posted @ 2018-01-29 10:23 撩剑势 阅读(710) 评论(0) 推荐(1) 编辑
摘要: 代码中需引用SevenZipSharp.dll,项目路径下需存在7z.dll public static string UnCompress7zZip(string str待解压文件, string str解压文件夹, string str密码=null) { String str7zRunPath 阅读全文
posted @ 2018-01-29 10:06 撩剑势 阅读(1869) 评论(0) 推荐(0) 编辑