使用 C++ 读取(和写入)RTF 文件 /Qt

发布于 2024-07-08 07:21:17 字数 1557 浏览 13 评论 0原文

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

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

发布评论

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

评论(3

仅一夜美梦 2024-07-15 07:21:17

我帮助在 KOffice 中编写 RTF 导入导出过滤器。 您可以在 https://cgit.kde 查看代码.org/koffice.git/tree/filters/kword/rtf。 该代码是模块化的,仅依赖于 Qt。

I helped writing the RTF import export filter in KOffice. You can have a look at the code at https://cgit.kde.org/koffice.git/tree/filters/kword/rtf. The code is modular and it depends only on Qt.

宁愿没拥抱 2024-07-15 07:21:17

快速 SourceForge 搜索建议 librtf。 它已经有一段时间没有开发了,但被列为稳定的并且处于 LGPL 之下。 我不知道它是否会支持您所需要的,但我总是建议在 SourceForge 中搜索库。

A quick SourceForge search suggests librtf. It hasn't been developed in a while, but is listed as stable and is under the LGPL. I don't know whether it will support what you need, but I always suggest searching SourceForge for libraries.

可是我不能没有你 2024-07-15 07:21:17

您可以通过 irc 询问 irc.freenode.org 上的 #koffice 人员。 他们的程序kword能够打开RTF文件,而且确实也是用Qt编写的。 我相信他们会很乐意告诉您他们是如何做到的。

You can ask the #koffice guys on irc.freenode.org over irc. Their program kword is able to open RTF files, and is indeed also written in Qt. I'm sure they would be glad to tell you about how they do it.

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