ueberschriften

This commit is contained in:
Martin Müller 2014-04-24 00:23:06 +02:00
parent 55660e7479
commit 01d12a2cf0
2 changed files with 4 additions and 4 deletions

View File

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

View File

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