how to extract table values in to pdf format

kpraveen
06:28:12


extract all data in sql server table that is nearly 1000 records,
to be displayed in pdf format?
smo1234
06-28-2012
There are two parts. First one is to collect data from SQL server. In second part a pdf file is created by using PHP pdf extension then the data from sql is stored inside it.
Please Login to post your reply or start a new topic