Re: PDF with nonLatin-1 characters

2006-07-13 Thread per9000
Stefan Behnel wrote: > victor wrote: > > I want to generate a report and the PDF fits perfectly. Though there is > > an issue of using different encoding in the doc. I tried PyPS with no > > success. I need a lib that can make PDFs with an arbitrary set of fonts > > (possibly embed them into the do

Re: PDF with nonLatin-1 characters

2006-07-12 Thread Stefan Behnel
victor wrote: > I want to generate a report and the PDF fits perfectly. Though there is > an issue of using different encoding in the doc. I tried PyPS with no > success. I need a lib that can make PDFs with an arbitrary set of fonts > (possibly embed them into the document). What would you suggest

Re: PDF with nonLatin-1 characters

2006-07-12 Thread Nick Vatamaniuc
victor, Have you tried Reportlab ( http://www.reportlab.org/rl_toolkit.html )? That sounds like what you might need. -Nick Vatamaniuc victor wrote: > I want to generate a report and the PDF fits perfectly. Though there is > an issue of using different encoding in the doc. I tried PyPS with no >

PDF with nonLatin-1 characters

2006-07-12 Thread victor
I want to generate a report and the PDF fits perfectly. Though there is an issue of using different encoding in the doc. I tried PyPS with no success. I need a lib that can make PDFs with an arbitrary set of fonts (possibly embed them into the document). What would you suggest? -- http://mail.