RE: [iText-questions] Doubt about PdfPTable

2003-01-21 Thread Paulo Soares
[iText-questions] Doubt about PdfPTable > > hi, > is it not possible to have the table split to a seperate page when > using the PdfPTable class ? the table that i generate using PdfPTable > seems to end at the end of the page. i am using writeSelectedRows( ) >

[iText-questions] Doubt about PdfPtable

2003-01-21 Thread Deepak Chandrasheker
hi,     is it not possible to have the table split to a seperate page when using the PdfPTable class ? the table that i generate using PdfPTable seems to end at the end of the page. i am using writeSelectedRows( ) method to display the table. if i use document.add( ) method, the table is spl

[iText-questions] Doubt about PdfPTable

2003-01-21 Thread Deepak Chandrasheker
hi,     is it not possible to have the table split to a seperate page when using the PdfPTable class ? the table that i generate using PdfPTable seems to end at the end of the page. i am using writeSelectedRows( ) method to display the table. if i use document.add( ) method, the table is sp