[reportlab-users] The <img/> tag

Roberto Alsina ralsina at netmanagers.com.ar
Tue Aug 26 22:33:54 EDT 2008


Using reportlab 2.1, the <img/> tag mentioned in the docs seems to do nothing, but using SVN trunk it works. Is that a known
issue?

Here's the flowables I am generating (sorry, I can't give you python code for them, they are created from rst source):

[Paragraph(
'style'
<ParagraphStyle 'bodytext'>
'bulletText'
None
'text'
'Here you should see a biohazard symbol: <img src="images/biohazard.png" />'
'encoding'
'utf8'
'caseSensitive'
1
'debug'
0
'frags'
[ParaFrag(
'fontName'
'Helvetica'
'sub'
0
'text'
'Here you should see a biohazard symbol: '
'rise'
0
'greek'
0
'link'
None
'italic'
0
'strike'
0
'fontSize'
8
'textColor'
Color(0,0,0)
'super'
0
'underline'
0
'bold'
0
) #ParaFrag]
) #Paragraph]


--
("\''/").__..-''"`-. . Roberto Alsina
`9_ 9 ) `-. ( ).`-._.`) KDE Developer (MFCH)
(_Y_.)' ._ ) `._`. " -.-' http://lateral.netmanagers.com.ar
_..`-'_..-_/ /-'_.' The 6,855th most popular site of Slovenia
(l)-'' ((i).' ((!.' according to alexa.com (27/5/2007)

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it. --Brian W. Kernighan


More information about the reportlab-users mailing list