i have html file. which i want to convert into PDf with anchor tag.
while i am converting to PDF that time below error occurred.
"Unable to cast object of type 'iTextSharp.text.html.simpleparser.CellWrapper' to type 'iTextSharp.text.Paragraph'."
anyone has idea how to convert html source with hyperlink to PDF? in page i have internal link like href="#table1".
Thanks.