ueberschriften
This commit is contained in:
parent
ca19a36152
commit
3eabef7973
|
@ -5,7 +5,7 @@ $cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
|
||||||
border-bottom:2px solid grey;
|
border-bottom:2px solid grey;
|
||||||
width:100%;
|
width:100%;
|
||||||
}</style>';
|
}</style>';
|
||||||
//ob_end_clean();
|
ob_end_clean();
|
||||||
|
|
||||||
|
|
||||||
$dev = 0;
|
$dev = 0;
|
||||||
|
@ -71,8 +71,8 @@ foreach($WORKER['DreamjobPageInh'] as $page){
|
||||||
// etc.
|
// etc.
|
||||||
// see the TCPDF examples
|
// see the TCPDF examples
|
||||||
|
|
||||||
$tcpdf->Output('filename.pdf','I');
|
$tcpdf->Output('profil.pdf','I');
|
||||||
// TO Download
|
// TO Download
|
||||||
//$tcpdf->Output('filename.pdf','D');
|
//$tcpdf->Output('profil.pdf','D');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue