搜索资源列表
iText API
- 结合iText可以使用Java来操作PDF
iText-src-2.1.3.zip
- 处理PDF,可以生成PDF,按照需要来定制,以及批量处理这样的文件,使用很方便,To deal with PDF, can generate PDF, in accordance with the need to customize, as well as the bulk to deal with such a document, use the very convenient
iText-src-2.1.4
- 源码包含生成 PDF 和 HTML 的类库-This library contains classes that generate documents in the Portable Document Format [PDF] and/or HTML.
itext-2.0.2
- PDF的导出组件,扩展了对菱形及贝塞尔曲线的支持-PDF export components, extends the right diamond and the support of Bezier curves
Itext
- iText可以制作中文PDF文件的JAVA源程序 -iText can create PDF document Chinese JAVA source code
iText-src-2.1.1
- 有关对pdf操作的代码,和一些api,拿出来和大家共享。-Pdf operate on the code, and a number of api, up to and for all to share.
pdf
- itext操作创建报表的例子,希望能对大家有帮助。-iText operation to create statements for example, hoping to be helpful to everyone.
iText[JAVA]
- iText可以制作中文PDF文件的JAVA源程序-iText can create PDF document English JAVA source code
itext-1.4.8
- java生成pdf文件 本rar提供的两个类库-java files to generate pdf
iText-src-2.1.5
- iText源码,是用于输出PDF等格式的报表及文档的工具及实例源码,语言:JAVA-iText src
iText
- iText中文教程.pdf 写Pdf,用Itexsharp生成pdf教程-c++
iText
- iText, a JAVA-PDF library This library contains classes that generate documents in the Portable Document Format (PDF).
pdf-file
- 很多应用程序要求动态生成 PDF 文档。这类应用程序包括银行生成用于电子邮件投递的客户报表,到读者购买特定图书章节并以 PDF 格式接收这些文档。例子罗列下去是很多的。在本文中,将使用 iText Java 库生成 PDF 文档,并引导您完成一个示例应用程序,以使您能够更好地理解和使用 iText。 -Many applications require dynamic generation of PDF documents. Such applications include banks ge
ITextExample.tar
- IText Sample to read pdf file
iText
- doc&pdf转换,测试通过,供大家参考。如果有更好的也请分享。-doc & pdf conversion, test, for your reference. Also if there are better shared.
itext-5.1.2
- iText 5.1.2 jar包 最新java用生成pdf的库-iText 5.1.2 jar package to generate pdf with the latest java library
itext
- itext2.07 转PDF、itext API 、java+用iText生成Word文件、中文帮助文档- itext2.07 turn PDF, itext API, java+ generated Word file using iText, Chinese help documentation
iText-2.0.8
- itext 提供html转pdf功能 直接用html转pdf-itext that can change html to pdf
Prueba pdf
- base to create a pdf document with java
pdf-kit-master
- 一、需求说明: 根据业务需要,需要在服务器端生成可动态配置的PDF文档,方便数据可视化查看。 二、解决方案: iText+FreeMarker+JFreeChart生成可动态配置的PDF文档 iText有很强大的PDF处理能力,但是样式和排版不好控制,直接写PDF文档,数据的动态渲染很麻烦。 FreeMarker能配置动态的html模板,正好解决了样式、动态渲染和排版问题。