...
This commit is contained in:
parent
41ed3dd60b
commit
2e43c19a53
|
@ -15,9 +15,9 @@ $cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>array(
|
|||
|
||||
$dev = 0;
|
||||
$tcpdf = new XTCPDF();
|
||||
$tcpdf->SetMargins(25,25,20,25);
|
||||
$tcpdf->SetHeaderMargin(65);
|
||||
$tcpdf->SetFooterMargin(40);
|
||||
$tcpdf->SetMargins(45,25,20,25);
|
||||
$tcpdf->SetHeaderMargin(25);
|
||||
$tcpdf->SetFooterMargin(20);
|
||||
$tcpdf->SetAuthor("Miconware");
|
||||
$tcpdf->SetAutoPageBreak( false );
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ $cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
|
|||
|
||||
$dev = 0;
|
||||
$tcpdf = new XTCPDF();
|
||||
$tcpdf->SetMargins(25,25,20,25);
|
||||
$tcpdf->SetHeaderMargin(65);
|
||||
$tcpdf->SetFooterMargin(40);
|
||||
$tcpdf->SetMargins(45,25,20,25);
|
||||
$tcpdf->SetHeaderMargin(25);
|
||||
$tcpdf->SetFooterMargin(20);
|
||||
|
||||
$tcpdf->SetAuthor("Miconware");
|
||||
$tcpdf->SetAutoPageBreak( false );
|
||||
|
|
Loading…
Reference in New Issue