Hello,
I am currently learning how to things with openXML.
One problem that is given me a headache is the following :
I am trying to merge a number of .docx documents into a single file. Using the chunk approach it worked flawlessly so far. The thing that is giving me problems is that I am trying to insert a section inbetween the documents, so that the content of a document always starts on an odd page.
Like this :
DOC 1
SectionBreak ODD
DOC 2
SECTIONBREAK ODD
DOC 3
I am using C# and openXml Library 2.0. Any help and ideas would be appreciated.