Re: code 128 or code 39 barcode generation

2011-06-07 Thread Thomas Turner
see https://code.djangoproject.com/wiki/Barcodes On Apr 18, 7:12 pm, Steven L Smith wrote: > There's a great wrapper you can use to generate these in PIL using a > postscript library.http://pypi.python.org/pypi/elaphe/ > > I did something similar with pyqrnative to generate QR Codes for a > confe

Re: code 128 or code 39 barcode generation

2011-04-18 Thread Steven L Smith
There's a great wrapper you can use to generate these in PIL using a postscript library. http://pypi.python.org/pypi/elaphe/ I did something similar with pyqrnative to generate QR Codes for a conference, basically just create a URL that wraps the output of the library in an HTTPResponse. On Apr

code 128 or code 39 barcode generation

2011-04-18 Thread Bobby Roberts
anyone know if there is a django module to generate code 128 or 39 barcodes for printing out on a webpage? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from th