Scott Schultz wrote:
>
> Fatal error: Call to undefined function: pdf_new() in
> /usr/local/apache/htdocs/cjhunter/test/pdf/hello.php on line 5
>
pdf_new() is apparently boggus or unknown, try this in place :
$fd = fopen("/path/to/the/pdf-file/test.pdf", "w");
$pdf = pdf_open($fd);
Make shu
In the phpinfo() do you see:
pdf
PDF Supportenabled
PDFLib Version 3.03
CJK Font Support yes
In-memory PDF Creation Support yes
Below is my setup with PDFLIB 3.0.3, Apache 1.3.14, & FreeBSD 4.1-RELEASE
zlib 1.1.3
--
./config