rtf-html-java
rtf-html-java copied to clipboard
RTF to HTML converter in Java
When I use this code, this removes tables. Tables are not showing when I load html code to webview.
This is a major one: Actually the HTML "\" _seems_ to match the RTF "/par", but it doesn't very well. A very much better match is the HTML "\": -...
Actually the generated HTML is finished by a single "\". The technical reason for this is that the implemantation simply adds an opening "\" just in case there is still...
Hi Kay, I wanted to reach out to you as you have an interesting solution to RTF conversion. The thing is, [Simple Java Mail](http://www.simplejavamail.org/#/about), a library I maintain has had...
Hello, I found this code and it seemed like it might help me with an e-mail RTF to HTML issue. I am trying to run your DEMO code, but getting...