Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
The right margin is not taken into account.
but if I use : $mpdf=new mPDF('','','','',5,5); it works as reqested.
It seems that in Css the margin-right is not being parsed correctly .
Hope somebody can help me with it.
good day
quentin
// mPDF 4.2 Moved page-box stuff
// Moved in v1.4 to allow for changes in page orientation (Sets lMargin, rMargin, MarginCorrection)
$this->ResetMargins();
$this->SetAutoPageBreak($this->autoPageBreak,$this->bMargin); // mPDF 4.2 Moved page-box stuff
// Moved in v1.4 to allow for changes in page orientation (Sets lMargin, rMargin, MarginCorrection)
$this->ResetMargins();
$this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
$this->SetAutoPageBreak($this->autoPageBreak,$this->bMargin);1 to 3 of 3