Generating PDFs from an ASP.NET Core app using a Node library
Quick blogpost on converting HTML to PDF from an ASP.NET Core application using
a Node library by Marc Bachmann [https://github.com/marcbachmann] called
html-pdf [https://github.com/marcbachmann/node-html-pdf]. I've also setup a
docker-based sample github repository
[https://github.com/gldraphael/PdfGenerationNodeServicesSample] if you just want
to see