automation >> Word Automation using ASP .NET and VB .NET

by srinivas RV » Sat, 02 Aug 2003 00:33:57 GMT

I would like to implement word automation in my porject. I
am using ASP .NET and VB .NET. The user will select some
template documents from the web site and click on a
button. The button will perform all the merging of the
selceted documents into a single document. Has anyone come
across this kind of requirement. If yes, please suggest me
the way, how can I go ahead and design the system. I am
aware of that Microsoft will not recommand the office
automation on the web server. But I don't have another
choice, Please help me in this.

Thanks and Regards,
Srini

automation >> Word Automation using ASP .NET and VB .NET

by Vitalik » Fri, 15 Aug 2003 23:09:22 GMT


Srini,

Before you embark on the technical implementation, let me tell you that
there are pretty strict licensing requirements. In addition to a web server
computer requiring an Office (or just Word) license, each of the connected
users must have an Office license too. For intranet applications it may not
be so bad, since your organization may already posses enough number of
licenses. It is totally different story if you design an internet
application. Since it is impossible to verify that every connected device
has a valid license, Microsoft does not recommend using Word in such
configuration. I know for a fact that these requirements apply to using of
Office Web Components as part of web applications, so I don't think that
actual Office applications will have less strict requirements.

Hope this helps.

Vitaliy

Similar Threads

1. using Outlook automation in VB.NET ASP.NET - Asp.Net

2. How to read Excel file in asp/Asp.net/vb/vb.net

I am writing  a program in that i need to read the excel file.
Any can help me in this  context

3. Opening word, excel, pp document under asp.net with VB.net code behind - Asp.Net

4. Populate Excell Sheet using ASP.NET/VB.NET

I have an Excel sheet that I want to be able to make changes to it
using ASP/VB.NET (like updating cells values and maybe formulas). Once
it's done; I want to save it and then launch the changed file to the
user. 

How do I do that? Any examples available?

5. HTML String to Word with Header and Footer (ASP.NET and VB.NET) - Asp.Net