Re: generating PDFs in non-english

2004-08-11 Thread Nuno Lopes
> > Thanks for your help! > > I was using KOI8 and windows-1251 fonts. That was the problem! > > I've found some free unicode fonts and now they work!! > > > > Thanks, > > Nuno > > Could you provide a link to the free unicode fonts (and how you found > them) for the archives, in case others need th

Re: generating PDFs in non-english

2004-08-11 Thread Clay Leeds
On Aug 11, 2004, at 4:54 AM, Nuno Lopes wrote: Thanks for your help! I was using KOI8 and windows-1251 fonts. That was the problem! I've found some free unicode fonts and now they work!! Thanks, Nuno Could you provide a link to the free unicode fonts (and how you found them) for the archives, in c

Re: generating PDFs in non-english

2004-08-11 Thread Nuno Lopes
> Check the sample userconfig.xml again. Aparet from the missing > enclosing element, all the font-triplet elements inside > a font element are actually aliases for the same font, and must > have different names. > > > The bkkoi8n.xml was generated by FOP. > ^^^ > If the TTF really uses

Re: generating PDFs in non-english

2004-08-10 Thread J.Pietschmann
Nuno Lopes wrote: Check the sample userconfig.xml again. Aparet from the missing enclosing element, all the font-triplet elements inside a font element are actually aliases for the same font, and must have different names. The bkkoi8n.xml was generated by FOP. ^^^ If the TTF

RE: generating PDFs in non-english

2004-08-10 Thread Kearns, Katie
> From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 10, 2004 5:22 AM > To: [EMAIL PROTECTED] > Subject: Re: generating PDFs in non-english > > > Thanks for your help, but now I get an error in FOP: > > $ ../../phpdoc-tools/fop/fop.bat -c fop/ru.cfg

Re: generating PDFs in non-english

2004-08-10 Thread Nuno Lopes
Thanks for your help, but now I get an error in FOP: $ ../../phpdoc-tools/fop/fop.bat -c fop/ru.cfg -fo manual.fo -pdf manual.pdf [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser Exception in thread "main" java.lang.Nul

Re: generating PDFs in non-english

2004-08-09 Thread J.Pietschmann
Nuno Lopes wrote: Do you know where can I get those fonts freely? The common way is to track down an old copy of ARIALUNI.TTF either from a MS Office installation or one of the remaining copies on the net (it is no longer distributed without fee by MS). Other approaches are ordinary web searches h

Re: generating PDFs in non-english

2004-08-09 Thread Nuno Lopes
>> I've checked the FO file and all it has as font-family is: >> sans-serif, serif, monospace. Opening the PDF file, acrobat >> reader says that the used fonts are: Helvetica, Times-Roman >> and Courier (with italics and bolds). >> >> I thought these fonts would support russian chars... Which

RE: generating PDFs in non-english

2004-08-09 Thread Kearns, Katie
> -Original Message- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > I've checked the FO file and all it has as font-family is: > sans-serif, serif, monospace. Opening the PDF file, acrobat > reader says that the used fonts are: Helvetica, Times-Roman > and Courier (with italics and

Re: generating PDFs in non-english

2004-08-09 Thread Nuno Lopes
> > When I open the file I only get #. What am I doing wrong? > > I've tried using FOP directly with XML, and with a FOP file generated by > > xsltproc, but noone works. > > This means that the font-family you are using does not have any glyphs for the > russian code points. It is a FAQ, with

Re: generating PDFs in non-english

2004-08-09 Thread Chris Bowditch
Nuno Lopes wrote: Hello, I was trying to make some PDFs of the PHP manual when I got some problems. The manual is written in docbook and then I have a XSL sheet. I can generate the manual in english, portuguese, french,... but not in russian. Firstly, please post user related questions to the user

Re: generating PDFs in non-english

2004-08-06 Thread Clay Leeds
On Aug 6, 2004, at 10:36 AM, Nuno Lopes wrote: Hello, I was trying to make some PDFs of the PHP manual when I got some problems. The manual is written in docbook and then I have a XSL sheet. I can generate the manual in english, portuguese, french,... but not in russian. When I open the file I o