Re: [iText-questions] table.getTotalHeight() not working in RegisterForm1.java

2008-01-31 Thread Bruno Lowagie
Sarah1 wrote: > So I play the example RegisterForm1.java, try to calculate the height of the > PdfPTable, but I always got tableheight = 0.0, why? This is my code. Please > help me. Turn to page 184 in the book. Read the following Frequently Asked Question: "Why is the returned height 0 when I us

[iText-questions] table.getTotalHeight() not working in RegisterForm1.java

2008-01-31 Thread Sarah1
Hi, I need create PDF Form on the fly(I don't know how long the form will be). I put the whole form into a big PdfPTable, now I have page break problem. After doing research I know I can't create new page inside PdfPTable. So I need calculate the height of PdfPtable, once the PdfPTable fill a p