Hello,
I'm trying to print to network printers using
Java Print Service. I did it with printers that I have installed in my OS. But I want to print documents to printers that aren't installed in my operational system.
The method PrintServiceLookup.lookupPrintServices() returns only the printers that I have configured in my OS. I want to invoke a method where I can set the printer path name that isn't necessarily installed in my system.
Thanks a lot.
[ January 07, 2008: Message edited by: Regis Santos ]