随笔分类 -  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.
iText in Action 第一章及第三章免费下载地址
摘要:由于国内的朋友无法登陆http://www.manning.com/lowagie/ ,我把它们放在了我的空间上,有需要的朋友去下载吧。 http://www.rubypdf.com/itext/sample-ch01_Lowagie.pdf http://www.rubypdf.com/itext/sample-ch03_Lowagie.pdf 虽然本人有完整的电子版本,但出于对朋友的... 阅读全文
posted @ 2006-11-28 13:04 RubyPDF 阅读(9474) 评论(41) 推荐(0) 编辑
现在可以下载《iText in Action》的第一章了
摘要:Manning出版公司推出了iText in Action的EARLY ACCESS EDITION,但国内的用户无法访问Publisher’s iText in Action page(该书在出版社的页面),所以我通过ssh登陆我的网站并下载到本站点供感兴趣的下载学习。 lowagie_ch1_meap.pdf。 from:http://blog.rubypdf.com/2006/0... 阅读全文
posted @ 2006-09-29 20:17 RubyPDF 阅读(4966) 评论(23) 推荐(0) 编辑
利用iTextSharp填写中文(中日韩)PDF表单(完整解决方案)
摘要:Fill Chinese(CJK) PDF Form with iTextSharp 阅读全文
posted @ 2006-09-23 13:44 RubyPDF 阅读(48092) 评论(273) 推荐(1) 编辑
New release iTextSharp 3.1.4 (2006-08-28)
摘要:具体做了哪些更新可参考下面的链接(这个主要是说java版本的iText,对iTextSharp而言很多changelog没有意义),http://www.lowagie.com/iText/history.html#V150发现一个明显的变化,不在使用SharpZipLib,从代码的注释看应该是port了JCraft的zlibiTextSharp现在namespace的命名方式使得它在sharpd... 阅读全文
posted @ 2006-09-05 16:28 RubyPDF 阅读(2243) 评论(16) 推荐(0) 编辑
iText 实践的目录(the content of iText in Action)
摘要:该书是iText的作者Bruno Lowagie创作,将由Manning Publications Co. 于2006-11-01出版。in Action系列图书一向口碑不错,虽然还没有看到该书的内容(已经有部分读者有幸看到其中的部分章节),但有理由相信这是一本值得期待的好书。下面简要翻译了下该书的目录。 正在争取该书的中文翻译事宜,由于国内PDF类的书出的不多,出版社似乎比较犹豫,希望看到中文版本的“iText in Action”(《iText实践》)的朋友留言支持下,必要的话,可以考虑把有关内容翻译成C#版本,来个iTextSharp实践,如何? 阅读全文
posted @ 2006-08-16 17:03 RubyPDF 阅读(13029) 评论(112) 推荐(0) 编辑
Convert SVG to PDF by using iText in Java(ZT)
摘要:一个使用iText转SVG为PDF的小例子,同时使用到了Batik 和 Xerces 阅读全文
posted @ 2006-08-09 13:16 RubyPDF 阅读(10704) 评论(0) 推荐(0) 编辑
align2: Example code of Early Access iText
摘要:creation of the document with a certain size and certain margins 阅读全文
posted @ 2006-07-31 16:46 RubyPDF 阅读(1996) 评论(8) 推荐(0) 编辑
form_radio: Example code of Early Access iText
摘要:Create PDF Form Radio 阅读全文
posted @ 2006-07-26 17:37 RubyPDF 阅读(1239) 评论(0) 推荐(0) 编辑
form_combo: Example code of Early Access iText
摘要:create a form combo on PDF 在PDF上创建一个表单combo 阅读全文
posted @ 2006-07-25 13:24 RubyPDF 阅读(1130) 评论(0) 推荐(0) 编辑
FAQ:itextsharp(iText) for old asp(vbscript,VB)
摘要:how to use iText(itextSharp) in asp(VB, vbscript) ASP,VB,VBscript下如何实用iText或者iTextsharp? 阅读全文
posted @ 2006-07-24 11:29 RubyPDF 阅读(1883) 评论(0) 推荐(0) 编辑
font_selector: Example code of Early Access iText
摘要:the usage of FontSelector FontSelector的应用。 阅读全文
posted @ 2006-07-24 11:18 RubyPDF 阅读(1370) 评论(6) 推荐(0) 编辑
Demo: Fill and Save PDF Form online(also can add more function,such as email and save data to database ),Adobe Reader is enough
摘要:在线只需要Adobe Reader(Acrobat Reader)即可以填写和保存表单,当然也可以增加更多功能,比如保存到数据库,发送到指定人等等 阅读全文
posted @ 2006-07-21 14:56 RubyPDF 阅读(4883) 评论(4) 推荐(1) 编辑
form_checkbox: Example code of Early Access iText
摘要:create a form checkbox on PDF 在PDF上创建一个表单复选框 阅读全文
posted @ 2006-07-21 10:54 RubyPDF 阅读(1581) 评论(0) 推荐(0) 编辑
fdf_write: Example code of Early Access iText
摘要:Write FDF and Merge FDF to PDF Form. 写FDF并合并FDF到PDF Form 阅读全文
posted @ 2006-07-20 10:56 RubyPDF 阅读(2579) 评论(26) 推荐(0) 编辑
DumpFields: Example code of Early Access iText
摘要: List the name and position of the fields. 列出PDF Form Field的名字和位置。 阅读全文
posted @ 2006-07-19 10:05 RubyPDF 阅读(2373) 评论(1) 推荐(0) 编辑
About itextSharp version example codes of Early Access iText(updated on 07/31/2006)
摘要:从今天起,我将每天发布一些iTextSharp版本的Early Access iText(属于另外一个试验性版本的iText)示例代码,链接和简介将会在这里更新,另外将尽量使用中英文版本。 From now on, I will publish itextSharp version example codes of Early Access iText on my blog day by day. and will upload the links in this article. 阅读全文
posted @ 2006-07-18 09:42 RubyPDF 阅读(2833) 评论(24) 推荐(0) 编辑
field_merge: Example code of Early Access iText(how to fill PDF form with iTextSharp)
摘要:This example code show you how to fill PDF form by using iTextSharp, but it does not support the Form created by Adobe Designer. 该例子主要是介绍如何利用iTextSharp来填写PDF form, 该例子不支持 由 Adobe Designer创建的PDF Form。 阅读全文
posted @ 2006-07-18 09:29 RubyPDF 阅读(3540) 评论(1) 推荐(0) 编辑
一些关于iText和iTextSharp的旧闻(some old news about iText and iTextSharp)
摘要:Google Calendar使用iText来输出PDF(iText used in Google Calendar) New release iTextSharp 3.1.2 and iText 1.4.2 (2006-06-23) 阅读全文
posted @ 2006-07-02 16:35 RubyPDF 阅读(1544) 评论(0) 推荐(0) 编辑
利用iTextSharp对PDF进行签名(E-signing PDF documents with iTextSharp)--推荐
摘要:an example demonstrating how to sign PDF documents with iTextSharp library 阅读全文
posted @ 2006-06-28 22:35 RubyPDF 阅读(7570) 评论(3) 推荐(0) 编辑
Release pdf cropper0.1(pdfcrop)
摘要:Remove white space around PDF's(need ghostscript 8.x) 切除PDF每一页的白边 支持批处理的命令行程序 阅读全文
posted @ 2006-06-28 08:56 RubyPDF 阅读(5161) 评论(2) 推荐(0) 编辑