Hindi (Devanagari) characters not rendered correctly in pdf using fop 0.95

2010-04-29 Thread ssharma7884
Hi all, I am using fop 0.95 to generate PDF documents in Hindi, I am using the unicode font Arial Unicode MS, but all characters are not displayed correctly in the output PDF. The font is refered from C:\WINDOWS\Fonts folder, this is set in the fop.xconf file. I am refering an XML document to

Re: Hindi (Devanagari) characters not rendered correctly in pdf using fop 0.95

2010-04-29 Thread ssharma7884
Hi All, .A little more information, I tried generating the .fo file using the following command : fop -c conf/fop.xconf -xml Account_Statement_Hindi.xml -xsl Acct_Stat.xsl -foout Acct_Stat.fo The .fo file contains the correct text as is present in the XML (from where it is read) (refer

Re: Hindi (Devanagari) characters not rendered correctly in pdf using fop 0.95

2010-04-29 Thread Pascal Sancho
Hi, IIUC, there is some complex shaping mechanism to render Devanagari script (see [1]). Unfortunately, FOP only supports simple character shaping (like latin script). I don't know if somebody has sufficient knowledge in FOP team, so help is welcome. Note that there is similar issue for Arabic,

Re: Hindi (Devanagari) characters not rendered correctly in pdf using fop 0.95

2010-04-29 Thread ssharma7884
Thanks Pascal Sancho.. If anyone has feedback/fix/solution w.r.t. this issue, please share it. Regards, Sachin. Pascal Sancho wrote: Hi, IIUC, there is some complex shaping mechanism to render Devanagari script (see [1]). Unfortunately, FOP only supports simple character shaping

Re: FOP, hypenation. How to compile hyph pattern? my own

2010-04-29 Thread lexa2009
Hi! Thx a lot, i change my pattern file for this (for example) ?xml version=1.0 encoding=UTF-8? !DOCTYPE hyphenation-info SYSTEM hyphenation.dtd hyphenation-info hyphen-min before=2 after=3/ patterns -- +5a a5+ +5b b5+ /patterns /hyphenation-info when i try to compile it( in cmd i go to ant/bin

RE: fox:external-document not showing all pages

2010-04-29 Thread bonekrusher
Thanks John, I double checked and reloaded the files on the PC that its not working and still having the problem. Perhaps the issue lies in the pdf... Any other thoughts? -- View this message in context:

Re: FOP, hypenation. How to compile hyph pattern? my own

2010-04-29 Thread lexa2009
done. now i use it from fop directory but have the same output - C:\fop-0.95ant compile-hyphenation Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\li b\tools.jar Buildfile: C:\fop-0.95\build.xml BUILD FAILED Target compile-hyphenation does not exist in the project

Re: FOP, hypenation. How to compile hyph pattern? my own

2010-04-29 Thread Peter Hancock
Hi, Googling lead me to the suggestion that you need JAVA_HOME to point to the jdk, not the jre. see http://forums.sun.com/thread.jspa?threadID=757039 Pete On Thu, Apr 29, 2010 at 12:08 PM, lexa2009 mename...@gmail.com wrote: done. now i use it from fop directory but have the same output -

Re: FOP, hypenation. How to compile hyph pattern? my own

2010-04-29 Thread lexa2009
hihi, thx. u think problem in this? it is only warning. on some forum i read that it does not metter when create hyph. what must be in build.xml ?? i really do not know what to write in it. Peter Hancock-2 wrote: Hi, Googling lead me to the suggestion that you need JAVA_HOME to point to

RE: fox:external-document not showing all pages

2010-04-29 Thread John Brown
bonekrusher wrote: Thanks John, I double checked and reloaded the files on the PC that its not working and still having the problem. Perhaps the issue lies in the pdf... Any other thoughts? Apart from that, I don't have any ideas. I still believe that the difference must be in the FOP

Re: FOP, hypenation. How to compile hyph pattern? my own

2010-04-29 Thread Simon Pepping
There is indeed nothing wrong with build.xml; target 'compile-hyphenation' is defined. However, your error message says: project null. That is definitely not good, and shows that your ant installation does not work properly. The project is fop, and is also defined in build.xml. In principle you

Re: fox:external-document not showing all pages

2010-04-29 Thread J.Pietschmann
On 29.04.2010 19:31, John Brown wrote: I still believe that the difference must be in the FOP installation on the machines. If you are sure that both machines are using: 1) The same version of FOP [etc.] JRE vendor and version and in some cases even the OS may be relevant too. In particular

RE: fox:external-document not showing all pages

2010-04-29 Thread John Brown
J.Pietschmann wrote: On 29.04.2010 19:31, John Brown wrote: I still believe that the difference must be in the FOP installation on the machines. If you are sure that both machines are using: 1) The same version of FOP [etc.] JRE vendor and version and in some cases even the OS may be