flatopc

Determine that XML File is FlatOPC for Word

I need to determine if a Xml-File is a FlatOPC file for Word. How can I achive this? ...

Use System.IO.Packaging for FlatOPC

I develop a software that uses FlatOPC files. I need to manipulate several parts of the File. System.IO.Packaging offers the classes ZipPackage and ZipPackagePart for manipulation .docx files. There is no implementation for FlatOPC. So I've built my own. The Problem is, that using the FlatOPCPackage with a WordprocessingDocument causes ...