Brother QL-570标签的纸张定义

时间:2014-10-13 21:50:00

标签: javascript firefox-addon printers printer-control-language

我正在开发一个webapp,我想让用户直接打印到标签打印机(Brother QL-570)。标签将包含条形码和一些文本,为实现这一点,我目前正在检查jsprintsetup Firefox插件。

我已经能够正确设置打印机,但是我没有为Brother的小地址标签(62x29 mm)设置纸张定义,我无法弄清楚如何找到正确的设置方法。< / p>

我的剧本目前看起来像这样:

jsPrintSetup.setPrinter('Brother QL-570 LE');
jsPrintSetup.setOption('orientation', jsPrintSetup.kPortraitOrientation);
jsPrintSetup.definePaperSize(200, 200, 'XX', 'XX','Small Address Label', 62, 29, 1); 
jsPrintSetup.setPaperSizeData(200);
但是我被卡住了。帮助将不胜感激。

0 个答案:

没有答案