diff --git a/app/View/Pdf/profil.ctp b/app/View/Pdf/profil.ctp index d71c3b9..3135b7c 100644 --- a/app/View/Pdf/profil.ctp +++ b/app/View/Pdf/profil.ctp @@ -5,7 +5,7 @@ $cvinhalt .= ''; -//ob_end_clean(); +ob_end_clean(); $dev = 0; @@ -71,8 +71,8 @@ foreach($WORKER['DreamjobPageInh'] as $page){ // etc. // see the TCPDF examples -$tcpdf->Output('filename.pdf','I'); +$tcpdf->Output('profil.pdf','I'); // TO Download -//$tcpdf->Output('filename.pdf','D'); +//$tcpdf->Output('profil.pdf','D'); ?>