Android RTF to HTML

I am working on an Android application that allows users to view their documents. However, I ran into the problem of viewing RTF files and / or converting them to HTML. It seems that resources are very limited when looking for help on this. Is there a way to view them using a WebView (similar to UIWebView for iOS) or are there libraries out there that actually work for converting from RTF to HTML?

+3


source to share





All Articles