| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Runnable C# examples for IronPrint, a .NET printing library that sends PDFs, images, and documents to physical and virtual printers without shelling out to an external viewer.
dotnet add package IronPrintusing IronPrint;
License.LicenseKey = "YOUR-LICENSE-KEY";
// Print silently to the default printer
Printer.Print("invoice.pdf");Printer.ShowPrintDialog(path) prints through the platform dialog instead, and Printer.GetPrinterNames() returns the printers the machine can see. To control the job, pass a PrintSettings — paper size, orientation, DPI, number of copies, grayscale, and the target printer name.
Without a license key, printed output includes a watermark.
Each folder contains a self-contained .NET project you can open and run:
.NET 7, .NET 6, .NET Core 3.1, and .NET Framework 4.6.2+, including the .NET MAUI target frameworks for Windows, macOS, Mac Catalyst, iOS, and Android. See the documentation for environment-specific notes.
This repository is maintained by Iron Software. IronPrint is a commercial library — see licensing for terms and trial details.
| Back | FazBrowse Home | New Git URL |