Skip to main content
Participating Frequently
February 5, 2009
Question

Cfdocument and fonts.

  • February 5, 2009
  • 11 replies
  • 3207 views
I am trying to get ColdFusion to use our Frutiger Roman fonts which are in a PFM format.

The windows 2003 server sees them fine and the fonts work in all windows software on the server but they do not show up when publishing a PDF from cfdocument. Any ideas anyone?

I tried adding them to the cffont.properties document but got the error message...

The cause of this exception was that: coldfusion.document.spi.DocumentExportException: coldfusion.document.DocumentFontException: An exception occurred when reading the font file c:\windows\fonts\FrutiR94.pfm The cause of this exception was that: java.awt.FontFormatException: Unsupported sfnt C:\WINDOWS\TEMP\xxx.tmp
This topic has been closed for replies.

11 replies

Inspiring
February 5, 2009
Amplicon wrote:
> I am trying to get ColdFusion to use our Frutiger Roman fonts which are in a
> PFM format.

did you register the fonts w/the server (if they're not in the OS usual location
such as c:\windows\fonts) via cfadmin? did you embed the fonts in the doc?