How to generate a PDF using azure service

Shashika Edirisingha 45 Reputation points
2024-08-20T06:41:34.0266667+00:00

Hi,

I need to know the below things,

  1. Is there any specific service to generate PDF.
  2. Number of users meaning in Subscribe To PDF Creator
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,968 questions
0 comments No comments
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2024-08-20T15:52:17.4633333+00:00

    @Shashika Edirisingha Thanks for asking question!

    To generate a PDF using Azure services, you'll encounter challenges due to the OS dependencies required for PDF generation, which aren't supported in the Azure App Service sandbox. This limitation is detailed in the Kudu service wiki here.

    However, if you have HTML content, there are alternative approaches. This blog article discusses various options and recommends a viable solution for generating HTML-based PDF reports from an Azure App Service.

    Also- https://learn.microsoft.com/en-us/archive/msdn-magazine/2016/june/azure-app-services-using-azure-app-services-to-convert-a-web-page-to-pdf

    Let us know.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.