Quoting <[EMAIL PROTECTED]>: > > ----- Original Message ----- > From: "Bruno Lowagie" <[EMAIL PROTECTED]> > > > Quoting ÄçìÞôñçò Âáöåéáäçò <[EMAIL PROTECTED]>: > > > > > Hi, > > > > > > does anyone know how Icould create a table with cells extending to more > than > > > one page? > > > > What do you exactly mean by this? > > The situation is the following: I am trying to produce a pdf document > containing tables with cells containing text. These cells are big enough to > expand to more than one page. In the resulting pdf I get blank pages when > the cells exceed the length of the page. > > > Are you using class Table or class PdfPTable? > > I am using class PdfPTable > > > If you are using class Table, please read > > http://www.lowagie.com/iText/tutorial/ch05.html#splitting
OK, when you add a PdfPTable, it has to fit the page. Otherwise you get the behaviour you are experiencing. I forward the question back to the mailing list. I think you will have to add some extra checking with the fitspage method. Bruno _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
