Re: PostScript with Unicode fonts

2003-01-31 Thread Jeremias Maerki
On 31.01.2003 15:32:30 Rodolfo M. Raya wrote: > On Fri, 2003-01-31 at 03:23, Jeremias Maerki wrote: > > But be sure to try converting a PDF on > > the Windows Acrobat Reader to PostScript to see if it will work at all. > > The Windows version uses the same code as the Linux version it simply > >

Re: PostScript with Unicode fonts

2003-01-31 Thread Rodolfo M. Raya
On Fri, 2003-01-31 at 03:23, Jeremias Maerki wrote: > > I need to solve this problem soon. If I'm able fix the PS renderer, I > > will contribute all the code. Problem is, I know nothing about the PS > > renderer and how to handle Unicode fonts with it. > > I wouldn't recommend this at the moment

Re: PostScript with Unicode fonts

2003-01-31 Thread Jeremias Maerki
On 31.01.2003 02:19:03 Rodolfo M. Raya wrote: > On Thu, 2003-01-30 at 05:12, Jeremias Maerki wrote: > > > Is there any other tool that can convert PDF to PostScript in Windows? > > > > Win32 port of pdftops from the xpdf package perhaps: > > > > http://sourceforge.net/project/showfiles.php?grou

Re: PostScript with Unicode fonts

2003-01-31 Thread Rodolfo M. Raya
On Thu, 2003-01-30 at 05:12, Jeremias Maerki wrote: > You will have to go with the PDF renderer for now, I'm afraid. OK. > > Is there any other tool that can convert PDF to PostScript in Windows? > > Win32 port of pdftops from the xpdf package perhaps: > > http://sourceforge.net/project/show

Re: PostScript with Unicode fonts

2003-01-30 Thread Jeremias Maerki
On 29.01.2003 19:29:02 Rodolfo M. Raya wrote: > On Wed, 2003-01-29 at 14:41, Jeremias Maerki wrote: > > Hi > > > The Arial font you're talking about is TrueType, right? You can't use > > TrueType fonts with the PostScript renderer, yet. The PostScript > > renderer is not anywhere near the functi

Re: PostScript with Unicode fonts

2003-01-29 Thread Rodolfo M. Raya
On Wed, 2003-01-29 at 14:41, Jeremias Maerki wrote: Hi The Arial font you're talking about is TrueType, right? You can't use TrueType fonts with the PostScript renderer, yet. The PostScript renderer is not anywhere near the functionality the PDF renderer offers. I noticed that you introduced

Re: Adding FONTs to FOP (was PostScript with Unicode fonts)

2003-01-29 Thread Rodolfo M. Raya
On Wed, 2003-01-29 at 14:43, Clay Leeds wrote: Rodolfo M. Raya wrote: > I need to use the PostScript renderer to produce documents with Unicode > text. > > I can generate PDF with Korean text using Arial Unicode font from > Microsoft, but PostScript renderer only supports FOP's built in fon

Re: Adding FONTs to FOP (was PostScript with Unicode fonts)

2003-01-29 Thread Clay Leeds
Rodolfo M. Raya wrote: Hi, I need to use the PostScript renderer to produce documents with Unicode text. I can generate PDF with Korean text using Arial Unicode font from Microsoft, but PostScript renderer only supports FOP's built in fonts. Can I add Arial Unicode to the list of FOP fonts and

Re: PostScript with Unicode fonts

2003-01-29 Thread Jeremias Maerki
The Arial font you're talking about is TrueType, right? You can't use TrueType fonts with the PostScript renderer, yet. The PostScript renderer is not anywhere near the functionality the PDF renderer offers. I suggest you generate PDF files and convert them to PostScript using Acrobat Reader (comm

PostScript with Unicode fonts

2003-01-29 Thread Rodolfo M. Raya
Hi, I need to use the PostScript renderer to produce documents with Unicode text. I can generate PDF with Korean text using Arial Unicode font from Microsoft, but PostScript renderer only supports FOP's built in fonts. Can I add Arial Unicode to the list of FOP fonts and use it from the Post