Hi I want to convert my file in PDF. Actually I use XMLMind Converter to do this. XMLMind use FOP 0.93.
I have some text with the Font Symbol. I've seen that I have to embed the Symbol font to make it working. (http://xmlgraphics.apache.org/fop/0.94/fonts.html) I've create the XML font metrics file and a configuration file (see below). But I don't know why I still have the # instead of my characters in Symbol font. Thanks for your help Romain My configuration file: <?xml version="1.0"?> <fop version="1.0"> <base>file:/C:/symbol/</base> <renderers> <renderer mime="application/pdf"> <fonts> <font metrics-url="file:///C:/symbol/symbol.xml" kerning="yes" embed-url="file:///C:/symbol/symbol.pfb"> <font-triplet name="Symbol" style="normal" weight="normal"/> <font-triplet name="Symbol" style="italic" weight="bold"/> <font-triplet name="Symbol" style="normal" weight="bold"/> <font-triplet name="Symbol" style="italic" weight="normal"/> </font> </fonts> </renderer> </renderers> </fop> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
