HTML-Renderer
HTML-Renderer copied to clipboard
When you put a link inside a table and export to PDF link is not shown
You can test it in the sample application by simply adding the following code
<table>
<tr>
<td><a href="https://htmlrenderer.codeplex.com/">HTML Renderer</a> </td>
</tr>
</table>
and exporting to PDF.
Link is there since you can click it, but it's not shown...
Same here...