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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -