11
Answers

convert HTML table into PDF file using c#.net

priya priya

priya priya

15y
31k
1
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)