OpenDocument.core
OpenDocument.core copied to clipboard
C++ library that translates office documents to HTML
fill version and commit in https://github.com/opendocument-app/OpenDocument.core/blob/5ecfee04b4726a18183c729d6b5edb9a0716631a/common/src/Constants.cpp what version to use for "post version builds"? add "dirty" to the commit hash if some changes are uncommitted. https://crascit.com/2017/04/18/generated-sources-in-cmake-builds/
Potentially, images could be outside the document file. For example as URL or local file path.
- support big and little endian - binary cursor like python struct this could be done by a code generator providing a simple data scheme. could be its own project...
- rest api #78 - document abstraction - use cases - modify documents in c++ - document conversion - visualization independent from underlying data format - text documents #184 -...
bitmaps are not implemented yet. test file: `svm/Vyplaty` **references** - https://docs.libreoffice.org/vcl/html/metaact_8hxx_source.html#l00642 - https://docs.libreoffice.org/vcl/html/dibtools_8cxx_source.html#l01734
in case of `noexcept` frontend it would be cool to get a stacktrace when an exception gets caught - [boost::stacktrace](https://www.boost.org/doc/libs/1_66_0/doc/html/stacktrace/getting_started.html)
charts and graphs are represented as separate objects. they are usually placed in a folder like `Object 1` which seems to contain the data and formatting of the plot. we...
wait for https://github.com/opendocument-app/OpenDocument.core/issues/76