Questions tagged [aztec-barcode]

The Aztec code is a kind of 2D barcode, encoding machine-readable data as an image.

An Aztec code is recognizable by the central "bullseye" pattern in the center of a square (reminiscent of an Aztec pyramid viewed from above). It is standardized by ISO/IEC 24778:2008. The encoding, and essential principles of the decoding, are in the public domain.

Here is "Hello, world!" as an Aztec code: "Hello, world!" as an Aztec code

31 questions
-1
votes
1 answer

How to Generate Aztec 2D Barcode

I am trying to implement a feature that will generate an Aztec 2D Barcode given some input and render the 2D barcode on a web page so that people can print out. I searched around, found some 3rd party Java library I can use. But my question is:…
potbelly
  • 57
  • 1
  • 9
1 2
3