Re: Component for managing .doc and .rtf files
From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 12/08/04
- Next message: Mohamoss: "RE: Anonymous classes"
- Previous message: Mohamoss: "RE: Cannot generate dataset"
- In reply to: Igor Vrdoljak: "Component for managing .doc and .rtf files"
- Next in thread: Igor Vrdoljak: "Re: Component for managing .doc and .rtf files"
- Reply: Igor Vrdoljak: "Re: Component for managing .doc and .rtf files"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 8 Dec 2004 11:05:57 -0500
Igor,
If the object is an ActiveX control, then you are just as well of using
Word through COM interop. You are going to run into the same threading
issues with Word that you will with the one from text control (because of
the apartment state of the thread).
If they have a purely managed class, I would recommend you use that.
I seem to remember something in the KB articles about using Office on
the server side, so you might want to check there to see if there is
anything that might be of use.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
"Igor Vrdoljak" <igor@MAKNInetgenOVO.hr> wrote in message
news:3e97.41b71aa9.872f3@hubble...
> Hi.
>
> I am currently serching for component which could be used for handling
> .doc and .rtf files. Component should be able to:
>
> * insert custom text into files
> * insert images into files
> * insert HTML formatted text into files
> * print files to TIFF documents
> * export files to HTML
> * find/replace funcionality (regexp func. desirable)
>
> Also it would be nice if I could use it from ASP as well as from ASP.NET.
>
> The first answer from Google was http://www.textcontrol.com and it seems
> OK. So, if anyone here uses this component (ActiveX server version) I
> would be grateful for some impressions. I intend to use it on server side
> in a ASP.NET web site and in a service which would periodically access and
> modify .doc and .rtf files.
>
> Thnx in advance.
- Next message: Mohamoss: "RE: Anonymous classes"
- Previous message: Mohamoss: "RE: Cannot generate dataset"
- In reply to: Igor Vrdoljak: "Component for managing .doc and .rtf files"
- Next in thread: Igor Vrdoljak: "Re: Component for managing .doc and .rtf files"
- Reply: Igor Vrdoljak: "Re: Component for managing .doc and .rtf files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|