C++ Library to render ODF documents?

前端 未结 5 1765
野趣味
野趣味 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条回答
  •  故里飘歌
    2021-02-13 04:36

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

提交回复
热议问题