Word automation, Client side

  • Thread starter Thread starter Farshad
  • Start date Start date
F

Farshad

I am trying to automate a MS word document through a
C#.NET web application. I could successfully do it on the
server side. I mean when the client is running my C#
application it opens the Word document on the server
computer and performs the tasks. I want to do the exact
similar thing on the client side. In another word I want
when the client runs my application it opens MS word
document on the client computer and performs the
automation. What are the necessary steps I should take to
perform this task?

Thanks, Farshad
 
Back
Top