View Single Post
 
Old 02-06-2013, 12:50 PM
vmsobral vmsobral is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Feb 2013
Posts: 2
vmsobral is on a distinguished road
Default 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!
Reply With Quote