Hi All
string s="<table>
<tr>
<td>Name</td>
<td>nnnn</td>
</tr>
<tr>
<td>Age</td>
<td>dd</td>
</tr>
<tr>
<td colspan='2'><img src='img.jpg'/></td>
</tr>
</table>"
I need to convert this string to a pdf file.Can anybody help me for doing this?