c# - Are there any virtual printer driver for ESC/POS commands to test while programming? -


i writing sample program send raw data esc/pos printers (not specific printers supporting esc/pos in general) using c# .net. here link:http://support.microsoft.com/kb/322091

so, can using above guide send raw data. but, not have physical printer available while coding. so, looking temporary solution basic testing.

are there virtual printer drivers available can send raw data application , see how looks? example: can install virtual pdf printers etc. but, need 1 can parse esc\pos , output in either *.pdf or images or text formats.

i'm not sure if still applicable you, i've found solution:

http://www.colorpilot.com/emfprinter_pos.html

i hope that's looking for.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -