I need a script to create some PDFs and convert some image files into PDFs for me. I can't justify the cost of libpdf or clibpdf, so I checked out the free pdf stuff listed in the PDF FAQ here http://us4.php.net/manual/en/faq.using.php#faq.using.freepdf
None of them exactly fit my needs and I'm now trying the the last one listed, panda. I installed panda from https://savannah.nongnu.org/projects/panda/ I then recompiled php4.3 with the --with-panda option. Now how do I access the panda functions? php.net doesn't say how to panda functions and the Panda documentation is sparse at best. I'm not sure what to do now. Did I install something wrong? Thanks