在 ASP.NET 中合并 PPT 文件
我有一个棘手的要求,即能够在 ASP.NET 中即时合并 PPT 文件。
我想避免互操作,因为我知道这对于 ASP.NET 来说不是一个好主意。
我发现了 Aspose.Slides ,它看起来可以完成这项工作——尽管价格相当昂贵。
http://www.aspose.com /categories/.net-components/aspose.slides-for-.net/default.aspx
更便宜/更简单的建议非常感谢!
I have a tricky requirement to be able to merge PPT files on-the-fly in ASP.NET.
I'd like to avoid interop as I know it's not a good idea from ASP.NET.
I came across Aspose.Slides which looks like it would do the job - quite pricey though.
http://www.aspose.com/categories/.net-components/aspose.slides-for-.net/default.aspx
Cheaper / simpler suggestions much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您确定只需要使用较新的 XML 格式文件(PPTX/PPSX/等),则可以通过直接使用文件内容来完成您需要的操作。它们实际上是包含 XML 和其他相关资源文件的 zip 文件。可能相关的示例:
http://msdn.microsoft.com/en-us/library /cc850834.aspx
If you're certain that you'll only need to work with the newer XML format files (PPTX/PPSX/etc), you may be able to do what you need to by working with the file contents directly. They're actually zips that contain XML and other related resource files. Possibly relevant example:
http://msdn.microsoft.com/en-us/library/cc850834.aspx
@Robert Morgan,
我建议您考虑在即用即付模式下使用基于云的 Aspose.Slides for .NET SDK API 版本。这将允许完全免费地执行一些操作,包括合并演示文稿。为了您的方便,我建议您访问Aspose.Slides for Cloud 定价选项。
@Robert Morgan,
I suggest you to please consider using cloud based version of Aspose.Slides for .NET SDK API in pay as you go mode. This will allow performing some number of operations completely free including merging presentations. I suggest you to please visit Aspose.Slides for Cloud pricing options for your convenience.