https://github.com/noahmorrison/genodf
C# project for generating conformant ODF 1.2 files (Without the hassle of UNO)
https://github.com/noahmorrison/genodf
Last synced: 9 months ago
JSON representation
C# project for generating conformant ODF 1.2 files (Without the hassle of UNO)
- Host: GitHub
- URL: https://github.com/noahmorrison/genodf
- Owner: noahmorrison
- License: mit
- Created: 2015-03-05T03:35:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T14:38:25.000Z (about 8 years ago)
- Last Synced: 2025-02-06T10:14:44.854Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 159 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# genodf
C# project for generating
[extended conformant ODF 1.2 files.](https://odfvalidator.org/)
Without the hassel of UNO.
This project outputs a .NET dll.
---
### TODO
* More complete styling
* More document types
---
### References
This project uses [SharpZipLib](http://icsharpcode.github.io/SharpZipLib/)
for cross-platform zipping.