Re: RE: php-general Digest 17 Oct 2005 10:35:46 -0000 Issue 3742

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux