phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/pdf/pdf_files README


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc/pdf/pdf_files README
Date: Sun, 02 Jul 2006 16:25:22 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/07/02 16:25:22

Added files:
        inc/pdf/pdf_files: README 

Log message:
        allow pdf with mod_deflate and IE

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/pdf/pdf_files/README?cvsroot=phpgwapi&rev=1.1

Patches:
Index: README
===================================================================
RCS file: README
diff -N README
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ README      2 Jul 2006 16:25:22 -0000       1.1
@@ -0,0 +1,7 @@
+In order to have pdf-printout working with mod_deflate and IE - one has to 
temporary save the pdf-data as a file - and redirect the browser to this file.
+
+There is a function "print_pdf" in class.pdf.inc.php that checks the browser - 
and if it is 'IE' - it will follow this procedure. Files older than one day 
will be deleted.
+
+In order to have this work - it will need a directory which is write-able to 
the webserver and within the webservers document-root.
+I propose to have this directory within the pdf-section of the API: 
"phpgroupware/phpgwapi/inc/pdf/pdf_files".
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]