Re: [iText-questions] Multi-page table

2007-02-05 Thread Bruno Lowagie
Daniel Brownell wrote: > I put my table in a column with rectangle wider than the page width, Why do you do this??? That goes completely against the advice I gave you. Was my advice that bad??? > But it just chops off the columns that don't fit. This was to be expected given the fact that you cr

Re: [iText-questions] Multi-page table

2007-02-05 Thread Daniel Brownell
Hi Bruno, Thanks for the reply, i'm still having some trouble. I put my table in a column with rectangle wider than the page width, But it just chops off the columns that don't fit. My code re-draws the table on the next page. But i'd like it to draw only the part that was chopped off on page 1

[iText-questions] Multi-page table

2007-02-02 Thread Daniel Brownell
Hi, How can I extend a table length-wise across multiple pages? eg. PAGE 1: table1 table2 table3 PAGE 2: table1-(continued) table2-(repeated or not shown) table3-(continued) I'd imagine i must use fitsPage() page-break logic, and make a new table that just has the remaining columns. But perha

Re: [iText-questions] Multi-page table

2007-02-02 Thread Bruno Lowagie (iText)
Daniel Brownell wrote: > > Hi, > > How can I extend a table length-wise across multiple pages? > > eg. > PAGE 1: > table1 > table2 > table3 > > PAGE 2: > table1-(continued) > table2-(repeated or not shown) > table3-(continued) Use PdfPtable, DO NOT use class Table. Wrap table1 in column1 (use