-
Hello:
Im needd write a latin characters in a pdf, but the
resulting pdf show another characters.
The code sample is:
import piddlePDF
import piddle
reporte = piddlePDF.PDFCanvas ( )
usuario="RamÃrez"
reporte.drawString ( "Usuario: " + usuario, 6030
piddle.Font ( face = "times", bold
= 1,size = 10 ) )
reporte.save ( file = "prueba.pdf" )
The resulting...
2006-06-23 14:33:06 UTC by nobody
-
I had to make these changes to piddle in order to get
graphite 0.68 to work correctly. See the graphite
project patch page at:
https://sourceforge.net/projects/graphite/)
2005-09-27 04:25:37 UTC by michaelward
-
Logged In: YES
user_id=1971
Next Action:
This should be trivial fix. Just take off an extra letter
if it's a unicode string. (piddlePDF.py , _escape() line 251)
2005-09-25 16:55:57 UTC by sabren
-
Logged In: YES
user_id=1971
Next Action:
duplicate the bug with current piddle/sping/PIL.
2005-09-25 16:50:39 UTC by sabren
-
Logged In: YES
user_id=1971
Next action:
duplicate the bug with current piddle/sping/PIL.
2005-09-25 16:49:25 UTC by sabren
-
Logged In: YES
user_id=1971
Next action:
duplicate the bug with current piddle/sping.
2005-09-25 16:48:10 UTC by sabren
-
Logged In: YES
user_id=1971
next action:
duplicate the bug with current piddle/sping.
2005-09-25 16:47:17 UTC by sabren
-
Logged In: YES
user_id=1971
Next action:
user poll: determine whether piddleVCR ought to support
image data. If so, open a new ticket.
Meanwhile, verify that the test now passes.
2005-09-25 16:44:52 UTC by sabren
-
Logged In: YES
user_id=1971
Next action:
verify that the fix clee mentions is working
if so, close this ticket...
2005-09-25 16:41:15 UTC by sabren
-
Logged In: YES
user_id=1971
Next action:
this is most likely a problem with pdfgen.py...
this appears (?) to have evolved independently into
reportlab.
so: investigate the effort involved in migrating this
backend to reportlab.
2005-09-25 16:37:10 UTC by sabren