Richard Lynch said the following on 10/17/05 13:14:
On Mon, October 17, 2005 6:06 am, Aftab Alam wrote:

i want to generate Pdf file using php.
how can i & what tools is required for this.


One way is to start here:
http://php.net/pdf



When reading the above link note the last sentence under the Installation heading. You want to install the pdflib extension using PEAR with the command:
pear install pdflib

Once you've done that edit your php.ini and make sure it includes the line:
extension=pdf.so

Then restart your web server.

- Ben

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to