I have C# method that reads a Word document, performs some manipulation on the content, then should return a string that will be loaded into a Rich Text editor on a web page (we are using CK Editor). My problem is that any rich text formatting, i.e. bold, underline, etc., is not preserved.
Is there a method which will etract the content of a document into a string and preserve all of the rich text tags?