在 ASP.NET 中合并 PPT 文件

发布于 2024-12-09 10:19:06 字数 372 浏览 0 评论 0原文

我有一个棘手的要求,即能够在 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 技术交流群。

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

发布评论

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

评论(2

不如归去 2024-12-16 10:19:06

如果您确定只需要使用较新的 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

墨离汐 2024-12-16 10:19:06

@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.

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