Try using the latest iText release. Note that you are using Table and that's not supported anymore, use PdfPTable instead and nested tables to simulate rowspan.
Paulo ----- Original Message ----- From: "Luca Graziani" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, March 20, 2008 1:24 PM Subject: [iText-questions] Informations Hello, I am trying to use iText.net in an application in development. While trying it to create tables, I encoutered a situation I do not understand: the tables are splitted on pages not in the desired way. As you can see in the attached file, iText manages correctly the table at the end of the page putting the table header on the new page and continuing to print the rest of the table, but the following table is put on a new page instead of continuing after the splitted table. Could you please indicate me how, or where to lookm, to manage this situation? Thanks for your attention, yours sincerly Luca. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
