你的位置: 码友网首页 / 资讯源列表 / Exploring generating PDF files from HTML in ASP.NET Core

关于[Exploring generating PDF files from HTML in ASP.NET Core]的摘要:

Back in 2008, I wrote a series of articles about using iTextSharp to generate PDF files in an ASP.NET application. I still use iTextSharp in a large MVC 5 application that I'm in the process of migrating to ASP.NET Core. The version I use is very old (4.1.6), and the API is very low level so it takes quite a while to write the code required to generate even a moderately complex PDF. Ideally I need a replacement for the new application that can generate PDF files purely from HTML, which is an API I'm much more comfortable with. This ancient version of iTextSharp doesn't support HTML as a source of content. In this article, I consider some alternatives.

原文地址: https://www.mikesdotnetting.com/article/364/exploring-generating-pdf-files-from-html-in-asp-net-core

收录时间: 2022-12-01 浏览量: 610 分类: ASP.NET Core

| 0 收藏 | 0