...
This commit is contained in:
parent
377cc31c3d
commit
b27f31d1ff
|
@ -54,18 +54,18 @@ $tcpdf->Cell(0,0, $application['AppUser']['nickname'], 0,1,'L');
|
|||
$tcpdf->Cell(0,0, $application['DreamjobUser']['street'], 0,1,'L');
|
||||
$tcpdf->Cell(0,0, $application['DreamjobUser']['postcode'].' '.$application['DreamjobListCity']['name'], 0,1,'L');
|
||||
|
||||
$tcpdf->SetY(85);
|
||||
$tcpdf->SetAutoPageBreak( true,50);
|
||||
//$tcpdf->SetY(85);
|
||||
$tcpdf->SetAutoPageBreak( true, 50);
|
||||
$tcpdf->writeHTML('<h1>'.$application['DreamjobJobApplication']['subject'].'</h1><br/>'.$application['DreamjobJobApplication']['text']);
|
||||
|
||||
//Lebenslauf
|
||||
$tcpdf->SetAutoPageBreak( true, 50);
|
||||
$tcpdf->title=__('dreamjob.cv');
|
||||
$tcpdf->AddPage();
|
||||
$tcpdf->SetY(35);
|
||||
$tcpdf->SetTextColor(0, 0, 0);
|
||||
$tcpdf->SetFont($tcpdf->font);
|
||||
|
||||
//$tcpdf->writeHTML(0,235,10,35, $cvinhalt, $dev,0,false,true,'L');
|
||||
$tcpdf->writeHTML($cvinhalt);
|
||||
$tcpdf->SetAutoPageBreak( false );
|
||||
|
||||
|
|
Loading…
Reference in New Issue