yyn0210 / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Handling Multiple Grids in PDF generated using AlivePDF #271

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have 5 data grids in a page and 2 charts in my page.
2. I used addImage to show the image, images works absolutely fine.
3. Now while adding the grids, if I do not specify the X and Y, then grids come 
one below the other with no gap. If I specify X and Y for grid as 10,20 then 
the next grid is coming height 20 below the previous grid. This is fine. 
4. But I have dynamic data and I donot know how many records can be coming for 
a particular grid to hard-code the X and Y for the next grid.

Is there a way where I can calculate the existing grid's height and then make 
sure the next grid starts from some height below the existing grid's height.

What version of the product are you using? On what operating system?
0.1.5, Windows

Original issue reported on code.google.com by ss.kisho...@gmail.com on 23 Aug 2010 at 9:21