Re: Generate to PDF file with Reportlab

2009-07-28 Thread Brenton Cleeland
It seems that the issue you're having is most likely with ReportLab, not Django. What version of ReportLab are you using? It has supported unicode since version 2, they are currently at 2.3. Have you tried to create the PDF outside of the Django environment? Also you might want to double check t

Re: Generate to PDF file with Reportlab

2009-07-27 Thread Karen Tracey
On Mon, Jul 27, 2009 at 4:52 AM, veasna bunhor wrote: > Dear all, > > I am working on generating file to PDF. The problem is that it does not > support the Khmer Unicode font. Does any one know why ? and how can i solve > with this? > What is the "it" that "does not support the Khmer Unicode fon

Generate to PDF file with Reportlab

2009-07-27 Thread veasna bunhor
Dear all, I am working on generating file to PDF. The problem is that it does not support the Khmer Unicode font. Does any one know why ? and how can i solve with this? Here is my code: from ahrm.main.models import Employee,Experience,Education,Skill, Company from django.contrib.auth.decorators