How to determine that a div should occupy the entire space of an A4 sheet in PDF by CSS?
To generate the pdf I use PHP.
for example
<div class="page">
// conteúdo da div
</div>
I would like that whenever I had a div with the page class it would occupy the whole page. Can anyone tell me how I determine this in CSS?