I have a Microsoft Word 2013 document (.docx) which contains several Content Controls that are data bound using XPATH Xpressions to a Custom Xml Part inside the document.
When I double click the document, Microsoft Word opens it and fetches all data from the Custom Xml Part to populate the Content Controls and the document is visible with the real data.
What I need is, I want to populate the Content Controls with data from embedded Custom Xml Part, using Open Xml Sdk programatically and save the final rendered document.
Is this possible using Open Xml Sdk?
What I need is similar to this question which is unanswered: