Asked by:
generate a PDF in an Azure App Service

Question
-
I'm currently trying to use a PDF generator in my project but it doesn't work in an Azure Web app.
I am using something called SelectPDF to generate unique Pdf's. https://selectpdf.com/docs/Deployment.htm … their site even says that it won't work in a web app.
Is there any suggestion of other PDF generation libraries I could use?
Wednesday, April 25, 2018 10:03 PM
All replies
-
I have used iTextSharp before. See if that helps!
- Vaibhav Gujral
- Proposed as answer by Vaibhav Gujral Wednesday, April 25, 2018 11:14 PM
Wednesday, April 25, 2018 11:12 PM -
You can check the Recommend a way to do PDF generation and see if that helps.
------------------------------------------------------------------------------------------
If this answer was helpful, click “Mark as Answer” or “Up-Vote”. To provide additional feedback on your forum experience, click here.- Proposed as answer by AshokPeddakotla-MSFTMicrosoft employee Thursday, April 26, 2018 6:56 PM
Thursday, April 26, 2018 6:56 PM -
Hi Mexicoder,
You can use Spire.PDF to generate PDF in Azure Web app.
It's available on NuGet:
https://www.nuget.org/packages/Spire.PDF/
Guidance:
Friday, April 27, 2018 3:32 AM -
I am using ZetPDF SDK number of time. It is too easy to develop PDF functionality using this SDK. You can download the SDK from here. http://zetpdf.com/
Tuesday, July 3, 2018 4:41 PM -
@Mexicoder, Just checking in if you have had a chance to see our previous response. If this answers your query, do click “Mark as Answer” and Up-Vote for the same. And, if you have any further query do let us know.Wednesday, July 4, 2018 4:23 PM