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.
如何查看这些 .prn 文件以及之后如何使用 java.. 从中读取数据?
PRN 是发送到打印机进行打印的字节流。您可以为此使用Java 打印服务。
您需要使用 Dos Prompt 复制它。
如果您询问用户有关打印机选择的问题,请使用PrinterJob
PrinterJob
PrinterJob pj = PrinterJob.getPrinterJob(); pj.printDialog();