printing on colour or B&W printer

B

beric20

Hello

We have a program that needs to print Word documents on different
printers according if they contain color elements or not.
The rule is that if the document contains colour elements (colour text,
color images), then it must be printed on the colour printer.
Otherwise (including if the doc contains greyscale image), it must be
printed on the B&W printer.

How to do it programatically ?

Thank you

Eric
 
Top