Print From Network Printer

How do I use IronPDF to print from a network printer?

IronPDF supports every printing option available to C#.

Send to default printer:

To send to a named printer:

The printer will first need to be 'discovered' in this case:


For AirPrint, please try the following suggestions:

Try a different driver.

You can also try:
PdfDocument.GetPrintDocument() or PdfDocument.Print overload, which show the print preview windows and if available, will allow AirPint to be selected.