convert HTML table into PDF file using c#.net
                            
                         
                        
                     
                 
                
                    Hi  I want to know how to convert HTML table into PDF file.If i give a html table format as follows:
<table>
<tr>
<td>Name<\td>
<td>Age<\td>
<td>City<\td>
<\tr>
<\table>
it should create a table in pdf.How to perform this using c#.net .Please help me
Thanks in advance