ueberschriften
This commit is contained in:
parent
f4d7b75809
commit
7d191b402a
|
@ -97,8 +97,8 @@ foreach($application['Page'] as $page){
|
|||
// etc.
|
||||
// see the TCPDF examples
|
||||
|
||||
$tcpdf->Output('filename.pdf','I');
|
||||
//$tcpdf->Output('filename.pdf','I');
|
||||
// TO Download
|
||||
//$tcpdf->Output('filename.pdf','D');
|
||||
$tcpdf->Output('filename.pdf','D');
|
||||
|
||||
?>
|
||||
|
|
|
@ -71,8 +71,8 @@ foreach($WORKER['DreamjobPageInh'] as $page){
|
|||
// etc.
|
||||
// see the TCPDF examples
|
||||
|
||||
$tcpdf->Output('profil.pdf','I');
|
||||
//$tcpdf->Output('profil.pdf','I');
|
||||
// TO Download
|
||||
//$tcpdf->Output('profil.pdf','D');
|
||||
$tcpdf->Output('profil.pdf','D');
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue