I am in the planning stages of writing an application that will make a small modification to a Postscript file & then send it to a printer.
I can't find any information on LPR in any of the VB help or in the MS KB.
It's easy from the command line:
lpr -S <server> -P <port/printer> <filename>
I'd really rather avoid running them back through the Windows spooler - they are already print ready, so there is no point in adding the overhead.
Any ideas?
I can't find any information on LPR in any of the VB help or in the MS KB.
It's easy from the command line:
lpr -S <server> -P <port/printer> <filename>
I'd really rather avoid running them back through the Windows spooler - they are already print ready, so there is no point in adding the overhead.
Any ideas?