Quoting Bruno Freire <[EMAIL PROTECTED]>:
> I need learn how to install this library to create pdf files
> dinamicaly.!!!
There are three ways to generate PDF files in PHP.
1. PDFlib
2. ClibPDF
3. Adobe FdfTk (which is really Forms Data Format and not PDF and may require
one of the above in addition to itself)
I use pdflib, haven't tried using ClibPDF, and have been unsuccessful in my
attempts to integrate FdfTk with PHP 4.0.4 and 4.0.4pl1.
You get pdflib from http://www.pdflib.com. You need to read the instructions
found in the source and compile it accordingly. You'll find additional help on
the PHP.net website (search for phplib). Then, after installing phplib, you
need to compile and reinstall PHP to use pdflib by adding --with-phplib to your
configure command. Also see the instructions on the PHP.net website.
Lee Howard
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]