Download List

Projeto Descrição

iText is a library that contains classes to generate and manipulate documents in the Portable Document Format (PDF). Document manipulation includes splitting, merging, and filling out forms (AcroForms, static and dynamic XFA forms).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-09 23:54
5.1.0

Java 5 é usado agora em vez do JDK 1.4. Muitos métodos foram alterados para que eles usem interfaces em vez de classes, por exemplo, ao invés de Map HashMap. Modularização também foi aumentada. PDF funcionalidade 2 foi colocado em um pote extra. XML / funcionalidade em HTML foi reescrito como um projeto separado. A renderização de tabelas foi refeito. Isso corrige vários bugs que ocorreram quando o uso de tabelas com combinações de colspan e rowspan.
Tags: major release
Java 5 is now used instead of JDK 1.4. Many methods were changed so that they use interfaces rather than classes; for instance, Map instead of HashMap. Modularization was also increased. PDF 2 functionality was put into an extra jar. XML/HTML functionality was rewritten as a separate project. The rendering of tables was refactored. This fixes several bugs that occurred when using tables with combinations of colspan and rowspan.

2011-02-05 06:41
5.0.6

As mudanças mais substanciais na funcionalidade HTMLWorker. Alguns novos recursos foram adicionados, mas acima de tudo: o código foi reescrito para torná-lo mais fácil de estender. O código também foi exibido, otimizando o desempenho e reduzindo o uso de memória. Existem muitas correções de bugs.
Tags: Major
The most substantial changes are in the HTMLWorker functionality. Some new features were added, but most of all: the code has been rewritten to make it easier to extend. The code has also been screened, optimizing performance and reducing the memory use. There are plenty of bugfixes.

2010-08-22 22:15
5.0.4

Alguns bugs importantes foram correções e uma nova funcionalidade foi adicionada para o analisador PDF envolvendo imagens de inline. iTextSharp (o C # porta) também foi atualizado e está em sincronia com a versão Java.
Tags: Minor bugfixes
Some important bugs were fixes and new functionality was added for the PDF parser involving inline images. iTextSharp (the C# port) was also updated and is in sync with the Java version.

2010-07-23 20:18
5.0.3

Esta é uma versão de manutenção que contém várias correções de bugs reportados na lista de discussão iText. Esta versão também é necessário se você deseja executar todos os exemplos do livro que vêm com a segunda edição do "iText in Action". Algumas alterações ao pacote analisador PDF quebrou a versão original desses exemplos.
Tags: Minor
This is a maintenance release containing numerous bug fixes reported on the iText mailing list. This release is also necessary if you want to run all the book examples that come with the second edition of "iText in Action". Some changes to the PDF parser package broke the original version of these examples.

2010-04-13 17:46
5.0.2

A API para extrair o texto foi finalizado e algum código experimental foi adicionado para converter um documento PDF Tagged em um arquivo XML, para extrair imagens de um PDF, e para encontrar os limites do texto em um PDF existente. Esta versão também adicionou suporte para o QRCode popular código de barras bidimensional, um novo método para redefinir o número de colunas em uma PdfPTable, uma nova classe para criar expressões de visibilidade para conteúdos opcionais, e assim por diante. bugs menores foram corrigidos, incluindo uma outra questão rowspan em PdfPTable.
Tags: Major feature enhancements
The API for text extracting was finalized and some experimental code was added for converting a Tagged PDF document into an XML file, for extracting images from a PDF, and for finding the text boundaries in an existing PDF. This release also added support for the popular QRCode two-dimensional barcodes, a new method to reset the number of columns in a PdfPTable, a new class for creating visibility expressions for optional content, and so on. Minor bugs were fixed, including another rowspan issue in PdfPTable.

Project Resources