| how to extract table values in to pdf format |
kpraveen 06:28:12 02:08 |
extract all data in sql server table that is nearly 1000 records,
to be displayed in pdf format? |
subhendu 06:28:12 09:58 | 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 |