【发布时间】:2021-09-29 07:06:11
【问题描述】:
基于与此相关的许多 SO 问题,Azure 应用服务或功能应用似乎不支持 System.Drawing.Common。
但是,IronPDF 文档建议它应该在 Azure 上的任何位置工作,除非正在渲染 SVG 图形,在这种情况下他们建议使用容器。
所以我的问题是,如果我要转换为 PDF 的 HTML 没有任何 SVG 图形,它将在 S1 层应用服务或函数应用中工作吗?
参考资料:
Azure Function gives error: System.Drawing is not supported on this platform
https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#win32ksys-user32gdi32-restrictions
【问题讨论】:
标签: c# azure pdf azure-functions iron