PDF creation - page break issue on table
I'm trying to generate PDF from a database.
I display my data in tables that can be 2 or 3 rows or sometimes 100 rows and multiple sheets. Problem is, the tables often break mid row. Which would be fine, but then on the next page, the table is 'open' with no top border.
I have tried two methods so far:
1. CFDocument creating PDF. I am having a difficult time with the lack of normal CSS control. I can't seem to get it to look right.
2. Create a normal page, then print to PDF. I like this method, because I have a lot more control on the look of the tables.
Both of these methods result in the pagination issue.
So, my question is:
1. Is there a solution to either of these on the pagination?
2. Is there another method that I am unaware of?
I thank you in advance for your consideration.
