IronPdf
The PDF Library for the C# and the .Net platform. IronPDF makes it easy to generate pdf documents from within .Net Applications and ASP.NET websites. The key feature is βHtml-To-Pdfβ which renders pixel-perfect PDFs from HTML, CSS, Images and JavaScript.β¨ IronPDF takes the frustration out of creating PDFs because it does not rely on a proprietary set of API functions. It uses the open standards of HTML5, CSS , JPEG, PNG, GIF and SVG and converts them to PDF files. In short, it makes good use of skills that developers already posses.β¨ IronPDFβs features are: "Html-To-Pdf" - creating PDF files from HTML, CSS and JavaScript. "Url-To-Pdf" - generating PDF files from existing html pages by simply providing their URL β¨"ASPX-To-Pdf" - Turning ASP.NET web forms directly into into downloadable pdfsβ¨ Html-To-Pdf and Url-To-Pdf may be used from within any Windows application including: ASP.NET projects, MVC , Web Services, Console Applications and Desktop Applications. The base requirements are .Net Framework 4.0 or above on the Windows platform. IronPDF is also compatible with Microsoft Azure cloud hosting services. ββββββββββββ C# Code Example: ββββββββββββ using IronPdf; HtmlToPdf HtmlToPdf = new IronPdf.HtmlToPdf(); PdfResource PDF = HtmlToPdf.RenderHtmlAsPdf(@"<h1>Hello World</h1>"); PDF.SaveAs(@"Path\File.Pdf"); ββββββββββββ β¨VB.NET Code Example: ββββββββββββ Imports IronPdf Dim HtmlToPdf As HtmlToPdf = New IronPdf.HtmlToPdf() Dim PDF As PdfResource = HtmlToPdf.RenderHtmlAsPdf("<h1>Hello World</h1>") PDF.SaveAs("Path\File.Pdf")β¨ ββββββββββββ Read more at http://ironpdf.com Documentation: http://ironpdf.readthedocs.org/en/latest/
Install
dotnet add package IronPdf --version 4.4.0.6
Install-Package IronPdf -Version 4.4.0.6
<PackageReference Include="IronPdf" Version="4.4.0.6" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.