Hello,

I'm just start using fop 0.95 to generate Japanese PDF on Mac OS 10.5.6.
But I can't generate Japanese included PDF.
I now know using configuration file without generating font metrics.
Does I need some font specification on fo file or something?
Or some Mac specific modification?

My cfg.xml is like this.
<renderer mime="application/pdf">
        <fonts>
                <directory recursive="true">/Library/Fonts/</directory>
                <directory recursive="true">/System/Library/Fonts/</directory>
                <directory
recursive="true">/opt/local/share/fonts/</directory>  <- port
installed ttf font and self installed ipa ttf fonts
                <auto-detect/>
        </fonts>
</renderer>

Then I compiled pdf like this.
fop -c ~/.fop/cfg.xml -fo japanese.fo -pdf japanese.pdf

I also tried test-japanese.fo but no good.
http://www.nabble.com/FOP-supports-the-Japanese-characters--td8439175.html#a8439175

Please give some advise.

Akihiro Moriguchi

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to