Mike Brind 11/30/2022

Exploring generating PDF files from HTML in ASP.NET Core

Read Original

This technical article details the author's search for a modern replacement for the outdated iTextSharp library to generate PDFs from HTML in ASP.NET Core. It compares three options—iText 7, DinkToPdf, and ChromeHTMLToPdf—focusing on their ability to render a Bootstrap-styled report with web fonts from Razor partials. The content is a practical guide for developers needing to implement PDF generation in a .NET environment.

Exploring generating PDF files from HTML in ASP.NET Core

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week