From e70f94b6866b98ca2522f5eb6e0d97a22bba5306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Thu, 24 Apr 2014 00:37:34 +0200 Subject: [PATCH] ueberschriften --- app/View/Pdf/application.ctp | 2 +- app/View/Pdf/profil.ctp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/View/Pdf/application.ctp b/app/View/Pdf/application.ctp index 0319824..3ebb5b8 100644 --- a/app/View/Pdf/application.ctp +++ b/app/View/Pdf/application.ctp @@ -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'); diff --git a/app/View/Pdf/profil.ctp b/app/View/Pdf/profil.ctp index 84d2198..bbdd51c 100644 --- a/app/View/Pdf/profil.ctp +++ b/app/View/Pdf/profil.ctp @@ -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');