iTextsharp与MVC给出错误

时间:2014-11-19 07:34:26

标签: asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 razor itextsharp

我正在使用 iTextSharp与Asp.Net MVC ,当我在html表中添加锚标记时,我收到此错误。

错误: -

无法转换类型为' iTextSharp.text.html.simpleparser.CellWrapper'的对象输入' iTextSharp.text.Paragraph'。

如果我删除此锚标记,那么我没有收到此错误。

这是我的html表。

<table>
    <tr>
       <td>
          <a href="/Home/Alog">home</a>
       </td>
    </tr>
</table>

请帮助..谢谢...... !!!

1 个答案:

答案 0 :(得分:0)

最好使用“MvcRazorToPdf” 请从中下载完整的代码, https://github.com/andyhutch77/MvcRazorToPdf