views:

8

answers:

0

Hello everyone,

I'm using the AbcPdf library to transform an aspx page to a pdf object. I have achieved my goal, but I have a problem. The data in the aspx page is a set of Tables, and they are dynamic, I mean, it can be 2 tables, or 30 or whatever. I have achieved that when the number of tables is bigger than one page, the library creates the required pages, but the problem is that it truncates the table.

Question: Is there any way in the AbcPdf library to not truncate tables or objects when the number of them is bigger than one page?