I’ve been working on Microsoft Word automation, Open Xml, Microsoft.Office.Interop.Word and Open Xml 2.0 SDK. In this blog I’ll focus on Content Controls and Open Xml 2.0 SDK from the experience I gained in last 2 months
In this blog I’ll discuss the points mentioned below
- Add Custom Xml part to WordprocessingDocument
- Get Custom Xml part from WordprocessingDocument
- Each content control contains a unique ID that is assigned by Word upon creation of the content control (Issues this may cause and how it can be handled)
- Convert in-memory Document to Bytes without saving to a File