i am developing a web page...

in that i hav added a coding like this...

HtmlParser.parse(document, "Chap0702.html");

its showing an error like namespace required... wt is namespace to be included for this....

Recommended Answers

All 5 Replies

Yes. you need to add the following namespace

using iTextSharp.text.html;

thanks its working....

Mark this thread as Solved if your question is answered.

even after add using iTextSharp.text.html; i shows error for me.. what shal i do..

komathipriya

Please do not resurrect old threads.If you have any questions please ask. You are welcome to start your own threads.

Thread Closed.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.