C# converting RTF to html [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Convert Rtf to HTML I'm trying to export text from a C# app to a Flash movie hoping to get the same formatted text. Flash can handle html tags, so my question is: Is it possible to convert formatted text from a RichTextBox into HTML using C#? Thanks 回答1: Yes it is possible, question has already been asked and answered: Convert Rtf to HTML 来源: https://stackoverflow.com/questions/6585376/c-sharp-converting-rtf-to