Hi

I am new to Open XML SDK. I am working on a module which generates word document. What i am trying to accomplish is to populate the word template from xml data with out using COM. To do this i am using Open XML SDK 2.0. I want to use word when i want to show the document.

I create a word 2007 template with text content controls and a picture content control. Picture content control is blank in template. I can bind text content controls with data and save the template as word document. My problem is with picture controls.

How can i set a image to picture content control depending on a parameter?

I appreciate your help.

Thanks

V