C++渲染 ODF 文档的库?

发布于 2024-08-18 13:18:51 字数 98 浏览 3 评论 0原文

我无法找到任何开源库来使用 C++ 渲染 ODF 文档。我发现 ODKit 支持 Java 和 AODL for .NET C#。

有谁有任何想法或为我提供任何指示。

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 me any pointers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

谜兔 2024-08-25 13:18:51

KOffice 支持 ODF,并用 C++ 编写。我怀疑他们可能已经解决了你想要解决的问题。 http://www.koffice.org

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

情丝乱 2024-08-25 13:18:51

它可能不是最优雅的解决方案,但 OpenOffice 本身能够渲染,并且 OOoSDK 可以从 C++ 中使用,如此处的 writer此处查看电子表格

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.

泛滥成性 2024-08-25 13:18:51

没有。你最好使用 AODL 或任何其他可用的库(python、perl、java 等)并对其进行绑定

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

佞臣 2024-08-25 13:18:51

KOffice 可能是一个想法,但如果我只想在一个漂亮的 Qt QWidget 中显示 odt 文件,但我不想依赖 DBus 和大量 Kde 功能。

这个想法是看看 Flake 和 KoText 库,正如 Thomas Zanders 在 本论坛

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文