Re: [iText-questions] PdfPTable splitting columns

2007-08-28 Thread Bruno Lowagie (iText)
iTEXT USER wrote: Hi Bruno, Please find the attached file. The code is available. When you run this and generate the pdf , you can see the tables are being splitted . I dont want them to be splitted. Please suggest some alternatives. http://www.nabble.com/file/p12361961/Test.java Test.java

Re: [iText-questions] PdfPTable splitting columns

2007-08-27 Thread iTEXT USER
Hi Bruno, Please find the attached file. The code is available. When you run this and generate the pdf , you can see the tables are being splitted . I dont want them to be splitted. Please suggest some alternatives. http://www.nabble.com/file/p12361961/Test.java Test.java Thank you very much

Re: [iText-questions] PdfPTable splitting columns

2007-08-27 Thread Bruno Lowagie (iText)
iTEXT USER wrote: > None of them worked as I wanted. The first two options check for page > splitting only, but I tried to see whether they solve my problem. > If there is any other option , please let me know. I fear the description of what you want and what you are actually doing isn't clear en

[iText-questions] PdfPTable splitting columns

2007-08-27 Thread iTEXT USER
Hi , I am using ColumnText and PdfPtable. I am adding large number of PdfPtables to ColumnText , each one for each record from DB. The table height may vary ,and I dont want my table to be split across columns and also pages. I have tried the following options : 1.table.setKeepTogather(true); 2.t