PDF Page Breaks Control with CSS Attributes
|
|
You can use the page-break-before:always and page-break-after:always CSS atrributes
in the style of a HTML element to force a page break in PDF before or after that
element and you can avoid a page break to occur inside a HTML element using the
page-break-inside:avoid CSS attribute in the style of that HTML element:
|
|
|
|
|
|