Hi folks,
i am creating table using aspose pdf version 4.0.0.0.
My page layout is as follows
1.Header
2.Some text content
3.Table 1
4.Table 1 Total Summary
5.Table 2
6.Table 2 Total Summary
7.Footer
For both tables data is variable(i.e. number of rows can increased).To generate table and i am using PositionType as PageRelative.The problem i am facing is when data is getting more than first page the remaining content is not moving on to next page.I tried to use IsBroken property of Table, but that also does not seems to be working.For all above sections i have used Position Type as PageRelative as i need to keep track of Top variable to place next element.
Please suggest me some solution asap as we have demo tommorrow.Till now i am only reach upto 3' rd point in development and remaining development is depend on 3'rd point.Otherwise i wont be able to proceed further.
I am attaching my code file with post.