Skip to content

Instantly share code, notes, and snippets.

@beevelop
Created April 18, 2015 07:48
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save beevelop/f4b4f1ec63df3859ecd1 to your computer and use it in GitHub Desktop.
Save beevelop/f4b4f1ec63df3859ecd1 to your computer and use it in GitHub Desktop.
explicit page break with dompdf
<div style="page-break-after: always;"></div>
@gkArvindr
Copy link

while using this for pagebreak the border of the earlier pages disappears

@gkArvindr
Copy link

Found out why, we have to use after closing the table , if we use use in between it does not work as needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment