Powerpoint 预览和缩略图

发布于 2024-12-13 12:42:36 字数 378 浏览 3 评论 0原文

我们提供缩略图和在我们基于 Java 的网站上预览丰富的 Powerpoint 文档的功能。
目前,我们使用iSpringConverter工具将powerpoint文档转换为swf文件。
该工具已获得许可并且基于 Windows,并允许通过 java 进行交互。
然后该 swf 文件在客户端作为弹出窗口启动。

任何人都可以建议用于实施的任何其他工具/框架/选项/方法
- 生成缩略图并预览幻灯片
- 使用查看器,以防以某些格式生成预览。

任何更多的想法/建议。

We are providing a thumbnail & preview functionality for rich powerpoint documents on our Java based site.
Currently, we are using iSpringConverter tool for converting the powerpoint documents to swf file.
The tool is licensed and windows based, and allows interaction through java.
This swf file is then launched on the client side as popups.

Can anyone suggest any other tools/frameworks/options/approaches used for implementing
- Generation of thumbnails and preview for powerpoints
- Viewers used, in case the preview is generated in some formats.

Any more ideas/suggestions.

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

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

发布评论

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

评论(2

转瞬即逝 2024-12-20 12:42:36

尝试一下 SWFTOOLS,效果非常好:)
您可以运行命令行(使用 Process 类)来调用它。

我不知道它是否透明地制作缩略图等...但我认为你可以使用它自己完成。

希望有帮助。

http://www.swftools.org/

Try SWFTOOLS, it works very well :)
You can make calls to it running command lines (using Process class).

I dont know if it transparently make thumbnails and etc... but I think you can done it by yourself using it.

hope it helps.

http://www.swftools.org/

浪推晚风 2024-12-20 12:42:36

您可以尝试 Aspose.Slides for Java创建Java 应用程序中 PowerPoint 幻灯片的缩略图。然后,您可以使用任何图像控件将这些图像显示为预览。该组件不需要在您的开发或部署计算机上安装 MS Office/Open Office 等来处理 PowerPoint 文件。该 API 非常简单,并提供详细的文档和帮助。请看看这对您的情况是否有帮助。

披露:我在 Aspose 担任开发人员传播者。

You may try Aspose.Slides for Java to create thumbnails of the PowerPoint slides in your Java application. You can then show those images as a preview using any image control. This component doesn't require MS Office/Open Office etc. to be installed on your development or deployment machines for processing PowerPoint files. The API is quite simple and provides detailed documentation and help. Please see if this might help in your scenario.

Disclosure: I work as a developer evangelist at Aspose.

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