Python RTF 多列布局

发布于 2024-09-14 12:12:30 字数 93 浏览 1 评论 0原文

任何人都可以推荐一种用 python 生成多列 RTF 文档的方法吗?我本来打算使用 PyRTF,但我找不到任何有关如何设置列的文档。我想我可能需要编辑模块源有什么建议吗?

Can anybody reccomend a way of generating a multi column RTF document with python, i was going to use PyRTF but i cant find any documentation on how to set up columns. i think i might need to edit the modules source any reccomendations?

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

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

发布评论

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

评论(2

紙鸢 2024-09-21 12:12:30

在遇到一些技术困难后,很容易就修复了它
http://www.importsoul.net/python/pyrtf/

Managed to patch it up quite easily after a few technical difficulties
http://www.importsoul.net/python/pyrtf/

无法言说的痛 2024-09-21 12:12:30

PyRTF 是废弃软件,除了示例之外,实际上没有任何文档形式。我不了解列,但它确实支持表格,因此您也许能够以这种方式实现您想要的布局。

PyRTF is abandonware and doesn't realy have anything in the way of documentation other than the examples. I don't know about columns, but it does support tables so you might be able to achieve the layout you want that way.

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