UNDER CONSTRUCTION
Go to top of the page
Go to top of the page
Go to top of the page
In the book:
The examples in this free online tutorial will help you getting started
with iText. Note that most examples are two years old.
Some of the examples may be obsolete. Also the theory that
comes with the examples isn't always 100% accurate.
If you want more recent examples or if you want to know more
about the theoretical background of PDF and iText, please consult the book
"iText in Action".
Note that the first and the third chapter of the book
can be downloaded for free from http://manning.com/lowagie/
More specifically:
- Chapter 6: Constructing tables
- Chapter 12: Drawing to Java Graphics2D
JTable to PDF:
Example: java
com.lowagie.examples.objects.tables.alternatives.JTable2Pdf
Print a Swing jTable to a PDF file: see jTable.pdf
Print a Swing jTable to a PDF file: see jTable.pdf
the Table object:
Example: java
com.lowagie.examples.objects.tables.alternatives.MyFirstTable
Generate a table with the Table/PdfPTable object: see MyFirstTable.pdf
Generate a table with the Table/PdfPTable object: see MyFirstTable.pdf

