-
Notifications
You must be signed in to change notification settings - Fork 171
Symbologies
Helio Cola edited this page Sep 24, 2015
·
2 revisions
This is a list of barcode symbologies supported by Barby. The list shows the name of the symbology and the file name to require in order to use it. Some symbologies require third party libraries, this will also be indicated.
require 'barby/barcode/<filename>'
-
Code 25: code_25
- Interleaved: code_25_interleaved
- IATA: code_25_iata
-
Code 39 code_39
- Extended: code_39
-
Code 93: code_93
-
Code 128: code_128
- GS1 128: gs1_128
-
EAN-13 ean_13
- Bookland: bookland
- UPC-A: ean_13
-
EAN-8: ean_8
-
UPC/EAN supplemental, 2 & 5 digits: upc_supplemental
-
QR Code: qr_code (requires rqrcode -
gem install rqrcode
) -
DataMatrix (Semacode): data_matrix - (requires semacode -
gem install semacode
orgem install semacode-ruby19
) -
PDF417: pdf_417 (requires JRuby)