Tag Archives: html to pdf azure function

Html To Pdf with .NET Core and Azure Functions

SelectPdf and Azure FunctionsAzure Functions allows you to run small pieces of code (called “functions”) without worrying about application infrastructure. With Azure Functions, the cloud infrastructure provides all the up-to-date servers you need to keep your application running at scale.

SelectPdf offered a .NET Core version for some time, but although it worked on some types of Azure deployments, it was not supported on Azure functions, due to some platform restrictions.

Continue reading