issues
search
opendocument-app
/
OpenDocument.core
C++ library that translates office documents to HTML
GNU General Public License v3.0
24
stars
9
forks
source link
feat: html service
#381
Closed
andiwand
closed
2 months ago
andiwand
commented
2 months ago
Generalize HTML generation to "fragments" which can be written to output streams individually
This allows the user to control the HTML output as only the crucial content will be generated but not the surrounding HTML header / footer
This abstraction can be used by a HTTP server to access parts of documents individually
It also allows us to push UI/UX out of the core and into the platform