* src/docgen/PdfDoc.py (add_photo): Encode filename.
svn: r3049
This commit is contained in:
@@ -323,7 +323,7 @@ class PdfDoc(BaseDoc.BaseDoc):
|
||||
act_width = x_cm/ratio
|
||||
|
||||
self.story.append(Spacer(1,0.5*cm))
|
||||
self.story.append(Image(name,act_width*cm,act_height*cm))
|
||||
self.story.append(Image(enc(name),act_width*cm,act_height*cm))
|
||||
self.story.append(Spacer(1,0.5*cm))
|
||||
self.image = 1
|
||||
|
||||
|
Reference in New Issue
Block a user