0

我正在使用以下条码打印机准确打印值000220200,以便扫描仪可以获得原始值。

但是当我把它打印出来,然后用扫描仪再次扫描时,它总是得到:500022020010 长而不是原来的000220200

  // used barcode <Type>Code128</Type>,tried all other types too
  var label = dymo.label.framework.openLabelXml(labelXml);
  label.setObjectText("BARCODE", '000220200');
  label.print("DYMO LabelWriter 450"); // This is the NAME of the printer which i found 

在此处输入图像描述 在此处输入图像描述

4

1 回答 1

0

有用。问题是因为我使用了无效的<type></type>

"Dear Dymo. Please fix exception errors, so that people buying your hardware can stop wasting time."
于 2016-02-24T07:30:17.070 回答