Re: [iText-questions] Cells extending to more than one page

2002-04-12 Thread Bruno Lowagie

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



RE: [iText-questions] Cells extending to more than one page

2002-04-12 Thread Paulo Soares

That's the expected behavior for PdfPTable. The workaround it to use
ColumnText directly.

Best Regards,
Paulo Soares

 -Original Message-
 From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]]
 Sent: Friday, April 12, 2002 11:55
 To:   [EMAIL PROTECTED]
 Cc:   [EMAIL PROTECTED]
 Subject:  Re: [iText-questions] Cells extending to more than one page
 
 Quoting [EMAIL PROTECTED]:
 
  
  - Original Message -
  From: Bruno Lowagie [EMAIL PROTECTED]
 
   Quoting ÃçìÃzôñçò Ã'áöåéáäçò [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

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions