I'm drawing tables from a database with PdfPTable that may be of vastly varying width (as far as number of columns). I'm also using the writeSelectedRows() method of splitting a table with too many columns over a series of pages (determining at runtime whether or not to split the table vertically--thin tables aren't, fat tables are).
The problem: I'm using (a slightly modified) the AlternateBackground table event (http://www.1t3xt.info/examples/browse/?page=example&id=384), which seems to work as long as I don't split the table vertically. However, when the table is split, tableLayout() never seems to get called. iText version is from SVN trunk about a week ago. Any thoughts? Is there a different event hook I need to use? Thanks, Sam Gibson p.s. I already bought Bruno's book, and have looked through it without finding an answer. ------------------------------------------------------------------------- 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 Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
