'Prevent blank space in pdf pages (DomPdf)
Solution 1:[1]
You can give the PDF width and height and remove the margins to move it up.
@page {size: 600px 900px; margin:0!important; padding:0!important}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Joao Daniel |