fhiiqm/test/test_pdf.php
author Bettina Schwarzer <schwarzer@fhi-berlin.mpg.de>
Fri, 16 Nov 2012 10:40:03 +0100
changeset 32 c2d325791e24
permissions -rw-r--r--
+ Mitarbeiter - Telefon

<?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

?>