...
This commit is contained in:
parent
2e43c19a53
commit
67cce55e61
|
@ -15,7 +15,7 @@ $cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>array(
|
||||||
|
|
||||||
$dev = 0;
|
$dev = 0;
|
||||||
$tcpdf = new XTCPDF();
|
$tcpdf = new XTCPDF();
|
||||||
$tcpdf->SetMargins(45,25,20,25);
|
$tcpdf->SetMargins(25,45,25,20);
|
||||||
$tcpdf->SetHeaderMargin(25);
|
$tcpdf->SetHeaderMargin(25);
|
||||||
$tcpdf->SetFooterMargin(20);
|
$tcpdf->SetFooterMargin(20);
|
||||||
$tcpdf->SetAuthor("Miconware");
|
$tcpdf->SetAuthor("Miconware");
|
||||||
|
|
Loading…
Reference in New Issue