<> wrote in message
news:03a301c39339$0d6d1f20$...
> >> Any other suggestions on how to handle this?
> >
> >The best thing is to have your users print the page.
> Trying to print to a
> >printer over the lan from ASP is a bit more complicated
> than just telling a
> >user to print something.
>
> Thanks for the response. I wish that were an option, but
> there are so many users of this application that we can't
> rely on them to print the document. Plus that would
> cause added work and confusion for them.
You need a solution that is more advanced than copying a stream to the FSO -
the only way I can see anything even remotely like this working is if by
good fortune you have PostScript printers in all the locations you are doing
this to, in which theoretically you could send PostScript commands to the
printer in question as the string, and produce a formatted document that
way.
Failing that, you probably need a solution with a rendering engine and a
network spooler - like ActivePDF Spooler and ActivePDF Server
(
http://www.activepdf.com/)
R.