1
How to determine that a div should occupy the entire space of a PDF A4 sheet by CSS?
To generate the pdf I use PHP.
for example
<div class="page">
// conteúdo da div
</div>
I wish whenever I had a div with the page class it would fill the full page. Can anyone tell me how I determine this in CSS?
Better define the title!
– Guilherme Guini
http://stackoverflow.com/questions/16649943/css-to-set-a4-paper-size
– fdfey