Printing a file to 2 printers

J

John Sutherland

Hi,

Is it possible to write a macro that prints the black and white pages of a document to one printer, and the color pages to another printer.

Thanks
 
J

JGM

Hi John,

Yes.

First, you have to have a way to programmatically determine which pages are
B&W and which are in colours... Or get the user to make that decision
through a userform...

Cheers!

--
_______________________________________
Jean-Guy Marcil
(e-mail address removed)

John Sutherland said:
Hi,

Is it possible to write a macro that prints the black and white pages of a
document to one printer, and the color pages to another printer.
 
J

John Sutherland

Thanks for the reply Jean-Guy.

Any ideas on how to programmatically determine whether a page is black and white or has colour parts. It would be easier if the process was automatic, and not involve the user.

Thanks again.
 
J

JGM

Hi John,

AFAIK, it would be way too cumbersome to have code check for the presence of
colours on each page...
You would have to check for font, paragraph, borders, shapes, tables, etc.
Then, you would have to check each of these objects against a series of
colours... I can't see how it can be done...

I think you have to go the user input way...
Either at print time, or at editing time (whenever the user uses colours,
he/she could click on a custom toolbar button that would set a bookmark ,
then at print time you could scan for those bookmarks and print the
bookmarked pages in colours...)
Unless someone has a devious solution!

Sorry I can't help more than that.
Cheers.
--
_______________________________________
Jean-Guy Marcil
(e-mail address removed)

John Sutherland said:
Thanks for the reply Jean-Guy.

Any ideas on how to programmatically determine whether a page is black and
white or has colour parts. It would be easier if the process was automatic,
and not involve the user.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top