C++ Library to render ODF documents?

前端 未结 5 1682
野趣味
野趣味 2021-02-13 03:52

I am unable to find any open source libraries to render ODF documents using C++. I found ODKit suporting Java and AODL for .NET C#.

Does any one have any idea or provide

5条回答
  •  -上瘾入骨i
    2021-02-13 04:29

    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.

提交回复
热议问题