Print text file to a remote printer

  • Thread starter Thread starter Chronos
  • Start date Start date
C

Chronos

Hi all,

Is it possible to print text file to a remote printer in C#?
If so, can you tell me how?

Thanks,

Chronos
 
Hi,

It Might depend of the printer, I use a Zebra printer to print labels and I
use it as \\server\printername and just send the raw commands to the
printer.
 
Back
Top