没有EPSON打印机的POS收据打印
问题描述:
有没有办法让我在没有EPSON打印机的情况下打印POS收据?
我想打印一张POS收据的格式但是在常规纸张和普通打印机中因为我不拥有POS收据打印机。请帮帮我。谢谢。
Is there a way for me to print a receipt of POS without EPSON Printer?
I want to print a format of POS receipt but in a regular paper and regular printer cause I don't own POS Receipt printer. Help me please. THanks.
答
我建议您使用 System.Drawing.Printing.PrintDocument [ ^ ]这很简单,可以重现普通打印机上的POS输出。收据通常包含纯文本+一些徽标图像,可以使用PrintDocument轻松复制。
Instead of using Crystal Reports or any other reporting tool, I'd suggest you to use System.Drawing.Printing.PrintDocument[^] which is simple enough to reproduce POS outputs on common printers. A receipt usually contains plain text + some logo image which can be easily reproduced by using PrintDocument.