I am doing mail parsing application which required to convert the HTML file to Plain Text. regarding this i have found some scripts which does conversion. I want to do same thing in C++.
So please suggest me any Cross platform and open source C++ libraries for converting HTML to Plain Text.
Thanks in advance Regards Subbi
After trying out a few options, I think the easier way to do it with large scale is to use elinks.
in ubuntu:
sudo apt-get install elinks
elinks -dump a.html > a.txt
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With