Are there any rich editors for WinForms that support right-to-left and can export to HTML?
The standard RichTextBox cannot export to HTML (Is there an RTF to HTML converter?)
DevExpress’s XtraRichEdit doesn’t support right-to-left.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use NRTFTree – A class library for RTF processing in C# for managing Rich Text
Note: NRtfTree is NOT a library to convert RTF to HTML, but there’s an example on achieving this using NRtfTree in one of the demo source files.