Hi Guys:
Badly need some help for the following questions.
1)How do you programatically list the names of all the available printers without invoking
the printDialog method of the PrinterJob class. The goal here is to get the names of all the printers
that are available without using printDialog.
2)How do you get the details of each printer programatically. Details such as paper size, orientation, simplex/duplex
etc.
3) How do you specify printer details to the PrinterJob class without invoking the printDialog method.
For example, how would you tell PrinterJob the following need to be used for the job:
Printer: \\MyPrinter\HP LaserJet 5N
Orientation: Landscape
Paper Size: Letter
Thanks, Joe
