问题标签 [code128]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 如何在 TCPDF 中正确生成 GS1-128(以前称为 EAN-128)条码
我们正在尝试使用 TCPDF 库为产品标签生成正确的 EAN-128 代码,但我们的客户说条形码扫描仪无法读取生成的条形码。原始(旧)条形码和字符串:
代码字符串是:
如果我们将字符串直接传递给 TCPDF 函数,如下所示:
我们得到了正确的输出(扫描仪不会读取),但是与看起来更短且密度更低的原始条码相比,条码更密集(他们说它是 EAN-128):
我们在这里发现(带有 FNC1 的 EAN-128)chr(241)
在 之前添加$codeString
应该会有所帮助,但是如果我们添加它,生成的图像会从人类可读代码中的所有内容中删除:
由于我们没有条形码阅读器,我们无法自己检查错误。
我们在这里缺少什么?我们使用的是 TCPDF 版本 6.2.12。
c# - Windows Phone 8.1 下条码扫描器的最佳实践是什么?
我目前正在我的 Windows Phone 8.1 应用程序中为 Code128 开发条形码扫描仪。我尝试了 Libary ZXing.Net 14.0.1.0,但我的实现只识别 QR 码。有人遇到过我的问题或知道 Windows Phone 8.1 上条形码扫描仪的最佳做法吗?是否有其他可用的库?
barcode - GS1标准条码和通用条码符号有什么关系?
我们正在我们的应用程序中实施 GS1 线性条码(代码 128,代码 39)和 GS1 二维条码(Data Matrix,PDF41 [原文如此])以及 GS1 DataBar 条码。由于我是新手,所以我对 GS1 型条形码几乎没有疑问。
- GS1标准条码和通用条码符号有什么关系?
- 是否可以将任何文本制作成 GS1 类型的条码(例如 GS1 DataMatrix)或文本是否必须遵循某种强制格式?
提前致谢。
c# - Can't convert barcode code128 font to an image
I have a simple Windows Form Application where I am trying to convert some text into an image. The application starts by loading all the fonts into a combobox.
The user then selects which font they'd like to use from the combobox item list [font] then it changes the font in a label control to match the selected font. After, it takes the text in the label and converts the text into an image and displays the image in a picturebox (code below).
It works perfectly except for when I select my font "code 128", which is the font I need. I had to download the font ["code 128"] and install it on my computer so that I could create some barcodes. When I select "code 128" as my desired font, the text will appear in the label control but noting will show in the picturebox. It's the only font that will not work.
The reason I am doing this is because my label printer will not recognize my code 128 font but I can print images. I have another function [not displayed here] that calculates the checksum and adds the beginning and end points to the barcode which is working perfectly.
Using c# on windows 10.
If I'm missing any details or not clear, please let me know.
barcode - 您如何生成能够可靠扫描的小型、高密度线性条码?
我正在努力将 POS 系统集成到我的网站。所以我想生成条形码。我使用 SKU 作为数据字段来编码甲酸盐是XXXXX-XXX-XXX-XXX
.
X 是从 0 到 9 的数字,所以经过研究,我发现如果我错了,代码 128 是最好的纠正我。尺寸问题,物品上的标签是 2' x 3 1/2' 英寸,当我使用生成条形码barbecue
并调整图像大小时,扫描仪无法读取条形码。所以你能解释一下什么是尺寸限制,我能得到的最小尺寸是多少英寸。
javascript - Javascript 代码 128 字符串生成器 - Ascii 值 > 127 问题
我一直在尝试构建一个基于 html/javascript 的小型代码 128 B 型文本构建器。
我让它适用于大多数条形码,但如果使用的值创建的校验和是大于 ascii 127 的字符,我会遇到问题。我不确定应该用什么来替换那个值案子。我读过在条形码中添加“代码 3”和“FNC X”值,但不清楚是什么格式,带大括号,FNC 应该是“FNC4”还是“FNC 4”,或者这是否与校验和。
我正在使用来自该站点的免费 128 字体,http://jtbarton.com/Barcodes/BarcodeStringBuilderExample.aspx。我尝试了各种条件,例如如果值 > 127,则采用现有的 ascii 值而不是添加 32,但条形码不可读。
我在这里有一个 jsfiddle,https ://jsfiddle.net/jcqvag5g/ 。如果您使用 500.77005.YELLO.XXXXX.0160828 之类的值,则条形码文本无效。
任何见解将不胜感激。目前我还没有找到可行的解决方案。它也可能是我正在使用的特定条形码字体,因此对其他纯色 128 字体的建议也将不胜感激。
这是主要的js代码。
谢谢,-大卫
android - Zxing无法扫码128
我尝试编写以code128格式扫描代码的android应用程序。
我使用支持它的 Zxing 库。
另一个扫描工作正常。
我使用此代码启动扫描仪:
我做错了什么?
谢谢你的回答
java - GS1-128 安卓解码器
自过去 2 年以来,我一直在我的 android 项目中使用 Zxing 库,现在我面临读取 GS1-128 条形码格式的问题。
当我使用 QR_CODE_MODE 和 PRODUCT_MODE 作为 SCAN_MODE 时,它适用于除 GS1-128 Barcode 或 Code 128 之外的其他类型的条形码。
如果我使用 AZTEC_MODE 作为 SCAN_MODE 然后 zxing 相机停止读取下面的条形码
如果我使用 QR_CODE_MODE 进行扫描,那么它将返回如下字符串:
“01940190976854571033650100138310200200415131018”,其中预期结果将是“]C101940190976854571033650100138 310200200415131018”。
我从 google play 下载了一个“GS1-128 Decoder”应用程序,为了扫描条码,ZXing 条码扫描器在同一个应用程序中使用,该应用程序给了我预期的结果。GS1-128 解码器应用链接 - https://play.google.com/store/apps/details?id=de.andreashoefler.gs1_128decoder&hl=en
我尝试了所有可能的方法来从 Zxing 库中获得正确的结果,但不幸的是我没有这样做。
您有关“GS1-128 条形码”的信息对我很有帮助。