Convert Microsoft Word HTML to plain HTML
I use JTextPane to open HTML files.
The problem is that they were generated using Microsoft Word,
so the JTextPane does not show them correctly.
I was looking for a free library that can do the conversion, but I only found POI which is far from ready.
Do you know any other library I can use (even a native one)?
Any suggestions would help...
PS. I want to avoid opening the HTML pages outside the application e.g. in a browser.
Thanks in advance!

