Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经构建了一个小软件来获取和保存打印机日志详细信息。我正在阅读 Windows 系统事件日志以获取发送到打印队列的每个打印作业的数据。在研究了一些商业软件之后,我可以看到他们从 System Eventlog 中获得了更多信息,例如纸张大小、份数和灰度。
有没有其他方法可以获取这些打印作业的详细信息?
是的。您可以编写驱动程序软件或作为打印机驱动程序安装的服务或连接到驱动程序通信接口的服务,以读取和保存用户打印时发生的确切情况。