About itextSharp version example codes of Early Access iText(updated on 07/31/2006)

简介:

 From now on, I will not just upload all the example codes for download, but publish them on my blog day by day.
you can get the java version example codes from
http://itextpdf.sourceforge.net/
or just simple click the follow link to download the last version (now is for version itext-paulo-155).
http://prdownloads.sourceforge.net/itextpdf/examples-155.zip


1.field_merge: Example code of Early Access iText
摘要: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。

摘要: List the name and position of the fields.
列出PDF Form Field的名字和位置。

摘要:Write FDF and Merge FDF to PDF Form.
写FDF并合并FDF到PDF Form

摘要:create a form checkbox on PDF
在PDF上创建一个表单复选框

摘要:the usage of FontSelector
FontSelector的应用。
摘要:create a form combo on PDF
在PDF上创建一个表单combo
摘要:Create PDF Form Radio
摘要:creation of the document with a certain size and certain margins
 
本文转自 RubyPdf 的中文博客博客园博客,原文链接: http://www.cnblogs.com/hardrock/archive/2006/07/18/453505.html,如需转载请自行联系原作者
相关文章
|
5月前
Cannot find a valid license key for ISIS Professional on this computer . this license Manager report
Cannot find a valid license key for ISIS Professional on this computer . this license Manager report
UE DTDataTable Plugin description, operating CSV files in runtime.
UE DTDataTable Plugin description, operating CSV files in runtime.
91 0
The 'manifest_version' key must be present and set to 2 (without quotes)
The 'manifest_version' key must be present and set to 2 (without quotes)
82 0
Data Structures and Algorithms (English) - 7-10 Saving James Bond - Easy Version(25 分)
Data Structures and Algorithms (English) - 7-10 Saving James Bond - Easy Version(25 分)
91 0
PAT (Advanced Level) Practice - 1148 Werewolf - Simple Version(20 分)
PAT (Advanced Level) Practice - 1148 Werewolf - Simple Version(20 分)
125 0
解决Minimum supported Gradle version is 3.3. Current version is 2.14.1问题
(创建于2017/5/16) 首先要搞懂两个概念,gradle版本和gradle插件版本,比如我现在as升级到了2.3,那么2.3就是gradle版本,2.14.1就是gradle插件版本,这两个概念的一一对应的,而之所以出现这个报错信息,就是因为当前项目的gradle插件版本是2.14.1,而gradle2.3对应的插件版本就是3.3,所以导致了报错。
8388 0