views:

1960

answers:

11

I'm looking for a word processing component for .NET that would act like an embedded MS Word in my WinForm/WPF .NET app. The main goal being for users to be able to create rich formatted text. I don't really want to have to write a highly custom RichTextBox component. Any suggestions?

+1  A: 

No idea how good this is:

http://www.aspose.com/categories/visual-components/aspose.editor-for-.net/default.aspx

+2  A: 

Obviously I have no idea what your particular project requirements are, but ScintillaNET is a fabulous control and is flexible enough to do a lot more than just syntax highlighting. I can foresee cases where it certainly wouldn't be appropriate, but it is at least worth investigating. After a fair amount of searching it has perfectly filled a void in an application of mine where I need to do extensive contextual highlighting of prose.

Edit

I'm revoking this comment because I've thought about it a minute longer and the finite number of styles that Scintilla provides would make it inappropriate for rich text editing. However, it is still an excellent solution for any situation where you can determine programmatically how styling will be applied.

bouvard
+3  A: 

I've only used the ActiveX version of TX Text Control, but it is very good and I'm sure their .NET version is as well.

jeffm
+8  A: 

We're using the TXTextControl release 14 for .Net and we're very happy about it. It has all the positive things you can ask: cheap, well supported, up to date with latest Word releases, fast and not really hungry for memory or resources. The included word processor sample is very good code and we converted it in a proper "word control" in about 1 day of work and included it in our solution in another day, so also using it is very simple, also if it has a lot of features.
Download it from http://www.textcontrol.com/

massimogentilini
+4  A: 

We have used another Aspose words control to generate word documents in asp.net application and it rendered them perfectly.

alexmac
+2  A: 

I use TE Edit control from Subsystems in my app. http://www.subsystems.com/tewf.htm.

Works as expected. I did look at TXTextControl around the time I was evaluating. I think it might have been cost that put me off.

absfabs
+2  A: 

I've been using TinyMCE for about a year now and I love it as a developer and the end users love it, too. It was simple to implement and it's easy to configure which controls the user sees, e.g. the Insert Table button or Paste as Plain Text button.

It's also LGPL license, so for our uses at least, we had no costs to worry about.

http://tinymce.moxiecode.com/

Mattio
A: 

if you use WPF, you can check on http://www.wpftexteditor.com

Gianluca Centulani
A: 

Hi,

I am not sure is this topic still active but I have just the same problem now. I am creating a quotation system in .net winforms and ath the end I have to generate the quote, with product items and some text in .doc. I have scanned the whole net including componentsource and I have found this: - txControl.. knows everything I need but 900$ (it has cheaper edition as well but that do not export to doc - aspose.. it is more for asp

i have found also the DSOFramer from Microsoft which is an activeX host for Ms Word. Hm free and gives everything.. of course because it is some kind of word automation.

A: 

Hi Jano,

I'm the project lead of Aspose.Words.

My personal opinion is that if you are building any serious piece of software, especially for business or commercial purposes, you ought to have some budget for tools and $900 is not much for what it does. It costs us to develop after all.

But we accept everyone's situation is different, so don't hesitate to post a price question in the Aspose.Purchase forums, maybe you can get what you want.

romeok
A: 

We have been using Apose Words and Cells since version 1.0. Both components are solid, but support is kind of a pain. Personally, I'm not a fan of having to work with people in a different time zone, especially when the only way to get in touch with them is a message board.