i am using iText 5.1.0
for creating the PDF in java . I have 3 blocks of tables , whose sizes may change dynamically
Table 1
.
.
.
Table 2
.
.
.
.
End of page
Now i am in need of the method that would compute the space below the table 2 . And i am using the pagesize as A4
Intially it printed like this ,
But when the data in the previous tables increased it printed , like the 2 nd one. So i would like to calculate the space below if possible before i insert the table
Any suggestions are highly appreciated.
Thank you