hiii
pls help i want
How to convert HTML code with images in pdf and pdf save in folder and mail send to user with attached PDF generated file in asp.net c# 3.5
my html code like below code
 <asp:Panel ID="pnlPerson" runat="server">     <table border="1" style="font-family: Arial; font-size: 10pt; width: 200px">         <tr>             <td colspan="2" style="background-color: #18B5F0; height: 18px; color: White; border: 1px solid white">                 <b>Personal Details</b>             </td>         </tr> <tr>   &n ...

Go to the complete details ...