[.NET] Not able to use HTMLWorker or HtmlParser in iTextSharp
- by Steven
I'm trying to create a PDF file of a web page using iTextSharp.
In order to parse the HTML, I need to use HTMLWorker or HtmlParser.
But none of them "exists" in the namespaces I'm using.
I'm using the following namespaces:
using iTextSharp.text;
using iTextSharp.text.html;
using iTextSharp.text.pdf;
Am I missing something obvious?