Welcome![Sign In][Sign Up]
Location:
Search - itext api

Search list

[DocumentsiText API

Description: 结合iText可以使用Java来操作PDF
Platform: | Size: 454897 | Author: xupeixupei | Hits:

[JSP/JavaiText-src-2.1.1

Description: 有关对pdf操作的代码,和一些api,拿出来和大家共享。-Pdf operate on the code, and a number of api, up to and for all to share.
Platform: | Size: 1920000 | Author: lilac | Hits:

[JSP/JavaiText-src-2.1.3

Description: 处理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
Platform: | Size: 1967104 | Author: lu | Hits:

[JSP/JavaITextTest

Description: 主题:用iText输出PDF报表 内容组织: 1. 自我介绍 2. 简要介绍报表是什么 3. 为什么要输出PDF,介绍PDF的优点 4. 讲解如何输出到PDF,使用iText JAR包 5. 简介iText开源项目的背景 6. iText相关API介绍 7. iText使用步骤 8. 小练习(验证性小程序),现场编程,要求如下: (1)往PDF文件中加入文字。 (2)定制PDF页面尺寸。 (3)往PDF文件中加入图像文件。 (4)往PDF文件中加入表格。 9. 完成最终目标(建立企业报表输出程序),现场编程,要求如下: 数据库Test中有一个book表,存储了关于图书的信息。建立一个Web程序,在JSP页面上显示一个查询的表单,可以根据图书名称、作者、出版社、价格来查询符合条件的图书信息。JSP页面提供三个按钮,分别是“显示在HTML”,“显示在PDF”,“下载PDF”,根据用户的选择实现不同的功能,如选择第一项,那么就像普通的Web程序一样,在JSP网页上输出查询结果,如果选择第二项,就在页面上显示动态生成的PDF文件,第三项就是下载包含查询结果的PDF文件。显然,第二项是我们的重点工作。 -Topic:Use the iText exportation PDF statement The contents organize: 1. Introduce myself 2. The synopsis introduction statement is what 3. Why want to output PDF, introduce a PDF advantage 4. Explain in detail how to output PDF, use iText JAR to wrap 5. The brief introduction iText opens the background of source item 6. The iText related API introduce 7. The iText uses a step 8. Small practice(the verification small procedure), the spot plait distance, request as follows: (1)Go toward to join a writing in the PDF document. (2)Make to order a PDF page size. (3)Go toward to join a picture document in the PDF document. (4)Go toward to join a form in the PDF document. 9. Complete an end target(establishment business enterprise statement output procedure), the spot plait distance, Be request as follows: There is a book form in the database Test, saved an information concerning book.Build up a Web procedure, show a form and list of search on the JSP page, can search a book inf
Platform: | Size: 1636352 | Author: wtc | Hits:

[JSPiText-docs-2.1.5.tar

Description: iText api,是用于输出PDF等格式的报表及文档的JAVA API,语言:JAVA-iText api
Platform: | Size: 2471936 | Author: jonky | Hits:

[JSPseam

Description: JBoss Seam是一个Java EE5框架。它通过把JSF与EJB3.0组件合并在一起,从而为开发基于Web的企业应用程序提供一个最新的模式。Seam可以让你把EJB组件直接绑定到JSF页面。Seam能够统一和集成现有的开源技术集成如Facelets、Hibernate、jBPM、Drools、Groovy、Java Portlets、BPM、AJAX、iText和Lucene。 -JBoss Seam is a powerful new application framework for building next generation Web 2.0 applications by unifying and integrating technologies such as Asynchronous JavaScript and XML (AJAX), Java Server Faces (JSF), Enterprise Java Beans (EJB3), Java Portlets and Business Process Management (BPM).
Platform: | Size: 1964032 | Author: senlin | Hits:

[JSP/Javasdjfsfs

Description: 今天在用itext做导出pdf文件时出现了中文不显示,然后就看itext的api又写了一个PDFExcel让其继承Cell.如下 -Today in export pdf documents with itext to do when the Chinese do not appear, then look at the api itext then wrote a PDFExcel allowed to inherit Cell. As
Platform: | Size: 2048 | Author: ll | Hits:

[JSP/Javaitext-src.tar

Description: If you look at PDF creation, you ll find that graphical designers use desktop applications such as Adobe Acrobat or Adobe InDesign to create a document in a manual or semimanual process. In another context, PDF documents are created programmatically, using an API to produce PDFs directly from software applications,
Platform: | Size: 148480 | Author: | Hits:

[File FormatiTextPDFPAPIP5.1.1

Description: itext的api 版本:5.1.1,格式:chm。-itext api to version: 5.1.1, format: chm
Platform: | Size: 2889728 | Author: jty | Hits:

[JSP/Javaitext

Description: itext2.07 转PDF、itext API 、java+用iText生成Word文件、中文帮助文档- itext2.07 turn PDF, itext API, java+ generated Word file using iText, Chinese help documentation
Platform: | Size: 5714944 | Author: Mr.Lee | Hits:

[JSP/Javaitextpdf-5.5.3-sources

Description: itextpdf java操作pdf的api源码.帮助理解itext用法-Itextpdf Java operating PDF API source. To help understand the usage itext
Platform: | Size: 2140160 | Author: xf | Hits:

[JSP/JavaiText_API

Description: 生成pdf的itext的API文件
Platform: | Size: 2869248 | Author: liuxiaolei | Hits:

[JSP/Javapdf-kit-master

Description: 一、需求说明: 根据业务需要,需要在服务器端生成可动态配置的PDF文档,方便数据可视化查看。 二、解决方案: iText+FreeMarker+JFreeChart生成可动态配置的PDF文档 iText有很强大的PDF处理能力,但是样式和排版不好控制,直接写PDF文档,数据的动态渲染很麻烦。 FreeMarker能配置动态的html模板,正好解决了样式、动态渲染和排版问题。 JFreeChart有这方便的画图API,能画出简单的折线、柱状和饼图,基本能满足需要。 三、实现功能: 1、能动态配置PDF文档内容 2、能动态配置中文字体显示 3、设置自定义的页眉页脚信息 4、能动态生成业务图片 5、完成PDF的分页和图片的嵌入(Requirements description: According to the needs of business, it is necessary to generate dynamically configured PDF documents on the server side to facilitate data visualization. Two, solutions: IText+FreeMarker+JFreeChart generates dynamically configured PDF documents IText has very powerful PDF processing ability, but the style and typesetting are not good control, direct writing PDF document, data dynamic rendering is very troublesome. FreeMarker can configure dynamic HTML templates, just to solve the style, dynamic rendering and typesetting problems. JFreeChart has the convenient drawing API, it can draw a simple line, column and pie chart, basically meet the needs. Three, realize the function: 1. Dynamically configure the content of PDF documents 2, dynamic configuration of Chinese font display 3, set custom header header footer information 4, can dynamically generate business pictures 5. Complete the pagination and image embedding of PDF)
Platform: | Size: 25564160 | Author: pp915 | Hits:

CodeBus www.codebus.net