openxml - Binding Data to Word 2007 Content Controls Using Visual Studio Tools for the Office System (3.0) -


I found this article - and thought that I'm actually trying to do this. I want to programmatically produce product brochures using content control and open XML.

The article in question refers to the video together, which is unfortunately not available, nor is the code too.

I have posted a comment to ask him where he is, but in the meantime nobody knows about a good example. There are many examples of binding / merge a record into an open XML word document. But I want to make a complete list of records to make a product brochure.

Can anyone tell me a nice tutorial?

This is probably one of the better articles I've seen from Eric White.

Also, to get acquainted with the content controls in wordprocessing, you want to have a toy with open-source.

For a repeat type of scenario to bring pieces of original data, there is a product catalog example for how to do it in PowerPoint. Concepts can be ported to Word and Content Controls. (This original was done with tables placed in a Word)


Comments