short time.
Two classes are included in this library. The first (OdfParser) can parse odf code line by line, while the second is able to analyze and modify whole documents. That's why it's called OdfDocument. It is more handy than the parser, but does not deliver the same performance as the parser does. Using the parser might be quite difficult if you are not that experienced with .NET, so I would recommend to start using the document.
So all you need is a little bit knowlegde of any .NET language, be it C++/CLI, C#, VB.NET, IronPython or whatever.
I also included a short example solution (written in C#) showing what this library is capable of.
Hide