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!