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