'Does EvoPdf works with Azure App Services?

We are well aware of working with EvoPdf on Azure Cloud Services (Classic), but are there any known issues with EvoPdf on App Service deployments?



Solution 1:[1]

  • EVO HTML to PDF Converter Library cannot be used in Azure websites directly because of the restrictions imposed by Azure App Service environment.
  • It can run under a restricted environment in Azure App Service.
  • EVO HTML to PDF Converter Library for .NET and .NET Core can be used directly in web roles and worker roles of Azure Cloud Services and in applications running on Azure Virtual Machines.
  • The HTML to PDF converter client library for Azure is also available as a NuGet package that can referenced directly from your Visual Studio project.
  • For Azure WebSites you can use the EVO HTML to PDF for Azure Websites solution .

Please refer EvoHtmlToPdf_Azure_Client and EVO PDF Server in an Azure Service Fabric Application for more Information.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 HarshithaVeeramalla-MT