IronPDF's HTML to PDF class in .Net Core effortlessly converts HTML files, URLs or strings to PDF documents with bookmarks, images, internal links, and other essential elements to create a professional looking PDF.
One of the biggest advantages of .Net core is its ability to be deployed anywhere, not just on Windows. It is an implementation of .Net for Linux, Mac, and Azure deployment. In addition, IronPDF is compliant with .Net standard 2.0 and above, which allows developers to write in this format and have it work on any up-to-date version of .Net.
When converting a website to a PDF in a .Net core project with IronPDF, developers do not need any new assets. They simply point IronPDF to an HTML page or string, and it will automatically load existing assets and generate PDFs. To convert HTML to PDF in .Net core, developers can use the IronPDF HTML to PDF class, which will render any HTML file, URL, or string into a PDF document, complete with internal links, bookmarks, images, and more.
Docker is a tool that enables developers to isolate operating systems and create a standalone operating system, such as a Windows or Linux build, which can run a single application. In a .Net core project, developers can use Docker to simplify the deployment of their application to various platforms, including cloud infrastructure.
Version 2022.3.5084:
Fixes bug where PNG images didn't load correctly when using .NET6.
Fixes bug where license stamps could not be clicked.
Improves compatibility with some Linux distributions.
Improves overall stability.
Improves multithreading support.
Updates to latest Pdfium version.
Version 2022.1:
* Fixes initialization timeouts on some systems
* Fixes use of certain SSL certificates
* Improves logic when using custom temp folder
* Improves shutdown/cleanup logic
Version 2021.12:
Improved deployment logic
Updated StampHTML() methods
Default render timeout increased to 60s
Fixed:
headers and footers do not render properly if Javascript is disabled
render options are not applied properly when using HtmlToPdf class
memory issue when printing using GetPrintDocument()
Version 2021.9.3737:
Added Chrome, WebKit and Adaptive rendering.
Added ChromePdfRenderer, WebKitPdfRenderer and AdaptivePdfRenderer classes.
Added Pixel Perfect Chrome HTML to PDF rendering.
Added Razor and MVC helpers.
Full Multithreading and Async support.
Improved HTML, CSS and JS rendering.
Minor API changes.
Version 2021.3.1.0:
* Improved PDF to Image performance
* Smaller deployment footprint
* PdfDocument.FromFile now supports even more PDF types
* Fixed AccessViolationException on rasterising high DPI PDF files
* Improved PDF to MultiPage TIFF
* Improved MultiPage TIFF to PDF
* Improved Documentation
Version 2021.3.1:
* Improved PDF to Image performance
* Smaller deployment footprint
* PdfDocument.FromFile now supports even more PDF types
* Fixed AccessViolationException on rasterising high DPI PDF files
* Improved PDF to MultiPage TIFF
* Improved MultiPage TIFF to PDF
* Improved Documentation
Version 2020.12.3:
License keys upgraded. License holders, please contact [email protected] to update existing keys.
Improved Linux support.
Improved IronPdf.Threading support for Core 3.1 and 5.0.
Added Alias IronPdf.Installation.LicenseKey => IronPdf.Licensing.LicenseKey.
Improved documentation.
Version 2020.9.0: This supports all types of .Net core projects for deployment on Windows, Linux, Mac, Azure, Docker, and web cloud hosting. These include console applications, desktop applications, MVC applications, server applications, as well as web API's and all general types of web application.