• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

fop multilingual

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am not able to generate multilingual pdf using the above said procedure

can anyone help???

m using following command

FOP -c conf/userconfig.xml -xml Lang.xml -xsl MultiLAng.xsl -pdf MultiLang.pdf

my userconfig.xml file is

<font metrics-file="m-ARIAn.xml" embed-file="C:/m-ARIAn.ttf" kerning="yes">
<font-triplet name="mARIAn" />
<font-triplet name="mARIAn" />
</font>

<font metrics-file="Iqraa.xml" kerning="yes" embed-file="C:/WINNT/Fonts/Iqraa.ttf">
<font-triplet name="Iqraa" style="normal" weight="normal"/>
</font>

'#' is being generated instead of special characters

Shail
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
By any chance did you get a solution to your problem.
If yes please let me know the approach.
I am also having the same issue and not getting a breakthrough in this

Thanks in advance
Sumit
reply
    Bookmark Topic Watch Topic
  • New Topic