Hi! I'm trying to write an ISO 8859-7 (greek letters) string into a PDF like this: text = unicode(greek_letters, 'utf-8').encode('iso8859-7') myCanvas.setFont('helvetica', 16) myCanvas.drawCentred String( x, y, text) But I get no greek letters written ... What have I to improove? Thanks for your help! uli