将 MicrosoftOffice 文档+PDF+图像++音频/视频转换为 Swf 文件

发布于 2024-08-22 22:16:14 字数 138 浏览 3 评论 0原文

我想将 MicrosoftOffice Docs(.doc,.docx,ppt,xlsx,xls) +PDF+Images++Audio/Video 转换为 swf 文件。该项目背后的想法是在任何具有 Flash 插件的计算机上打开文档。我想用VC++来做这个。

I want to convert MicrosoftOffice Docs(.doc,.docx,ppt,xlsx,xls) +PDF+Images++Audio/Video into an swf file. The idea behind this project is to open the documents on any machine which have a flash plugin. I want to do this in VC++.

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

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

发布评论

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

评论(1

看透却不说透 2024-08-29 22:16:14

使用 http://www.swftools.org/(开源)

从 PDF、图像、视频制作 SWF , 声音。

要从 Office 格式进行转换,您可能需要首先将 Office 文件转换为 PDF,然后将 PDF 转换为 SWF。有很多工具可以做到这一点,最好的工具之一是服务器模式下的 OpenOffice(无用户界面)。

一个示例实现是 Alfresco Share(也是开源),它使用 swftools 和 OpenOffice 将各种文件转换为 SWF。 Alfresco Share 从 Java 调用这些外部程序,因此您可以以相同的方式从 VC++ 调用它们。

Use http://www.swftools.org/ (Open Source)

Makes SWF from PDF, images, video, sound.

To convert from office formats, you will probably need to first convert office files to PDF, and then PDF to SWF. There are many tools to do this, one of the best is OpenOffice in server mode (no user interface).

An example implementation is Alfresco Share (also Open Source), which uses swftools and OpenOffice to convert all sorts of files to SWF. Alfresco Share calls those external programs from Java, so you can call them from VC++ the same way.

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