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.
我们编写了一个在标准输入上接受 postscript 流的 Java 应用程序。此流由 RedMon 从用户在 Windows 中选择的打印作业重定向。
麻烦的是,打印机选项包括双面和彩色。在 Java 应用程序中,我们看不到已选择的内容。
Java 应用程序的工作是允许选择特定选项,包括预览,然后将“工作”发送到将进一步处理“工作”的 Web 服务。
有没有人能想到如何检测打印机选项中是否选择了双面或单面、背面和白色或彩色?