Hi ,
I have to convert HTML text with images (path: image from website) into PDF in .NET Core 8 Web API for more than 100 users.
I have used these libraries to convert it, but images are not loading in the PDF.
DinkToPDF, Rotativa, QuestPDF, HtmlRender, Select. HtmlToPdf, Select. HtmlToPdf.NetCore, Microsoft Playwright, Polybioz. HtmlRenderer. PdfSharp.Core PdfSharpCore, using PdfSharpCore.Pdf.
Please suggest any idea for this.
Regards,
Amit

Leon DPosted Jun 16, 2025, 7:56 AM
Try this html-to-pdf example which is based on the Google Chromium engine:
https://www.e-iceblue.com/Tutorials/NET/Spire.PDF-for-.NET/Program-Guide/Conversion/C-Convert-HTML-to-PDF-using-ChromeHtmlConverter.html