IronPrint 2024.4.1

dotnet add package IronPrint --version 2024.4.1
NuGet\Install-Package IronPrint -Version 2024.4.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="IronPrint" Version="2024.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IronPrint --version 2024.4.1
#r "nuget: IronPrint, 2024.4.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 IronPrint as a Cake Addin
#addin nuget:?package=IronPrint&version=2024.4.1

// Install IronPrint as a Cake Tool
#tool nuget:?package=IronPrint&version=2024.4.1

Nuget Installs Passed windows macOS iOS android livechat

IronPrint - The C# Print Document Library

IronPrint NuGet Trial Banner Image

Get Started | Tutorials | Code Examples | Licensing | Free Trial

IronPrint is a library developed and maintained by Iron Software that assists C# software engineers in printing PDF documents and images in .NET applications.

IronPrint excels at:

  • Print with or without dialog
  • Easy-to-use print settings

IronPrint has cross platform support compatibility with:

  • .NET Framework 4.6.2 and above, .NET 3.1 and above (including .NET 5, .NET 6, .NET 7 and .NET 8)
  • Windows, macOS, maccatalyst, iOS and Android

IronPrint Cross Platform Compatibility Support Image

Additionally, our API reference and full licensing information can easily be found on our website.

Using IronPrint

Installing the IronPrint NuGet package is quick and easy; you can install it with the following command:

PM> Install-Package IronPrint

Once installed, you can get started by adding using IronPrint; to the top of your C# code. Here is some sample code to get started:

using IronPrint;

// Print PDF document
await IronPrint.Printer.PrintAsync("myDocument.pdf");
// Or
await IronPrint.Printer.ShowPrintDialogAsync("myDocument.pdf");

// Get printer list
var printerList = await IronPrint.Printer.GetPrinterNamesAsync();

Features Table

IronPrint Features

Licensing & Support available

For code examples, tutorials and documentation visit https://ironsoftware.com/csharp/print/

For support please email us at support@ironsoftware.com

You can email us at support@ironsoftware.com for support directly from our code team. We offer licensing and extensive support for commercial deployment projects.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-android21.0 is compatible.  net6.0-ios was computed.  net6.0-ios10.0 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst11.0 is compatible.  net6.0-macos was computed.  net6.0-macos10.14 is compatible.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 is compatible.  net7.0-android was computed.  net7.0-android21.0 is compatible.  net7.0-ios was computed.  net7.0-ios10.0 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst11.0 is compatible.  net7.0-macos was computed.  net7.0-macos10.14 is compatible.  net7.0-tvos was computed.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.4.1 593 4/4/2024
2024.3.6 971 3/11/2024
2024.2.1 375 2/1/2024
2024.1.1 320 12/29/2023

- Updates IronSoftware.System.Drawing to version 2024.4.1.