opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
23 stars 9 forks source link
cpp opendocument

OpenDocument.core

build status

C++ library to visualize files, especially documents, in HTML.

Supported files

Unsupported files

References

Currently, used as backend for OpenDocument.droid and OpenDocument.ios.

Replaces legacy projects OpenDocument.java, JOpenDocument and svm.

Potential test files: https://file-examples.com/

Documentation

Build

This project comes with CMake as a build system and Conan as package manager. In principle they should be independent and one can build without Conan.

Using Conan one can use our Artifactory as a Conan remote for convenience: https://artifactory.opendocument.app/

As an alternative to the Conan remote you can also export the package locally via Conan i.e. conan export . --name odrcore --version VERSION (fill VERSION with something appropriate).

Version

Versions and history are tracked on GitHub.