L le_toubib Active Member Licensed User Longtime User Feb 21, 2015 #1 Good morning friends Is there a way to read AND write rich string to an rtf file. I understand that the richstring library will write to a text box. But in looking to generate a rich string stranded .rtf file that can be directly printed Thx
Good morning friends Is there a way to read AND write rich string to an rtf file. I understand that the richstring library will write to a text box. But in looking to generate a rich string stranded .rtf file that can be directly printed Thx
Erel B4X founder Staff member Licensed User Longtime User Feb 22, 2015 #2 RichString library doesn't use the RTF format. There is no built-in support for this format in Android. Upvote 0
RichString library doesn't use the RTF format. There is no built-in support for this format in Android.
L le_toubib Active Member Licensed User Longtime User Feb 22, 2015 #3 Thanx for replying So the only way to read and write a formatted text file is through html Webview? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 22, 2015 #4 WebView doesn't support RTF. You can read or write formatted text. Just not with RTF format. Upvote 0