相关疑难解决方法(0)

如何通过网页(.aspx)通过收据打印机打印收据?

在网页上添加了IFrame,并将源文件作为文本文件添加.它在Common打印机上工作正常.但是,无法通过Receipt打印机打印收据.它将作为空白纸张出现.

打印机名称:PR-85热敏打印机.点击以下链接查看打印机规格详情..

http://www.essae.com/popup_html/pr-85.html

有人有解决方案吗?

在此输入图像描述

javascript printing asp.net firefox thermal-printer

9
推荐指数
1
解决办法
3万
查看次数

收据打印机 - 从网页打印

我有一张收据打印机,它连接到我的计算机上的串行COM1.

我正在尝试从网页打印收据,当它打印时...它只是一个没有任何文字的空白.(空白收据!).它在IE8上工作正常,但不适用于Firefox 3.6

我有一台Epson TM-T88II打印机,并在Windows 7上使用"Generic/Text"驱动程序.

这是什么解决方案?

HTML收据代码:

<html>
<head>
    <title></title>
</head>
<body>
    <div>
        <div>Company Name</div>
        <div>Customer Name</div>
        <div>Order No</div>
        <div>1 x Item</div>
        <div>1 x Item</div>
        <div>1 x Item</div>
        <div>12.00</div>
    </div>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)

http://jsfiddle.net/bu49K/

html printing firefox network-printers

1
推荐指数
1
解决办法
1万
查看次数