Use a PdfPTable. Best Regards, Paulo Soares
----- Original Message ----- From: "Kevin Weslowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 12, 2004 18:57 Subject: [iText-questions] when using "cellsFitPage" Table attribute, trying to remove last empty cell/row on previous page > Hi all, > > I have a Table that spans 2 PDF pages, so I turned on the cellsFitPage > attribute. This causes one extra cell/row to be created at the bottom of > the first page. I was wondering if I could remove that "empty" cell/row > somehow. > > I briefly looked through the source, and I believe that the area that I > would need to modify to do this would be: > > com.lowagie.text.pdf.PdfDocument > > around line 1550 > > where it's obtains > > boolean cellsHaveToFit > > and then uses it in the next several bit of code... > > So, I'm just wondering right now if I'm going in the right direction or if > I'm barking up the wrong tree...thanks. > > Kevin Weslowski > > Any further tips on how I could accomplish this would also be greatly > appreciated (i.e. exactly what code changes need to be made)! > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
