Odf Library Odf Library

(0 votes)
NG|mods, 2009-04-07

This is a small .NET library that allows to edit odf's easily. Simply include this in your project and use it for whatever you want. I myself use it to manipulate a huge amount of files in a very 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.


----------------------------------------------------------------------
Odf Library, v1.0
----------------------------------------------------------------------
Nickname: nEw-GEN/gdata
Email: gdata@ngmods.com
Website: http://ngmods.com
Version: 1.0
Mod Category: Tools
----------------------------------------------------------------------

Description:

This is a small .NET library that allows to edit odf's easily. Simply include this in your project and use it for whatever you want. I myself use it to manipulate a huge amount of files in a very 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.

Installation:

Simply include the nEwGEN.Odf.dll in your project.

Requirements:

IDE with support for .NET languages (for example: VisualStudio 2008, or Visual C# 2008 Express)

Credits:

Library: gdata
Documentation: gdata

Permission Policy:

Full policy is included in Documentation. If you don't change the dll or the documentation you may include it in your project.

Disclaimer:

This material is not made or supported by Bethesda or MAD DOC Software; it is freeware and may not be used for commercial purposes!
By installing this addon, you (the user) agree to and assume all risks of said addon. As a result, we/I take no responsibility for any damages that may occur to your game, mod or hardware.

Star Trek and related marks are trademarks of Paramount Pictures/CBS.All rights reserved. All other trademarks and trade names are the properties of their respective owners.

Version  1.0  Author  NG|mods  Website  Website external 
Downloads  234  Size  52.59 KB  Created  2009-04-07 

Download

Comments  

#1 NimoStar 2009-04-10 10:18
Uh too much programming xD


But would be useful for thers than me :P

Commenting is currently disabled.