Thanks for the suggestion.. but I need Clibpdf and not PDFLib. I am able to get PDFLib-lite to work but I can not use PDFlib-lite in production because of the license is not free for my use.
I've tried building clibpdf both by using the FreeBSD ports system and also by compiling it myself. It seems to install sucessfully both ways, but I can't seem to get PHP to recongize clibpdf functions.
Here is my PHP configure.
./configure --with-apxs=/usr/local/apache/bin/apxs --with-pgsql --with-cpdflib=/usr/local/lib/ --with-pdflib=/usr/local/ --without-mysql
If anybody can point me to a clibpdf - PHP installation tutorial/how-to, I would be very thankful. So far all my google searches point me to pdflib, but as explained above, I can't use pdflib.
Thanks