Re: [iText-questions] Placing PdfPTables in ColumnText over multiple pages.

2007-04-11 Thread Bruno Lowagie (iText)
Iliadis Yannis wrote: > P.S Any news on iText Events or Seminars? No, I gave my course to the bachelor students. I'll be talking to some companies that are interested in organizing a course soon, but for the moment, this will be only in Belgium. br, Bruno -

Re: [iText-questions] Placing PdfPTables in ColumnText over multiple pages.

2007-04-11 Thread Iliadis Yannis
Thanx for your answer. I had the scenarios with the current Y and table height in mind but I couldn't apply them in my approach (obviously). As far as the width I was using table.setTotalWidth in the first loop, for each table I was creating, but I misted to lock it (there is much reading coming

Re: [iText-questions] Placing PdfPTables in ColumnText over multiple pages.

2007-04-11 Thread Bruno Lowagie (iText)
Iliadis Yannis wrote: > This works fine if I am using one large table, but in case of smaller > tables it splits the last one, leaving orphans. > > I've tried using setSplitLate and setSplitRows on the tables but without > any result. These methods define the cell splitting behavior. They are n