Ask a Question related to ASP.NET General, Design and Development.
-
Rachel #1
word automation in asp.net
I have just started to rewrite an application using ASP.NET. One of
the main features of the application is automated letter production.
In the old application this had been accomplished using Word
Automation and mail merge. There doesn't seem to be very much
information on the net on how to accomplish this in ASP.NET. Can
anyone point me in the right direction?
Rachel.
Rachel Guest
-
Word Automation !!
I am trying to create an instance of a word document via asp. I keep getting this error: Server object, ASP 0178 (0x80070005) The call to... -
Web automation
Hello, I want to fill out and submit Html form (not manually) using Perl or other scripting language if necessary. Html form is composed of... -
How to implement Word Automation in ASP.NET?
I have just started to rewrite an application using ASP.NET. One of the main features of the application is automated letter production. In the... -
Server-Side Word Automation w/ASP.NET
For anyone who needs to know this in the futuer, look at the following web-pages on Microsofts support site: HOWTO: Configure Office Applications... -
Win 32 Ole, Word Automation
Hi Im having problems putting pictures into my word document. I can get pictures in but they all appear ontop of each other as oppose to where... -
Chris Jackson #2
Re: word automation in asp.net
You'll want to use COM Interop to do this. Right click on references, add a
new reference, and then select the Word objects you were using from the COM
tab of the dialog that pops up. VS.NET will create wrapper classes for you
that will enable you to work directly with these objects. If you aren't
using ASP.NET, then you have a bit more work to do...
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Rachel" <rachel_c@rocketmail.com> wrote in message
news:72e3a25f.0308010423.2632b6ff@posting.google.c om...> I have just started to rewrite an application using ASP.NET. One of
> the main features of the application is automated letter production.
> In the old application this had been accomplished using Word
> Automation and mail merge. There doesn't seem to be very much
> information on the net on how to accomplish this in ASP.NET. Can
> anyone point me in the right direction?
> Rachel.
Chris Jackson Guest



Reply With Quote

