摘要: //数据压缩成Zip再发送 public static string ZipBasebyte(string xml) { byte[] bytesToCompress = Encoding.GetEncoding("GBK").GetBytes(xml); MemoryStream ms = new 阅读全文
posted @ 2024-06-15 15:49 KevinSteven 阅读(1) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 除去指定区域水印 /// </summary> /// <param name="sourceImagePath"></param> /// <param name="outputImagePath"></param> public static void Rem 阅读全文
posted @ 2024-06-15 15:43 KevinSteven 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 使用NuGet程序包下载安装 O2S.Components.PDFRender4NET.dll using O2S.Components.PDFRender4NET; //引用 O2S.Components.PDFRender4NET.dll /// <summary> /// PDF转JPEG / 阅读全文
posted @ 2024-06-15 15:42 KevinSteven 阅读(2) 评论(0) 推荐(0) 编辑