【发布时间】:2011-04-18 09:02:38
【问题描述】:
给定.ppt 格式的 PowerPoint 演示文稿,以编程方式并仅使用开源软件提取演示文稿中每张幻灯片的图像表示(例如 .jpg 或 .png)的最佳方法是什么?
该应用程序将在 Linux 服务器环境中运行,因此不能安装 Microsoft Office 或 Keynote。
我想以编程方式实现的功能类似于:
- Keynote 的导出功能 (
File > Export... > Pictures > JPEG) - PowerPoint 的另存为 JPEG 功能 (
Save As > Other Formats > JPEG)
【问题讨论】:
标签: image language-agnostic ms-office powerpoint openoffice.org