IronPdf 4.4.6.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package IronPdf --version 4.4.6.1
NuGet\Install-Package IronPdf -Version 4.4.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IronPdf" Version="4.4.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IronPdf --version 4.4.6.1
#r "nuget: IronPdf, 4.4.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IronPdf as a Cake Addin
#addin nuget:?package=IronPdf&version=4.4.6.1

// Install IronPdf as a Cake Tool
#tool nuget:?package=IronPdf&version=4.4.6.1

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

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on IronPdf:

Package Downloads
PDF.Core

IronPDF for .Net Core 2.x and 3.x allows developers to create, edit and extract PDF content within .Net Core Applications & Websites. The Iron PDF Core 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. * "Image-To-PDF" creates PDF documents from image files. * PDF to Image functionality can render PDF documents to image files. * Extract text and images from existing PDFs. * Create, Fill and read data from PDF forms. * 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 * Sign PDF files with digital certificates IronPDF can be used within ASP.NET projects, MVC, Web Services, Console & Desktop Applications. Requires .Net Core 2.x, 3.x or higher. Supports Windows, Ubuntu, Debian, CentOS, BSD, MacOS and Azure platforms. Licensing & Support available for commercial deployments. For code examples, documentation & more visit http://ironpdf.com For support please email us at developers@ironsoftware.com

BopsGeneralUtilities

All implementations for Bops features

Bastion.Recipients.Api

Package Description

IronPdf.Threading The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Multithreading Plugin Assets for the IronPDF Nuget Package. Allows IronPDF to render PDF documents from HTML using all available system cores. https://ironpdf.com/

Goldfield.HtmlToPdf.IronPdf

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on IronPdf:

Repository Stars
devmentors/Cine
Modular monolith in .NET Core
Version Downloads Last updated
2024.4.2 10,224 4/5/2024
2024.3.4 27,119 3/11/2024
2024.2.2 57,661 1/29/2024
2024.1.20 30,609 1/9/2024
2023.12.6 87,658 11/27/2023
2023.11.8 45,786 11/13/2023
2023.11.7 32,581 11/1/2023
2023.10.3 72,069 10/3/2023
2023.9.8 52,746 9/13/2023
2023.8.6 107,123 7/31/2023
2023.7.4 71,536 7/3/2023
2023.6.10 100,593 6/2/2023
2023.5.8 113,765 5/1/2023
2023.4.4 155,662 3/30/2023
2023.3.2 82,635 3/9/2023
2023.2.4 55,206 2/28/2023
2023.1.11416 168,494 1/9/2023
2022.12.11113 51,950 12/23/2022
2022.11.10347 300,089 11/9/2022
2022.9.9056 205,188 9/14/2022
2022.8.8138 86,802 8/16/2022
2022.8.7894 58,811 7/28/2022
2022.7.6986 122,240 6/30/2022
2022.6.6115 139,734 6/6/2022
2022.5.5596 60,342 5/2/2022
2022.4.5575 29,533 4/25/2022
2022.4.5455 42,951 4/12/2022
2022.3.5084 131,555 3/8/2022
2022.2.4887 108,182 2/17/2022
2022.1.4599 169,222 1/11/2022
2021.12.4495 135,860 12/7/2021
2021.12.4401 30,509 12/1/2021
2021.11.4257 53,437 11/15/2021
2021.9.3737 196,646 9/20/2021
2021.9.3689 45,748 9/7/2021
2021.9.3678 29,391 8/26/2021
2021.3.1 1,030,999 3/8/2021
2021.1.29 111,023 1/29/2021
2020.12.3 169,805 12/18/2020
2020.12.2 212,494 12/7/2020
2020.10.3.3 533,857 10/14/2020
2020.10.2 79,133 10/7/2020
2020.9.0 377,104 9/1/2020
2020.8.1 52,466 8/14/2020
2020.8.0 65,492 8/1/2020
2020.7.1 61,602 7/15/2020
2020.6.0 270,561 6/1/2020
2020.3.2 335,204 3/25/2020
2020.3.1.1 49,074 3/11/2020
2020.3.0 36,790 3/2/2020
2020.1.0 409,451 1/9/2020
2019.8.9 104,925 12/3/2019
2019.7.0 110,570 10/2/2019
2019.6.5.41 85,445 8/28/2019
5.2.0.1 224,795 3/22/2019
5.0.5.2 25,290 2/14/2019
4.4.9 645,384 6/15/2018
4.4.8 24,617 5/25/2018
4.4.6.2 39,198 1/22/2018
4.4.5 49,401 9/6/2017
4.4.1.2 31,496 6/6/2017
4.4.0.6 7,482 1/18/2017
4.4.0 4,120 12/5/2016
4.2.2 18,651 2/22/2016
4.1.0 3,511 10/31/2015
4.0.0 27,999 9/3/2015

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