Created
April 18, 2015 07:48
-
-
Save beevelop/f4b4f1ec63df3859ecd1 to your computer and use it in GitHub Desktop.
explicit page break with dompdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="page-break-after: always;"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found out why, we have to use after closing the table , if we use use in between it does not work as needed