iTextSharp error - cannot convert type 'Collections.Generic.List' to 'iTextSharp.text.Element'
- by mike
I am trying to export pdf file using aspx and c#. I got the following error.
Cannot implicitly convert type
'System.Collections.Generic.List'' to
'iTextSharp.text.Element'
I have the following code
using iTextSharp.text;
using iTextSharp.text.pdf;
using iTextSharp.text.html.simpleparser;
StringBuilder strB = new…