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
Post a Comment