简体   繁体   English

使用Azure Functions将PowerPoint幻灯片转换为图像

[英]Converting PowerPoint slides to images using Azure Functions

I'm running an Azure Functions instance (.Net Standard 2.0.3) and need my users to be able to upload a PowerPoint presentation and return each slide as an image. 我正在运行一个Azure Functions实例(.Net Standard 2.0.3),需要我的用户能够上载PowerPoint演示文稿并将每张幻灯片作为图像返回。

I've seen that there are a couple of 3rd party packages out there (Spire, etc) but they all rely on System.Drawing and don't work in .Net Standard. 我已经看到那里有几个第三方软件包(Spire等),但是它们都依赖于System.Drawing,并且在.Net Standard中不起作用。

I know the code to do it using Microsoft.Office.Interop.PowerPoint but again, I don't think this is supported on an Azure Functions instance. 我知道使用Microsoft.Office.Interop.PowerPoint来执行此操作的代码,但是同样,我不认为Azure Functions实例支持此功能。

Any ideas? 有任何想法吗?

Thanks 谢谢

查看评论-Syncfusion是答案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM