ueberschriften

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

View File

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