ueberschriften

This commit is contained in:
Martin Müller 2014-04-24 00:37:34 +02:00
parent cadb14e22f
commit e70f94b686
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ foreach($application['Page'] as $page){
// etc.
// see the TCPDF examples
$tcpdf->Output('filename.pdf','F');
$tcpdf->Output('filename.pdf','I');
// TO Download
//echo $tcpdf->Output('filename.pdf','D');

View File

@ -71,7 +71,7 @@ foreach($WORKER['DreamjobPageInh'] as $page){
// etc.
// see the TCPDF examples
$tcpdf->Output('filename.pdf','F');
$tcpdf->Output('filename.pdf','I');
// TO Download
//echo $tcpdf->Output('filename.pdf','D');