priya priya

priya priya

  • NA
  • 17
  • 100.6k

convert HTML table into PDF file using c#.net

Sep 9 2009 5:16 AM
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





Answers (11)