Extract Text from RTF File
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Can you show me any snippet or any library in order to extract text from RTF file ( or you can say, convert RTF file to txt file) PLeaseeeee Emran
Hi, Use rich text box control. It has a rtf property to which you should set the rtf code and then in the text property of the rich text box you will get the plain code. But If u want a function or something then sorry I don't know. Jayvardhan Patil