...
This commit is contained in:
parent
da247c7106
commit
3858389cbe
|
@ -19,7 +19,7 @@ class XTCPDF extends TCPDF{
|
||||||
else
|
else
|
||||||
$this->Image(WWW_ROOT.DS.'img'.DS.'pdf-logo.png',0,10,20,20,'','','','',300,'R');
|
$this->Image(WWW_ROOT.DS.'img'.DS.'pdf-logo.png',0,10,20,20,'','','','',300,'R');
|
||||||
$this->SetMargins(25,25,20,25);
|
$this->SetMargins(25,25,20,25);
|
||||||
$this->SetHeaderMargin(45);
|
$this->SetHeaderMargin(50);
|
||||||
$this->SetFooterMargin(40);
|
$this->SetFooterMargin(40);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue