ueberschriften

This commit is contained in:
Martin Müller 2014-04-24 00:36:30 +02:00
parent 092c2a1c55
commit cadb14e22f
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
echo $tcpdf->Output('filename.pdf','I');
$tcpdf->Output('filename.pdf','F');
// TO Download
//echo $tcpdf->Output('filename.pdf','D');

View File

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