I wonna use the open xml sdk to made some letters.
Now i have a list of people with there address,..... I make a template for every language i need. For now nl(dutch) , eng(enlish) , fr(french). I wonna copy each template and fill then every document with all the people from my list. So the new document is an document in the language of that person, and it could be more then 1 person. Like 100 or something.
I found this link http://seroter.wordpress.com/2009/12/23/populating-word-2007-templates-through-open-xml/ but he used not bookmarks but the Content Controls.
How can you do this with bookmarks? These are no standard templates. The user can change them. So thats why i don't wonna use the Content Controls. But i can't find a good example for this.
I find many things about the open xml sdk but not over the bookmars. Somebody who can help me?
C# or vb.net is no problem. I am writing in vb.net but i can translated it from c# to vb.net