I would like to be able to send a file to a WIndows printer in PCL format from my Java app (I've already constructed and verified the PCL in Unix), but am at a loss... anyone have experience with this?
I have been able to send the PCL file via FTP, or by opening a Socket to the printer, but would prefer to be able to use PrinterDialog, although I can't see how that would be possible...?
I have been able to send the PCL file via FTP, or by opening a Socket to the printer, but would prefer to be able to use PrinterDialog, although I can't see how that would be possible...?