This question is locked. New answers and comments are not allowed.
Hi everybody!
I'm using the richtextbox in my silverlight application to allow the users create word documents,but I have a problem.
I get export and save the document in my database on byte array format and when I recover it I need to open this in Word, but when I recover the text I'm only getting the text of the document and I need to recover the styles too.
How can I do this?
Thanks!
I'm using the richtextbox in my silverlight application to allow the users create word documents,but I have a problem.
I get export and save the document in my database on byte array format and when I recover it I need to open this in Word, but when I recover the text I'm only getting the text of the document and I need to recover the styles too.
How can I do this?
Thanks!