fhiiqm/test/test_pdf.php
changeset 32 c2d325791e24
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fhiiqm/test/test_pdf.php	Fri Nov 16 10:40:03 2012 +0100
@@ -0,0 +1,19 @@
+<?php
+
+/**
+ * @author Bettina Schwarzer, Fritz-Haber-Institut
+ * @copyright 10/2012
+ * 
+ * TEST pdf
+ */
+
+echo "pdf erstellen m&ouml;glich?";
+try
+{   $p = new PDFlib;
+    echo "<br /> Ja!"; 
+} 
+catch (Exception $e)
+{ echo "<br /> Nein! " . $e->getMessage();}
+//[Fri Oct 26 15:29:38 2012] [error] [client 141.14.133.204] PHP Fatal error:  Class 'PDFlib' not found in /var/www/fhiiqm/test/test_pdf.php on line 11
+
+?>
\ No newline at end of file