Posted on: 6/9/2014 10:39:14 AM | Views : 366

I Have a sql table in  which a column contains HTML data along with image like this <B>Address </B><p>Dear prakash welcome to the company </P><img src = "/IMages/sign.gif">  
Now  I have to generate PDF which should not hv html cotent  well i hv sql code to remove the html content .But here i want to know will it be a best approach to genertae PDF from sql stored procedure or should i generate it from asp.net .Since i hv to generate multiple pdf so i think sql procedure will be good but i dont know to generate pdf from sql procedure which should accept parametere also that pdf should hv image 
If any one know kindly tell me 
Thanks

Go to the complete details ...