用于从 .ppt 获取 xml 的 API

发布于 2024-12-11 08:16:46 字数 149 浏览 0 评论 0原文

我已经尝试打开 .ppt 文件 ->另存为-> PowerPoint XML 演示文稿,但我得到的 xml 很奇怪,不干净:( 是否有一些 API 可以用来从 power point 文件获取 xml? 操作系统是Windows 7。.ppt文件是Office 2007。

I already tried opening the .ppt file -> Save As -> PowerPoint XML Presentation, but the xml I get is strange, unclean :(
Is there some API I can use to get xml from power point file?
The OS is Windows 7. The .ppt file is Office 2007.

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

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

发布评论

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

评论(1

云柯 2024-12-18 08:16:46

PPT 2007 文件是具有不同扩展名的 zip 文件;它们主要包含描述演示内容的 xml 文件。有一些免费的库允许您处理 ZIP 文件的内容(其中之一是 INFOZIP)。

XML 有点像数据库文件,因为 XML 文件可以包含作者想要的几乎任何数据,以任何有意义的方式表达,只要它遵循一些基本标准。

考虑到 PPT 演示文稿潜在的复杂性,看到复杂的 XML 表示它也就不足为奇了。 MS 有大量关于其 Office XML 格式的文档。您可能想从这里开始:

http://msdn.microsoft.com/en-us/办公室/ee358825

PPT 2007 files are zip files with a different extension; they contain mostly xml files that describe the contents of the presentation. There are freely available libraries that allow you to work with the contents of ZIP files (INFOZIP for one).

XML is something like a database file in the sense that an XML file can contain pretty much any data the author wants it to, expressed in any way that makes sense, so long as it adheres to a few basic standards.

Considering the potential complexity of a PPT presentation, it shouldn't be any surprise to see complex XML representing it. MS has quite a lot of documentation on their Office XML formats. You might want to start here:

http://msdn.microsoft.com/en-us/office/ee358825

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