IronPdf 4.4.0.4
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/
See the version list below for details.
Install-Package IronPdf -Version 4.4.0.4
dotnet add package IronPdf --version 4.4.0.4
<PackageReference Include="IronPdf" Version="4.4.0.4" />
paket add IronPdf --version 4.4.0.4
Release Notes
Improved PDF rendering Performance including better Javascript Support.
No longer requires Visual C++ Redistributable binaries to be installed.
Azure Compatibility.
Margins, header and footer sizes now accurate to fractions of a mm.
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
2019.8.9 | 913 | 12/3/2019 | ||
2019.8.8.1 | 1,038 | 11/27/2019 | ||
2019.7.0 | 17,933 | 10/2/2019 | ||
2019.6.5.41 | 13,928 | 8/28/2019 | ||
2019.6.5 | 5,207 | 8/22/2019 | ||
2019.6.4-beta | 160 | 8/21/2019 | ||
2019.6.3-beta | 138 | 8/21/2019 | ||
2019.6.2-beta | 242 | 8/12/2019 | ||
2019.6.1-beta | 232 | 7/30/2019 | ||
5.2.0.1 | 68,803 | 3/22/2019 | ||
5.1.1.2 | 3,231 | 3/15/2019 | ||
5.0.5.2 | 7,537 | 2/14/2019 | ||
4.4.9 | 90,380 | 6/15/2018 | ||
4.4.8 | 9,980 | 5/25/2018 | ||
4.4.7.1-beta | 702 | 2/12/2018 | ||
4.4.7-alpha | 459 | 2/12/2018 | ||
4.4.6.2 | 16,102 | 1/22/2018 | ||
4.4.6.1 | 1,151 | 1/19/2018 | ||
4.4.5 | 22,344 | 9/6/2017 | ||
4.4.2 | 971 | 8/29/2017 | ||
4.4.1.2 | 7,275 | 6/6/2017 | ||
4.4.1.1 | 430 | 6/3/2017 | ||
4.4.0.6 | 3,859 | 1/18/2017 | ||
4.4.0.4 | 501 | 1/12/2017 | ||
4.4.0.3 | 437 | 1/12/2017 | ||
4.4.0.2 | 440 | 1/12/2017 | ||
4.4.0.1 | 647 | 12/23/2016 | ||
4.4.0 | 1,352 | 12/5/2016 | ||
4.2.2 | 5,796 | 2/22/2016 | ||
4.2.1 | 470 | 2/13/2016 | ||
4.2.0 | 470 | 2/13/2016 | ||
4.1.0 | 915 | 10/31/2015 | ||
4.0.1 | 757 | 9/3/2015 | ||
4.0.0 | 23,331 | 9/3/2015 |