Open shyamalschandra opened 3 years ago
@bcbnz: Anyone there?
Try reportlab.graphics.shapes.Image and then add using .add
as usual
for base examples use: label.add(shapes.Image(0, 40, width=60, height=80, path='temp.jpg'))
path
can also be a PIL
image object
@smsaladi & @xvxieweilai & @r89m: Thanks for your help! I will try it very soon!
How do you put images inside the labels instead of just the background image?