B
BruceM
I posted a question a few days ago, but perhaps I made the question overly
complex, and did not receive a reply.
I have code that selects pages to print based on bookmarks. The pages to
print have a watermark that is part of the document (i.e. not inserted by
code at run time).
I know that I can invoke the Print dialog in code, and thereby select a
printer, but that will cause the entire document to print. However, the
watermark mentioned above needs to be in color, so I would like a way to
select a color printer (if it is not the default) without printing the whole
document. Any ideas on how to approach this? Best may be to check if the
default printer is on a list of color printers, and to use a different
printer if it is not, or something like that. All color printers have
"color" in the name, if that helps.
complex, and did not receive a reply.
I have code that selects pages to print based on bookmarks. The pages to
print have a watermark that is part of the document (i.e. not inserted by
code at run time).
I know that I can invoke the Print dialog in code, and thereby select a
printer, but that will cause the entire document to print. However, the
watermark mentioned above needs to be in color, so I would like a way to
select a color printer (if it is not the default) without printing the whole
document. Any ideas on how to approach this? Best may be to check if the
default printer is on a list of color printers, and to use a different
printer if it is not, or something like that. All color printers have
"color" in the name, if that helps.