两个Windows / FF28.0盒子,同一页面,相同的打印机,相同的设置,不同的打印输出?

时间:2014-04-25 19:12:22

标签: css windows firefox

我有一个网页,可以为打印输出生成条形码标签。在我的开发机器上,Windows Server 2003,我将用户的打印机安装为网络打印机(\\ipaddresshere\printername)。我们已经验证了打印驱动程序首选项中的每个设置都是相同的。她的盒子是WinXP。即使禁用了附加组件(安全模式),我们两个都运行Firefox 28.0。当我打印预览或打印到她的打印机时,标签看起来正确。当她打印预览或打印到她的打印机后,每个正确的标签是一个完整的空白标签。 页面的完整来源,如果它有任何区别,正是这个(未经编辑):

<!DOCTYPE HTML>
<html lang="en-CA"><head>
<style type="text/css">
@font-face { font-family: "Free 3 of 9 Regular"; src: url("/lib/FREE3OF9.woff"); }

.sticker { width: 2.24in; height: 0.74in; padding: 0.005in; margin: 0; top: -0.015in; position: relative; page-break-after: always; }
.partnumber, .bin_location, .description, .barcode, .lotid, .ponumber { font: 8pt Verdana; text-align: center; width: 100%; white-space: nowrap; position: absolute; }
.bin_location { text-align: left; font-weight: bold;  }
.partnumber { text-align: right; right: 0.02in; background-color: white; width: auto; }
.description { top: 9pt; }
.ponumber { font-size: 7pt; bottom: 0.02in; text-align: right; right: 0.02in; }
.ponumber:before { content: "PO "; }
.barcode { font: 32pt "Free 3 of 9 Regular"; top: 20pt; }
.barcode:before, .barcode:after { content: "*"; }
.lotid { font-size: 9pt; bottom: 0; }

body { padding: 0; margin: 0; top: 0; left: 0; position: absolute; }
        </style>
</head>
<body><div class='sticker'><div class='lotid'>0034079</div><div class='bin_location'>ACC</div><div class='partnumber'>089-08168-0002</div><div class='description'>Wave washer</div><div class='ponumber'>14-21951</div><div class='barcode'>0034079</div></div><div class='sticker'><div class='lotid'>0034080</div><div class='bin_location'>HSP (TMP)</div><div class='partnumber'>OS-TMP/PITCHSERVO</div><div class='description'>Repair Servo SN:2750</div><div class='ponumber'>14-21977</div><div class='barcode'>0034080</div></div><div class='sticker'><div class='lotid'>0034081</div><div class='bin_location'>HHK</div><div class='partnumber'>AN960-4</div><div class='description'>Washer</div><div class='ponumber'>14-22004</div><div class='barcode'>0034081</div></div><div class='sticker'><div class='lotid'>0034082</div><div class='bin_location'>HOB</div><div class='partnumber'>C21K</div><div class='description'>Compass Kit w/Fluid/Diaph/Gask</div><div class='ponumber'>14-22004</div><div class='barcode'>0034082</div></div></body>
</html>

除了我们的操作系统版本,我看不出我们的设置有什么不同,那么为什么她会在每个标签后打印和预览空白,而不是我的?

1 个答案:

答案 0 :(得分:0)

除了工作之外我还没有找到解决方案,直到她工作,而我的工作仍然如此。但我无法解释为什么两者不同......