2

I am writing a sample program to send raw data to ESC/POS printers (not a specific but printers supporting esc/pos in general) using C# .net. Here is the link:http://support.microsoft.com/kb/322091

So, as you can I am using that above guide to send raw data. But, I do not have a physical printer available while I am coding. So, I am looking for a temporary solution for basic testing.

Are there any virtual printer drivers available where I can send the raw data from my application to and see how it looks? For example: you can install virtual pdf printers etc. But, I need one that can parse the esc\pos and output in either *.pdf or any images or text formats.

4

1 回答 1

2

我不确定这是否仍然适用于您,但我找到了这个解决方案:

https://www.colorpilot.com/emfprinterpilot.html

我希望那是你正在寻找的东西。

于 2014-07-04T07:48:14.877 回答