从文本创建幻灯片
我想阅读3个文本段落中的文本使用文本创建 3 张幻灯片的幻灯片 - 每张幻灯片都以编程方式包含一个段落。
可以吗?我需要使用 openoffice、libreoffice 还是其他?
我用谷歌搜索了很多,但找不到任何答案。因此,将问题发布在SO上。
谢谢。
I would like to read text from 3 text paragraphs & use the text to create a slideshow of 3 slides - each with a paragraph programatically.
Is it possible? Do I need to use openoffice, libreoffice or something else?
I have googled a lot, but could not find any answer. Hence, posting the question on SO.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Openoffice 有一个名为 Uno 的桥,它可以在 python、java(可能还有更多)中使用,即您可以操作openoffice 文档来自外部程序,但是使用它并不简单。
另一种可能性是使用 OpenOffice.org BASIC。
Openoffice has a bridge called Uno which can be used from python, java (and probably more), i.e. you can manipulate openoffice documents from an external program, it's however non-trivial to use it.
Another possibility is to use OpenOffice.org BASIC.