Hi,
I have a Word 2013 document that I want to open in Word 2010. The problem is this document has a repeating section content control and if I open it in Word 2010, the content control is removed so the data won't be seen. Is there any way programmatically to save the document in Word 2010 compatible mode? So that I can open in both Word 2013 and 2010. By the way, I'm using C# and OpenXML for this.
Thanks.