Split a DOCX into several MS Word documents

In this sample we load the SampleParagraphs.docx into a GcWordDocument, and use the SplitDocument() method to split it into two documents at a point before the second paragraph of the original document. We then return one of those documents as the sample's result.