本文介绍了如何使用WPF c#打印prn文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,



我用c#创建了一个.prn文件。如何在热敏打印机中打印prn文件。

使用并行端口(LTP1,LTP2 ...)



我的文本在.prn文件如下

Hello,

I have created a .prn file using c#. how can i print prn file in thermal printer.
using parallel port (LTP1, LTP2 ...)

My Text in .prn file is as below

            * RETAIL INVOICE *
          ABCD EFG HIJ KLMNOP QRST
              Banglore
            Mob No: 5652323232332
           VAT No: 56565656565656
Bill No: 398 Date: 20/01/2016 8:50 PM
               [Duplicate]
------------------------------------------
Item                     Qty   Rate Amount
------------------------------------------
TEST My PRODUCT 11     1.000 400.00 400.00
------------------------------------------
Subtotal                            400.00
              CASH : 400.00
      Total Scheme Discount : 3.19%
        Thank You Visit Again  :-)
 
di





请咨询。



我们如何使用c#打印此文档。有没有办法打印这个文件。

请建议。



谢谢



Please advice.

How can we print this document using c#. Is there any way to print this file.
Please suggest.

Thanks

推荐答案


这篇关于如何使用WPF c#打印prn文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 19:00