在 Linux 服务器上拆分和转换 Microsoft PowerPoint 演示文稿
我必须实现一个 Web 服务,它将 Microsoft PowerPoint 演示文稿作为输入,并输出:
- 每张幻灯片作为独立的 ppt 文件
- 文本,用于索引
- (可选)预览图片
它还应该能够将 ppt 文件组合在一起。
openoffice headless 可以在服务器上解决这个任务吗,还是我应该使用.NET?
我没有任何 .NET 经验,所以我想避免使用它。
I have to implement a web service, which takes a Microsoft PowerPoint presentation as an input, and outputs:
- every slide as a standalone ppt file
- text for indexing
- optionally a preview picture
It should also be able to combine ppt files together.
Is openoffice headless can solve this task on a server, or should I go with .NET?
I don't have any .NET experience, so I would like to avoid using it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来这个问题用OpenOffice并不能轻易解决。我们将改用Presentation.NET,并将这部分项目外包。
It seems that this problem can't be solved easily with OpenOffice. We will use Presentation.NET instead, and outsource this part of the project.