C++ Library to render ODF documents?

岁酱吖の 提交于 2019-12-03 10:39:15

KOffice supports ODF and is written in C++. I suspect they may have solved whatever it is you are trying to solve. http://www.koffice.org

It may not be the most elegant solution but OpenOffice itself is capable of rendering and the OOoSDK can be used from C++ as seen here for writer and here for spreadsheet.

There is none. You're better AODL or any of the other libs available (python, perl, java, etc) and doing a binding to it

KOffice can be an idea, but if I just want to display an odt file in a nice Qt QWidget, but I don't want to depends on DBus and a lots of Kde feature.

The Idea is to take a look a Flake and KoText libs as Thomas Zanders says on this Forum.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!