c# - Type or Namespace name 'HTMLWorker' could not be found -


i using itextsharp version 4.1.6 in application. using includes both itextsharp.text , itextsharp.text.pdf. trying follow guidance stackoverflow on creating pdf html page. requires use itextsharp object called htmlworker. intellisence shows no such class. when manually type in "htmlworker worker = new htmlworker(doc);" error "type or namespace name 'htmlworker' not found. missing using directive or reference?" can identify using or reference missing?

i believe full namespace is: itextsharp.text.html.simpleparser.htmlworker (found here).

admittedly documentation seems nonexistent , link wasn't easy find.

edit: downloaded dll , decompiled it, correct namespace.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -