phphtmldompdf

How to change to white the gray space showing in my pdf file when using Dompdf?


I´m not sure if this extremely simple or imposible and I´ll try to explain it in the best way possible.

I have a php file that uses the Dompdf library to give the user a pdf file so he/she can print it. The information in the file is always different so the lenght is also always different.

When dompdf renders my html and displays the pdf file, everything is fine (style, margins, colors, everything) but when the html ends, the remaining space is filled with gray. So at the end, it looks like a big box(or litlle, depending on how much information) in gray in the last page of my pdf.

Does anyone knows how to change that color? All that I want to do is change that gray color to white.

Thanks in advance.


Solution

  • You can add a div wrapping all of the html stuff inside, and set its height to 100%.