最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

jquery - pdf417 barcode readerdecoder in javascript? - Stack Overflow

programmeradmin2浏览0评论

I would like to read/decode pdf417 barcode from my web app targeted to run only on mobile browsers. I have seen many barcode reader javascript libs online but none of them supporting reading of pdf417 barcode(one of the most popular barcode type) off-course creation of pdf417 was supported by them.

What I am looking for is a javascript based library to read/decode pdf417 barcode, I know how to achieve this with phonegap or native. I am expecting purely js based solution

I would like to read/decode pdf417 barcode from my web app targeted to run only on mobile browsers. I have seen many barcode reader javascript libs online but none of them supporting reading of pdf417 barcode(one of the most popular barcode type) off-course creation of pdf417 was supported by them.

What I am looking for is a javascript based library to read/decode pdf417 barcode, I know how to achieve this with phonegap or native. I am expecting purely js based solution

Share Improve this question edited Jul 9, 2015 at 8:48 Ganesh K asked Jul 9, 2015 at 4:28 Ganesh KGanesh K 2,7039 gold badges54 silver badges81 bronze badges 2
  • did u get any solution. – madan V Commented Sep 3, 2015 at 9:54
  • @madan V No luck yet. – Ganesh K Commented Sep 7, 2015 at 6:17
Add a ment  | 

3 Answers 3

Reset to default 3

We created a library to do just that, https://github./PeculiarVentures/js-zxing-pdf417, unlike the Android-only solution above this is pure Javascript and will work in all browsers.

You might want to have a look at STRICH. It's JavaScript backed by WebAssembly and supports PDF417.

Disclaimer: I am the author.

If you're mainly interested in Android, take a look at this fork of the popular barcodescanner plugin, it supports PDF417: https://github./Telerik-Verified-Plugins/BarcodeScanner

发布评论

评论列表(0)

  1. 暂无评论