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

Is there an Aztec barcode generator library for JavaScript? - Stack Overflow

programmeradmin1浏览0评论

I'm looking for an open source image generation script for Aztec (2D) barcodes:

I can't seem to find any available scripts out there.

There is an Active-X control here that can be used only in IE and an image generator URL here, but these are not useful as it should be a pure javascript solution running under webkit-based browsers that can run in disconnected mode for mobile apps.

Anyone have some old code for this hanging around either written in javascript or that can be ported to javascript?

Thanks.

I'm looking for an open source image generation script for Aztec (2D) barcodes:

I can't seem to find any available scripts out there.

There is an Active-X control here that can be used only in IE and an image generator URL here, but these are not useful as it should be a pure javascript solution running under webkit-based browsers that can run in disconnected mode for mobile apps.

Anyone have some old code for this hanging around either written in javascript or that can be ported to javascript?

Thanks.

Share Improve this question asked Mar 8, 2012 at 15:46 Steven de SalasSteven de Salas 21.5k9 gold badges77 silver badges84 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 9

bwip-js runs in any browser that supports <canvas> – IE 9+, FF 2+, Chrome, Safari 3+, Opera 9+, and Android 2.1+. It also runs server-side in Node. (If you wanted downlevel IE support, try using a <canvas> emulation layer.)

Aztec is among the 83 barcode formats it can draw. Here's a demo of it in action.

发布评论

评论列表(0)

  1. 暂无评论