I'm generating a PDF with tables, images, and simple text content. The tables are generated using writeselectedrows so that I can split the tables across pages. I have a problem where, after completing a table, if I don't do document.newPage(), the next document.add puts content in the same vertical space as the table. Does anyone know of a solution to this? If this description is not clear, I can provide sample code.
Ken -- View this message in context: http://www.nabble.com/Table-Text-overlap-tp20343458p20343458.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
