Re: Component for managing .doc and .rtf files

From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 12/08/04


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. 


Relevant Pages

  • Re: Profs Threading components
    ... Chris wrote: ... threading, appears to be a really good alternative with much more ... control. ... My problem is that I need to support connection to a COM server in ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Application design
    ... I have never done a queue based system (and also done very little in the way ... server or clustered web server etc.) However, ... customer and each customer will have a 'priority' preference, ... I guess I should be doing threading here (I have not really done any ...
    (microsoft.public.dotnet.framework)
  • Re: How do I trun off casini web server?
    ... you may also need to switch to a multiproc machine to detect threading ... Under Server, click "Use custom server". ... server, but when I publish it to the web, which is using IIS (ASP.NET ... I cannot figure out how to switch my dev environment back to IIS so I can ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Genes Server Down?
    ... |> considered thoughts to the readers of rec.boats: ... |> |> Rec.boats at Lee Yeaton's Bayguide ... |threading on some other server just to compare? ...
    (rec.boats)
  • Re: Components for a client/server architecture
    ... A strong and fair threading model. ... using a normal Python interpreter on the server. ... Are there any standard protocols that make it easy to share objects ...
    (comp.lang.python)