Generate barcodes in Django site -


i want add barcode generation in django site , wonder best library or api be. first preference callable python - either written in python or c/c++ lib can wrap ctypes/swig. otherwise can call out command line if must be.

i need @ least ean , upc symbologies.

i've tried pybarcode image quality low. , elaphe looks promising python interpreter make qr code -- ean , upc errored out (maybe because syntax/usage unclear documentation).

use pybarcode , generate barcode svg: http://packages.python.org/pybarcode/barcode.html#creating-barcodes-as-svg

no problem of image quality in case.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -