I have a word document with many content controls. How can I export the content of content control into another word document? I'm using C# and open xml sdk. Regards.
相关问题
- Converting byte array output into Blob corrupts fi
- docx4j - delete wml P element
- Replacing in inner Text in open xml element?
- Text Box in Outlook Email
- android apache poi-ooxml causes build error 'a
相关文章
- System.Runtime.InteropServices.COMException (0x800
- Directly signing an Office Word document using XML
- How to print a docx to a specific printer using Mi
- Deleting columns from a table with merged cells
- Doc4j - Having issues converting docx to PDF with
- How to disable File button in MS-Word 2013?
- Getting the selected item from the dropdown in a r
- VBA Find and Replace in word based on Database in
content controls are not bound to CustomXMLParts. I'm using Altchunck to merge multiple docx files into one document. Each docx file is inserted within a content control.The merged document is opened in a winforms application using DSOFramer. I want to update the source docx file when the content control content is modified. Regards.
Here are two great articles that will show you how to do this: