There is utility html2text in linux. How can i use its or similar library in my c++ code?
For example to convert html which was retrieved from any site to a readable text.
There is utility html2text in linux. How can i use its or similar library
Share
The code for html2text is open and available for free. Of course, I’d check its license to see if you’re allowed to use it in your application. The source code is here.