ueberschriften
This commit is contained in:
parent
cadb14e22f
commit
e70f94b686
|
@ -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');
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue