Page Break problem
-
I love your plug-in so far, because it’s one of the only ones I’ve found that takes my CSS and makes it part of the document. So far, the print version is performing exactly as expected, including respecting my page breaks
(I have included a div with
page-break-after:alwaysas a test in the page http://triviabadger.com/aaa-php-database-test).This works fine with the print page, but breaks the PDF page, saying there is a divide by zero error in mpdf.php at line 23934 (Which I believe is a variable that has something to do with max column width..?).
I’m pretty sure the div and its setting are the cause of the problem. If I take out the div and change nothing else, both the print preview and the PDF generate successfully. It’s mission critical to get the page breaks to work for the PDF since that’s the way most of our clients will be downloading our content.
Thanks for any help
The topic ‘Page Break problem’ is closed to new replies.