In this video, we will see how to generate PDF in an Azure Web App running on .Net Core. I am using the NReco HTML-to-PDF Generator for .Net, which is a C# wrapper over WkHtmlToPdf.
Blog Post –
Github Source:
NReco Pdf Generator –
wkhtmltopdf –
Nuget Packages:
NReco.PdfGenerator.LT –
RazorLight –
Web Compiler VS Extension (to compile SCSS) – …(read more)
Convert Word 2 PDF: Word to PDF Converter
Convert PowerPoint 2 PDF: PPT to PDF Converter
Convert Excel 2 PDF: Excel to PDF Converter
Convert an Image 2 PDF: Image to PDF Converter
Convert HTML 2 PDF: HTML to PDF Converter
More Tools: PDF Converter
I can remove header and footer in the first page?
Hello which FREE c# library would you recommend for HTML to PDF conversion, that supports css, bootstrap grids etc ? Can this be done with NReco's free version ?
Hello Rahul, is there any possibility to convert web page with in my application to PDF without using any 3rd party DLLs
By the way your explanation is awesome keep going
Hi Rahul, good video with nice explanation. Here I have doubt, now you are converting a physically present html file to PDF, what if I need to generate a dynamic html string (not physically available, but creating html file dynamically) to PDF?