granit1986
granit1986

Reputation: 1

Export formatting text in MS Word from Silverlight 4 application

How do I export formatting text in MS Word from Silverlight 4 application?

Upvotes: 0

Views: 660

Answers (1)

Ivy
Ivy

Reputation: 66

If you want to export formatted text from a Silverlight 4 Application in DOCX format, you can try using Telerik's RadRichTextBox. There is a demo here and you can test how it works.

Upvotes: 2

Related Questions