I have some text in RTF files. I need to extract the text but color and size must be extracted to my variables as well.
How can it be done with any .NET tools or 3rd party lib's classes?
NRtfTree Library (LGPL) is a set of classes written entirely in C# that may be used to manage RTF documents in your own applications. NRtfTree will help you:
Check out this article about NRtfTree: NRTFTree - A class library for RTF processing in C#.