原始打印
.Net库,可绕过打印机驱动程序直接将文件直接发送到Windows打印机。
将PostScript,PCL或其他打印文件类型直接发送到打印机。
在Windows XP到10和Server 2003到2012上需要.Net 4运行时。
用法:
using RawPrint;
// Create an instance of the Printer
IPrinter printer = new Printer();
// Print the file
printer.PrintRawFile(PrinterName, Filepath, Filename);
安装:
要安装原始打印,请在运行以下命令
PM> Install-Package RawPrint
2019-09-12版本0.5.0
作业参数现在包括打印机名称。 许可证已移交
2021-12-31 13:08:35
12KB
C#
1