從網路印表機列印 PDF 文件
如何使用IronPDF從網絡打印機打印?
IronPDF 支援 C# 中所有可用的列印選項。
發送至預設印表機:
-https://ironpdf.com/object-reference/api/IronPdf.PdfDocument.html#IronPdf_PdfDocument_Print_System_Boolean_
要發送到指定的印表機:
-https://ironpdf.com/object-reference/api/IronPdf.PdfDocument.html#IronPdf_PdfDocument_Print_System_String_System_Boolean_
在這種情況下,首先需要「發現」打印機:
-https://stackoverflow.com/questions/2354435/how-to-get-the-list-of-all-printers-in-computer
對於AirPrint,請嘗試以下建議:
嘗試使用不同的驅動程式。
-https://stackoverflow.com/questions/26734405/airprint-printing-a-pdf-file-directly-to-the-printer
-https://stackoverflow.com/questions/46381133/how-to-fake-an-airprint-printer
您也可以嘗試:
PdfDocument.GetPrintDocument()或 PdfDocument.Print 方法過載,它會顯示列印預覽視窗,如果可用,將允許選擇 AirPrint。