Transparent png
Arkadi Colson <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Organization | Smartbit bvba |
| Message-ID | <[email protected]> |
Hi
Does anybody know if it's possible to use tranparent png images with the
code below:
self.data[x][y] = Paragraph(
'<img src="' + filename + '"
valign="middle"/>', style=self.style_def)
Thx!