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
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
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
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