[reportlab-users] Drawing and Canvas (rlbarcode)

Robin Becker robin at reportlab.com
Tue Sep 26 13:14:24 EDT 2006


Armando Roque wrote:
> Hi,
> 
> I'm new Python and reportlab.
> Is possible create barcode with Drawing?
> I try and get error (assertion), my code:
> 
> 
> bolet=Drawing(210*mm,297*mm)
> ...
> story = [I2of5('12345678901234567890123456789012345678901234', xdim = 0.5*mm, checksum=1, bearers=0)]
> 
> frame = Frame(mm, mm, 250*mm, 250*mm, showBoundary=0))
> bolet.add(story, frame)
> 
> I follow example of rlbarcode.
> 
> Anyone can help me?
> 
> Regards,
> 
well without the error it's fairly hard to give advice
-- 
Robin Becker


More information about the reportlab-users mailing list