PDA

View Full Version : Server Control Search & Replace?


JNoblemcsd
August 6, 2003, 22:40:56
Hello,

I have a few questions, maybe someone can answer.

1. Using the server control, can I open a document created in MS Word, and do a programatic search and replace? Then save the document to RTF?

2. What is the estimated date for a public non-beta release of the server component?

3. Would you consider writing a .NET version of this control? I am trying to get away from COM/COM+ and use a pure .NET environment.

Thanks in advance for the reply!
Jeff

Björn Meyer
August 8, 2003, 13:01:05
Hello Jeff

1. Yes, this is possible. You could load a document with the Load method, search with the Find method and replace the text with the SelText propertly. After that the document can be saved as RTF.

2. It is planned to be released in the next 3 or 4 weeks.

3. Currently, we are thinking about that, but there are no concrete plans for that.