导航

2012年7月20日

摘要: http://www.cnblogs.com/islands/archive/2008/06/27/1231288.htmlhttp://itextsharp.sourceforge.net/index.htmlhttp://www.koders.com/csharp/fid9CD533EF4F80FA1F37332A8D9570B4D9BD4A2129.aspx?s=fileusing System;using iTextSharp;using iTextSharp.text;using iTextSharp.text.pdf;using System.IO;using System.Co. 阅读全文

posted @ 2012-07-20 10:56 kingwangzhen 阅读(733) 评论(0) 推荐(0)

摘要: http://www.cnblogs.com/cbcye/archive/2009/03/10/1407672.html在企业开发过程中经常会遇到文件的压缩与解压,虽然网上很多流行的压缩文件格式都是RAR的,但是由于RAR不是一个开放的标准,因此ZIP成了更多人的选择。如果你不想自己开发的话可以选择开源的项目,比如SharpZipLib就是一个不错的选择。组件的使用比较简单,请参照下面的代码。点击下载项目源码http://www.icsharpcode.net/OpenSource/SharpZipLib/Code highlighting produced by Actipro CodeH. 阅读全文

posted @ 2012-07-20 10:47 kingwangzhen 阅读(164) 评论(0) 推荐(0)