At 11:50 PM 6/28/2006, weetat wrote:
 I am using PHP 4.3.2 and MYSQL database.

 I need to convert the sql query to Adobe PDF format.
 Any one have any suggestion how to do this?


I'm enjoying using the PHP class FPDF http://www.fpdf.org/

It's not a one-step conversion utility, it's a PHP class you invoke from your code to build the PDF document incrementally. If you've got a clear idea of how you want the query results rendered, FPDF can make it nearly as easy to output to PDF as to HTML.

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

Reply via email to