随笔分类 -  iTextSharp(iText#)

iText# (iTextSharp) is a port of the iText open source java library written entirely in C# for the .NET platform. iText# is a library that allows you to generate PDF files on the fly. It is implemented as an assembly.
iTextSharp生成的PDF显示“Page X of Y”的效果,IPdfPageEvent的应用一例
摘要:一个网友的来信: 你好,我刚开始尝试使用iTextSharp,遇到一个问题: 我生成的pdf要求页脚显示“Page x of y”,看范例里面的写法 HeaderFooter f = new HeaderFooter( new Phrase("Page "), true); doc.Footer = f; 这样显示可以看到当前页码,但是没办法得到PageCount。 阅读全文
posted @ 2005-11-16 09:22 RubyPDF 阅读(7176) 评论(5) 推荐(1) 编辑
New release iTextSharp 3.0.9 (2005-11-09)
摘要:Changes in iTextSharp 3.0.9 (2005-11-09) - added cell and table event forwarders - Properties.AddAll() threw a cast exception - a few properties didn't set correctly the values - Added Image.UnEsc... 阅读全文
posted @ 2005-11-10 07:17 RubyPDF 阅读(2268) 评论(1) 推荐(0) 编辑
iTextSharp 将亚洲字体支持(CIDFonts)和itext-hyph-xml 发布为独立的library
摘要:iTextSharp 将亚洲字体支持(CIDFonts)和itext-hyph-xml 发布为独立的library 阅读全文
posted @ 2005-11-05 07:08 RubyPDF 阅读(12836) 评论(43) 推荐(0) 编辑
New release iTextSharp 3.0.8 (2005-10-19)
摘要:New release iTextSharp 3.0.8 (2005-10-19) 阅读全文
posted @ 2005-10-21 07:17 RubyPDF 阅读(3145) 评论(0) 推荐(0) 编辑
我的两份iTextSharp的教程源码(分别为C#和VB.NET)已被iTextsharp.sf.net收录
摘要:看来我要继续努力更新和完善它们才是。另外根据iText 1.54 版本的教程也几经port完毕,不日也将提供下载,这封教程相比已经提交的在iTextSharp的应用深度上更有进步。 阅读全文
posted @ 2005-10-14 08:49 RubyPDF 阅读(8278) 评论(17) 推荐(0) 编辑
iTextSharp (iText#) tutorial update version,VB.NET version
摘要:这个版本根据C#的版本通过SharpDevelop转换,然后修改而成 阅读全文
posted @ 2005-09-28 07:53 RubyPDF 阅读(3051) 评论(0) 推荐(0) 编辑
一个简单的iTextSharp的ASP.NET的例子(根据iText的jsp版本转换而来)
摘要:这个例子本也属于iTextSharp Tutorial的一部份,但因为是ASP.NET的,所以当时在提交教程的时候就把它忽略了,不知道是否有放上来的必要 阅读全文
posted @ 2005-09-28 07:20 RubyPDF 阅读(3947) 评论(0) 推荐(0) 编辑
iTextSharp增加CIDFont支持的另类实现方法(也许灵活性更大些)
摘要:在《为iTextSharp增加CID-keyed 字体(简称CIDFont)支持,让你在没有中文(CJK)TrueType字体(.TTF,.TTC)环境下一样完美显示中文(CJK)》一文中介绍的方法是把所有(或者想要的)CIDFont和Cmap嵌入到iTextSharp中,这时只要留心就会发现,iText的体积翻倍了,而且如果有了新的CIDFont,你还要重新编译iTextSharp,有没有别的解决办法呢? 阅读全文
posted @ 2005-09-24 10:40 RubyPDF 阅读(4642) 评论(0) 推荐(0) 编辑
为iTextSharp增加CID-keyed 字体(简称CIDFont)支持,让你在没有中文(CJK)TrueType字体(.TTF,.TTC)环境下一样完美显示中文(CJK)
摘要:CID-keyed 字体(简称CIDFont)。这种字体是Adobe公司为大字符集语言设计的,其中包含了一象形文字,由字符ID(CID)进行索引。 为使这种文字有意义,Adobe提供了一套CMap文件,从CIDFont文件中产生的PS字体名词由CIDFont和CMap共同组成,中间用两个短横线相连,举例来说,由CIDFont`Munhwa-Regular'生成,使用CMap`UniKS-UCS2-H'的字体就叫做: Munhwa-Regular--UniKS-UCS2-H Java版本的iText为了实现对CJK字体的支持需要以下两个Jar包: http://prdownloads.sourceforge.net/itextpdf/iTextAsian.jar http://prdownloads.sourceforge.net/itextpdf/iTextAsianCmaps.jar 可是iTextSharp如何利用这两个包的资源呢? 阅读全文
posted @ 2005-09-24 10:16 RubyPDF 阅读(8804) 评论(0) 推荐(0) 编辑
PDF Bookmark Extract1.0 release(Free Version) PDF书签抽取器(iTextSharp的利用)
摘要:这篇以前是放在我另外一个blog上的,现在把它移过来了,并到我的iTextSharp专题下。http://www.filefarmer.com/steedsoft/BookmarkExtractor1_0.zip http://dl2.rapidshare.de/files/3861828/27229742/BookmarkExtractor1_0.zip About PDF Bookmark E... 阅读全文
posted @ 2005-09-09 06:43 RubyPDF 阅读(4491) 评论(3) 推荐(0) 编辑
iTextSharp (iText#) tutorial update version(36773 times download from cnblogs)
摘要:iTextSharp从0.4.0以后,API做了很大修改,典型的是把方法名的首字母由小写改为了大写,另外很多java下痕迹也被.NET的风格所替代,因此http://iTextSharp.sf.net上提供教程都无法编译了,这对初学者不是什么好事情,我花了近一个星期的早晨时间把它们修改调试,并补充了一些遗漏的教程,上传上来供初学者参考。 阅读全文
posted @ 2005-08-28 09:19 RubyPDF 阅读(9058) 评论(7) 推荐(0) 编辑
New release iTextSharp 3.0.7 (2005-08-24)
摘要:New release iTextSharp 3.0.7 (2005-08-24) 阅读全文
posted @ 2005-08-27 17:14 RubyPDF 阅读(2417) 评论(0) 推荐(0) 编辑