This commit is contained in:
Martin Müller 2014-04-30 00:50:11 +02:00
parent 67cce55e61
commit d5ec0e13ae
2 changed files with 2 additions and 6 deletions

View File

@ -15,9 +15,7 @@ $cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>array(
$dev = 0;
$tcpdf = new XTCPDF();
$tcpdf->SetMargins(25,45,25,20);
$tcpdf->SetHeaderMargin(25);
$tcpdf->SetFooterMargin(20);
$tcpdf->SetMargins(25,35,25,20);
$tcpdf->SetAuthor("Miconware");
$tcpdf->SetAutoPageBreak( false );

View File

@ -15,9 +15,7 @@ $cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
$dev = 0;
$tcpdf = new XTCPDF();
$tcpdf->SetMargins(45,25,20,25);
$tcpdf->SetHeaderMargin(25);
$tcpdf->SetFooterMargin(20);
$tcpdf->SetMargins(25,35,20,25);
$tcpdf->SetAuthor("Miconware");
$tcpdf->SetAutoPageBreak( false );