Css Pdf: Notes
/* Avoid breaks inside elements */ table, figure, pre page-break-inside: avoid; break-inside: avoid; /* modern */
h1 counter-increment: chapter; counter-reset: section; css pdf notes
Using running() and element() .
<div class="page-header">My PDF Report | Chapter 1</div> body counter-reset: chapter section; /* Avoid breaks inside elements */ table, figure,
Control where content splits across pages. pre page-break-inside: avoid
/* Orphan/widow control / p orphans: 3; / min lines at bottom of page / widows: 2; / min lines at top of page */
1. The @page Rule Controls page boxes, margins, size, and breaks.