Adding line to a template word document with C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I've a C# windows application that open a word document (a ready template),
and I've a list of customers. I know how to open the document and how to type
a line into it, but i can't find how to write the line in a specific location.

for example, my doucment looks like this:

date: 12/27/2006
Title: BLA BLA BLA BLA
For:
customer_name

BLA
BLA
BLA

what i want to do, is to change the customer name for each customer i have
and then print this doucment, my question is how can it be done?

Thanks,
Gidi.
 
Back
Top