IronPdf 4.4.6.1
IronPDF allows developers to create, edit and extract pdf content within .Net Applications & websites.
The Iron PDF library takes the frustration out of generating PDF documents by not relying on proprietary APIs. "Html-To-Pdf" renders pixel-perfect PDFs from open standard document types: HTML, JS, CSS, JPG, PNG, GIF, and SVG. In short, it uses skills that developers already posses.
Key features include:
* "Html-To-Pdf" creates PDF files from HTML, CSS, JavaScript, and Images.
* "Url-To-Pdf" generates PDFs from existing html pages by simply providing their URL.
* "ASPX-To-Pdf" converts ASP.NET web forms directly into downloadable pdfs.
* Extract text and images from existing PDFs.
* Merge, Split and Manipulate PDFs to edit PDF structure and content. Add Page Numbers, Headers, Footers, Watermarks, Tables, Text and Image Assets.
* Edit, Stamp and Watermark PDF files with text, images and HTML
* Apply HTML or PDF backgrounds to PDF pages
IronPDF can be used within ASP.NET projects, MVC, Web Services, Console & Desktop Applications.
Requires .Net Framework 4.0 or above on the Windows platform. Compatible with cloud hosting services including Microsoft Azure.
Licensing & Support available for commercial deployments.
For code examples, documentation & more visit http://ironpdf.com/
For support please email us at developers@ironsoftware.com
See the version list below for details.
PDF Generation for .Net Developers
IronPDF is the fun, stable C# PDF Library. It makes use of HTML and CSS skills that developers already have to generating PDFs.
It can generate PDF Files from HTML5,XHTML,Javascript and CSS as well as Jpg, Png, Gif , Bmp and, Tiff and SVG images.
IronPDF
C# Code Examples - HTML to PDF:
IronPdf.HtmlToPdf Renderer = new IronPdf.HtmlToPdf();
Renderer.PrintOptions.DPI = 300;
// There are many advanced PDF Settings
// Render an HTML document or snippet as a string
Renderer.RenderHtmlAsPdf("<h1>Hello World</h1>").SaveAs("html-string.pdf");
// You can also set a BasePath parameter so that assets images, css and js can be loaded
Renderer.RenderHtmlAsPdf("<img src='photo.jpg'", @"C:\path\to\my\assets").SaveAs("with-assets.pdf");
// Render a local HTML file and all of its assets
Renderer.RenderHTMLFileAsPdf(@"C:\mysite\index.html").SaveAs("html-file.pdf");
// Render a local or remote url
Renderer.RenderUrlAsPdf("http//ironpdf.com/").SaveAs("url.pdf");
C# Code Example - URL to PDF:
using IronPdf;
//
HtmlToPdf HtmlToPdf = new IronPdf.HtmlToPdf();
PdfResource PDF = HtmlToPdf.RenderUrlAsPdf(new Uri("http://ironpdf.com"));
PDF.SaveAs(@"Path\File.Pdf");
C# ASP.NET Code Example - ASPX:
using IronPdf;
private void Form1_Load(object sender, EventArgs e)
{
AspxToPdf.RenderThisPageAsPDF();
//Automatically Changes the ASPX output into a PDF file instead of Html
}
Learn More
Homepage and More Examples: http://ironpdf.com
Manual: http://ironpdf.com/c%23-pdf-documentation/html/N_IronPdf.htm
PDF Generation for .Net Developers
IronPDF is the fun, stable C# PDF Library. It makes use of HTML and CSS skills that developers already have to generating PDFs.
It can generate PDF Files from HTML5,XHTML,Javascript and CSS as well as Jpg, Png, Gif , Bmp and, Tiff and SVG images.
IronPDF
C# Code Examples - HTML to PDF:
IronPdf.HtmlToPdf Renderer = new IronPdf.HtmlToPdf();
Renderer.PrintOptions.DPI = 300;
// There are many advanced PDF Settings
// Render an HTML document or snippet as a string
Renderer.RenderHtmlAsPdf("<h1>Hello World</h1>").SaveAs("html-string.pdf");
// You can also set a BasePath parameter so that assets images, css and js can be loaded
Renderer.RenderHtmlAsPdf("<img src='photo.jpg'", @"C:\path\to\my\assets").SaveAs("with-assets.pdf");
// Render a local HTML file and all of its assets
Renderer.RenderHTMLFileAsPdf(@"C:\mysite\index.html").SaveAs("html-file.pdf");
// Render a local or remote url
Renderer.RenderUrlAsPdf("http//ironpdf.com/").SaveAs("url.pdf");
C# Code Example - URL to PDF:
using IronPdf;
//
HtmlToPdf HtmlToPdf = new IronPdf.HtmlToPdf();
PdfResource PDF = HtmlToPdf.RenderUrlAsPdf(new Uri("http://ironpdf.com"));
PDF.SaveAs(@"Path\File.Pdf");
C# ASP.NET Code Example - ASPX:
using IronPdf;
private void Form1_Load(object sender, EventArgs e)
{
AspxToPdf.RenderThisPageAsPDF();
//Automatically Changes the ASPX output into a PDF file instead of Html
}
Learn More
Homepage and More Examples: http://ironpdf.com
Manual: http://ironpdf.com/c%23-pdf-documentation/html/N_IronPdf.htm
Release Notes
This build adds:
- Merge a PDF as background or foreground to another PDF
HTML PDF Watermarking
- Edit Existing PDFs by Stamping additional HTML content to the foreground or background
- Add logical or HTML Headers and Footers to existing PDF documents
- PDF 'mail-merge' from Html Templates
- Strongly Named and Signed for GAC usage
Dependencies
This package has no dependencies.
Version History
Version | Downloads | Last updated | |
---|---|---|---|
5.0.5.2 | 874 | 2/14/2019 | |
4.4.9 | 55,064 | 6/15/2018 | |
4.4.8 | 6,107 | 5/25/2018 | |
4.4.7.1-beta | 506 | 2/12/2018 | |
4.4.7-alpha | 228 | 2/12/2018 | |
4.4.6.2 | 11,389 | 1/22/2018 | |
4.4.6.1 | 918 | 1/19/2018 | |
4.4.5 | 18,727 | 9/6/2017 | |
4.4.2 | 748 | 8/29/2017 | |
4.4.1.2 | 3,640 | 6/6/2017 | |
4.4.1.1 | 223 | 6/3/2017 | |
4.4.0.6 | 3,554 | 1/18/2017 | |
4.4.0.4 | 322 | 1/12/2017 | |
4.4.0.3 | 216 | 1/12/2017 | |
4.4.0.2 | 243 | 1/12/2017 | |
4.4.0.1 | 422 | 12/23/2016 | |
4.4.0 | 1,143 | 12/5/2016 | |
4.2.2 | 4,952 | 2/22/2016 | |
4.2.1 | 280 | 2/13/2016 | |
4.2.0 | 268 | 2/13/2016 | |
4.1.0 | 714 | 10/31/2015 | |
4.0.1 | 569 | 9/3/2015 | |
4.0.0 | 19,277 | 9/3/2015 |