...
This commit is contained in:
parent
ce46ae96e0
commit
3eb6f62498
|
@ -19,8 +19,8 @@ class XTCPDF extends TCPDF{
|
|||
else
|
||||
$this->Image(WWW_ROOT.DS.'img'.DS.'pdf-logo.png',0,10,20,20,'','','','',300,'R');
|
||||
$this->SetMargins(25,25,20,25);
|
||||
$this->SetHeaderMargin(25);
|
||||
$this->SetFooterMargin(20);
|
||||
$this->SetHeaderMargin(65);
|
||||
$this->SetFooterMargin(40);
|
||||
}
|
||||
|
||||
function Footer(){
|
||||
|
|
|
@ -56,6 +56,7 @@ $tcpdf->SetAutoPageBreak( true);
|
|||
$tcpdf->writeHTML('<br/><br/><h1>'.$application['DreamjobJobApplication']['subject'].'</h1><br/>'.$application['DreamjobJobApplication']['text']);
|
||||
|
||||
//Lebenslauf
|
||||
$tcpdf->SetAutoPageBreak( true);
|
||||
$tcpdf->title=__('dreamjob.cv');
|
||||
$tcpdf->AddPage();
|
||||
$tcpdf->SetY(35);
|
||||
|
|
Loading…
Reference in New Issue