sedj
Programmer
- Aug 6, 2002
- 5,610
Hello,
Problem is :
I need to either print direct to a printer - without going through the spooler (ie in Win32 the spoolsv.exe process) and be notified when the job has actually finished printing (not just successully spooled to printer RAM),
OR
Get real "print job" has finished notifications.
I've pretty much tried using all the javax.print API, and they all seem to spool through the native spooler process. Using (in Win32) the spooler's 'print direct to printer' option is not acceptable.
The (HP) printer speaks IPP, and supports JetDirect (HP's own protocol ?) ...
Anyone ever succeed in printing [postscript] to a printer direct ?
Cheers for any help !
--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
Problem is :
I need to either print direct to a printer - without going through the spooler (ie in Win32 the spoolsv.exe process) and be notified when the job has actually finished printing (not just successully spooled to printer RAM),
OR
Get real "print job" has finished notifications.
I've pretty much tried using all the javax.print API, and they all seem to spool through the native spooler process. Using (in Win32) the spooler's 'print direct to printer' option is not acceptable.
The (HP) printer speaks IPP, and supports JetDirect (HP's own protocol ?) ...
Anyone ever succeed in printing [postscript] to a printer direct ?
Cheers for any help !
--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software