从网站打印gPrinter标签?

时间:2018-03-23 23:08:35

标签: css printing barcode

过去三天我一直在干涉这个问题,并且没有关于此的在线文档。当我打印由php生成的条形码以及第一张图片中显示的其他文本时,打印出现了可怕的错误。整个设计从服务器端生成并发送到chrome。当我打印时,打印要么关闭,要么完全不同,很小或不标签。我修改了打印机设置,将页面大小设置为标签大小,没有运气。每次都有一些东西都没了。 以下是打印副本的外观 -

enter image description here

以下是包含可打印部分的div的外观(使用js库设置可正常工作的可打印区域) -

enter image description here

最后,当我将浏览器渲染更改为从屏幕打印时,它的外观如何 -

enter image description here

我做错了什么?

这是代码 -

def hyphenate(number)
  # code
end

hyphenate(132237847) # should return "1-3-22-3-7-84-7"

"-1-3-22-3-7-84-7-"  # incorrect because there is a hyphen before and after
                     # each beginning and ending odd digit respectively.

"1--3-22-3--7-84-7" # Also incorrect because there is more than one
                    # single hyphen before and after each odd digit

我是否完成了错误的方式? 打印机型号-gPrinter GP3120TU 页面尺寸:1.5英寸×1英寸

0 个答案:

没有答案