We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you put images inside the labels instead of just the background image?
The text was updated successfully, but these errors were encountered:
@bcbnz: Anyone there?
Sorry, something went wrong.
Try reportlab.graphics.shapes.Image and then add using .add as usual
.add
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
path
PIL
@smsaladi & @xvxieweilai & @r89m: Thanks for your help! I will try it very soon!
No branches or pull requests
How do you put images inside the labels instead of just the background image?
The text was updated successfully, but these errors were encountered: