cv pdf - fehleranalyse
This commit is contained in:
parent
34773026f1
commit
b04db07fc3
|
@ -44,7 +44,7 @@ $tcpdf->SetTextColor(0, 0, 0);
|
||||||
$tcpdf->SetFont($tcpdf->font);
|
$tcpdf->SetFont($tcpdf->font);
|
||||||
|
|
||||||
//$tcpdf->writeHTML(0,235,10,35, $cvinhalt, $dev,0,false,true,'L');
|
//$tcpdf->writeHTML(0,235,10,35, $cvinhalt, $dev,0,false,true,'L');
|
||||||
$tcpdf->writeHTML($cvinhalt);
|
$tcpdf->writeHTML($cvinhalt) or die($cvinhalt);
|
||||||
$tcpdf->SetAutoPageBreak( false );
|
$tcpdf->SetAutoPageBreak( false );
|
||||||
|
|
||||||
//Anhang
|
//Anhang
|
||||||
|
|
Loading…
Reference in New Issue