Printing Barcodes from webapp?

Fredrik Lundh fredrik at pythonware.com
Sat Dec 2 07:35:01 EST 2006


Burhan wrote:

>   Is there an easy way to generate barcodes using Python -- considering
> the application will be printing to a printer at the client's machine?

here are some barcode generators for Python:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/426069
http://www.cgpp.com/bookland/
http://www.reportlab.org (see the graphics.barcode subpackage)

</F>




More information about the Python-list mailing list