在 Blackberry 上生成 EAN-13 条形码

发布于 2024-12-28 20:47:56 字数 125 浏览 5 评论 0原文

我正在尝试在 blackberry 5 sdk 中生成 EAN-13 条形码。我知道我可以在 Blackberry 6.0 中执行此操作,但我无法在 5.0 中使用 ByteMatrix,您能帮助我或给我一个有关如何执行此操作的示例吗?

I am tryint to generate an EAN-13 barcode in blackberry 5 sdk.I know I can do this in Blackberry 6.0 but I can not use ByteMatrix in 5.0, can you help me or give me an example about how to do this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故笙诉离歌 2025-01-04 20:47:56

ZXing 是一个开源项目。你可以复制你需要的类,或者如果太乱,只需从库中下载你需要的包并重构它们,这样包名称就不会与blackberry 6.0中已有的Zxing包名称冲突。

ZXing is an open source project. You can copy the classes you need, or if it is too messy, just download the packages you need from the library and refactor them so that the package names do not collide with the Zxing ones already in blackberry 6.0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文