[reportlab-users] black squares for every newline

dimitri pater dimitri.pater at gmail.com
Tue Nov 21 18:58:28 EST 2006


Hi,

when I do this (snippet):

bodytext=open('sampletext.txt','r').readlines()

for line in bodytext:
textobject.textLine(line)
c.drawText(textobject)

I use ("Helvetica",12) as the argument for setFont

There are black squares for every newline in the PDF. The
sampletext.txtfile is saved as a UTF-8 file.

I am still new to reportlab (two days now), so I could use some help ;-) I
did not find answers to my question on the web.

Thanks,
Dimitri

--
---
You can't have everything. Where would you put it? -- Steven Wright
---
please visit www.serpia.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://two.pairlist.net/pipermail/reportlab-users/attachments/20061122/25a84254/attachment.html


More information about the reportlab-users mailing list