Reportlab and Barcodes

Damjan gdamjan at gmail.com
Wed Feb 9 21:01:15 EST 2005


> One of the users on the Reportlabs mailing list was kinda enough to
> offer me the solution.. A simple call to the drawOn function, e.g.:
> 
> bc = code39.Standard39("123",xdim = .015*inch)

whats code39 in this example?

> x = 6*inch
> y = -5*inch
> bc.drawOn(canvas,x,y)

-- 
damjan



More information about the Python-list mailing list