Embedding Fonts
Posted: Thu Apr 14, 2005 6:41 pm
Hello
I have a problem with a font (HelveticaNeue Roman). I'm using FOP and Cocoon. On my machine i can create the PDF and the font is also correct. But when i save the PDF file and open it on another machine i get an error message "unable to find/create the font HelveticaNeue Roman)" and the characters are shown as "dots".
The appropriate part of my config file is:
Is there a possibility to embed a font completly into the pdf document so that it is correct shown on another machine which don't have installed the font?
Thanks!!
I have a problem with a font (HelveticaNeue Roman). I'm using FOP and Cocoon. On my machine i can create the PDF and the font is also correct. But when i save the PDF file and open it on another machine i get an error message "unable to find/create the font HelveticaNeue Roman)" and the characters are shown as "dots".

The appropriate part of my config file is:
Code: Select all
<font metrics-file="C:/Programme/Tomcat/webapps/cocoon/fop-fonts/HLR_____.PFM.xml" kerning="yes" embed-file="C:/PSFONTS/PFM/HLR_____.PFM">
<font-triplet name="HelveticaRoman" style="normal" weight="normal"/>
</font>
Thanks!!