Also take a look at the fpdf class, it is a pdf generator written in PHP that is free for use. Implenting the PDF library in PHP results in slightly lower performance but greater portability because the client doesn't need third party libraries installed and free commercial use, pdflib requires you to purchase a license for commercial use.
There homepage is: http://www.fpdf.org A tutorial that specifically deals with generating tables using this class is available at: http://www.fpdf.org/en/tutorial/tuto5.htm Jason -----Original Message----- From: Jean-Marie Ferd�gue [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 7:11 AM To: [EMAIL PROTECTED] Subject: [PHP] Tables in a pdf files Hi, I would like to generate a table in a pdf file. Typically my application is : i have a directory of members which is stored as an sql table and i would like to offer the visitor the possibility to download this directory as a pdf file. So the pdf file should just be an organised list of members put into a table. Thank's, i hope my request is clear and the answer will come soon. / Jean-Marie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

