Hello there, Has any developper worked already on a version with @media print ? I understand the basics on how to do it with CSS (i.e. format the divs to chose what appears or not ...etc), but I have an important issue on the scaling/page break. The sheet doesn't fit into just one page, but the PDF printer always crops it to one page, without breaking to the next page. If I adjust the zoom in the print preview, I can clearly see all my data, but when in zoom 100%, it doesn't let anything overflow to a second page. I have tried to put my external div wrapper in overflow: visible ! important; in the @media print media query, and also tried to introduce some page-break-after:always ; but never achieved to get a second page. Anyone fought against the same (Testing on Chrome) Thanks