Hi,
I am using aspose pdf 4.5 for java.I have table1 and table2 .
Scenario: Table1 overflows to next page.But I need to keep these two tables in a single page so that these two table fit in a single page.
1) Do you an API to find out if table breaks in a current page ?.
The solution here is not working for me .How to determine if table will break in current page
2) Do you have any API to restrict these two tables in a single page. The API table.isKeptWithNext(true) is not working.
3) Do you have any API method to insert a text at the top of overflowed pages,for example continued at the top of page before heading
Please help.
Thanks