Library for exporting documents to ODF format from librevenge.
ODF export library for projects using librevenge
$ # libodfgen is a library, used by tools like: file-converter --to odf document.doc$ # Integrated into librevenge-based tools: libreoffice --headless --convert-to odp input.ppt$ pkg-config --cflags --libs libodfgen$ pkg-config --modversion libodfgen$ g++ myapp.cpp -o myapp $(pkg-config --cflags --libs libodfgen)