使用 Open Office SDK 2.0 将 PowerPoint 2007 另存为 PowerPoint 2003
是否可以使用 Open Office SDK 2.0 将使用 OOXML 创建的 PowerPoint 演示文稿保存到 PowerPoint 2003 演示文稿?我知道如果您打开 2007 年文件并单击“另存为”,您可以选择将其另存为 PowerPoint 97 到 2003 文档,但我不知道是否可以使用此 SDK 在语法上做到这一点。
我问这个问题的原因是因为我需要为用户提供以 Office 2007 或 2003 格式在网站上保存数据的选项。我宁愿只使用相同的代码来生成文档,而不必为 PowerPoint 2003 和 PowerPoint 2007 使用两个代码路径。
Is there anyway to use the Open Office SDK 2.0 to save a PowerPoint presention that you created using OOXML to a PowerPoint 2003 presentation? I know if you open a 2007 file and click Save As you have the option to save it as a PowerPoint 97 to 2003 document and I didn't know if I could do this grammatically using this SDK.
The reason I am asking this question is because I need to give the user the option to save data on a website in either Office 2007 or 2003 format. I much rather just use the same code to produce the document instead of having to have two code paths for PowerPoint 2003 and PowerPoint 2007.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,没有。 Open Office SDK 2.0 是为 System.IO.Packaging 构建的并围绕 System.IO.Packaging 构建,以便在处理 ECMA/ISO 标准时与开放文档格式(包装 Office 2007、XPS 等的所有 xml 和其他文件的 zip 包)配合使用适用于 Office 2007/2010 格式。
Unfortunately, no. Open Office SDK 2.0 is built for and around System.IO.Packaging to work with the Open Document Format (the zip package that wraps up all the xml and other files for Office 2007, XPS, etc.) in processing the ECMA/ISO standard for Office 2007/2010 formats.