ueberschriften

This commit is contained in:
Martin Müller 2014-04-24 10:18:46 +02:00
parent ca19a36152
commit 3eabef7973
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ $cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
border-bottom:2px solid grey;
width:100%;
}</style>';
//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');
?>