libodfgen

Library for exporting documents to ODF format from librevenge.

brewmacoslinux
Try with needOr install directly
Source

About

ODF export library for projects using librevenge

Examples

convert word documents to open document format$ # libodfgen is a library, used by tools like: file-converter --to odf document.doc
export presentation files as ODF spreadsheet$ # Integrated into librevenge-based tools: libreoffice --headless --convert-to odp input.ppt
build software that exports documents to ODF$ pkg-config --cflags --libs libodfgen
check ODF library installation and version$ pkg-config --modversion libodfgen
link ODF export library into C++ project$ g++ myapp.cpp -o myapp $(pkg-config --cflags --libs libodfgen)