Html to Pdf library in Azure Function
问题 Azure functions apparently doesn't yet support System.Drawing (sanbox info). Running a function with a dependency on it throws the following message: System.Drawing is not supported on this platform. I was originally using Select.HtmlToPdf in a WebApp to create PDF documents from HTML. But, since moving the PDF generation to an Azure function, that is no longer an option. Also, the reccomended library is wkhtmltopdf , but that doesn't seem to have a .netstandard2.0 version. How would you