Hi, thanks again for the quick reply.
> so whatever problem there was: it's already fixed ;-) Good job. Since I'm stuck to an old version, might there be a workaround (i.e. wrapping my tables in some other object)? Thanks Jonny Am 04.01.2011 18:10, schrieb 1T3XT BVBA: > /* in_action/chapter15/SenderReceiver.java */ > import java.io.FileOutputStream; > import java.io.IOException; > import java.util.Random; > > import com.itextpdf.text.Document; > import com.itextpdf.text.DocumentException; > import com.itextpdf.text.ExceptionConverter; > import com.itextpdf.text.Paragraph; > import com.itextpdf.text.Rectangle; > import com.itextpdf.text.pdf.PdfContentByte; > import com.itextpdf.text.pdf.PdfFormField; > import com.itextpdf.text.pdf.PdfPCell; > import com.itextpdf.text.pdf.PdfPCellEvent; > import com.itextpdf.text.pdf.PdfPTable; > import com.itextpdf.text.pdf.PdfWriter; > import com.itextpdf.text.pdf.TextField; > > /** > * This example was written by Bruno Lowagie. It is part of the book 'iText > in > * Action' by Manning Publications. > * ISBN: 1932394796 > *http://www.1t3xt.com/docs/book.php > *http://www.manning.com/lowagie/ > */ > > public class SenderReceiver implements PdfPCellEvent { > ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
