Using programming with Word Templates
Hi, I want to create a MSWord template, marking sections in which I want to edit later with C#.
For example, I want to add a custom table in a specific part of the document. This table needs to have variable row numbers, depending on how much information I need to print.
Also, I want to add is a custom image in a specific part. I need to mark a position in which I will insert an image later with C#.
Don't know if it is clear, but can someone give me some hints on how to accomplish that? Should I use merge fields, content control or other feature, and later edit those with C#?
Thanks in advance!
|