Embedding fonts - works from command line FOP but not in Cocoon 2

2002-02-15 Thread Satish_Gunda
Hello, After building metrics file and editing config file, I'm able to embed OCR-B-1 font into a pdf file when I invoke FOP from command line. But when I do this thru Cocoon, the font is being ignored and the default Times New Roman font is being used instead. I have seen messages

Re: Embedding fonts - works from command line FOP but not in Cocoon 2

2002-02-15 Thread Jeremias Maerki
You have to specify your user-config file. Look at the javadocs of org.apache.cocoon.serialization.FOPSerializer. From the javadocs... * The use of a config file for FOP is enabled by adding a configuration * element to the serializer in the sitemap. * user-config

RE: Embedding fonts - works from command line FOP but not in Cocoon 2

2002-02-15 Thread Satish_Gunda
Message- From: Jeremias Maerki [SMTP:[EMAIL PROTECTED]] Sent: Saturday, February 16, 2002 12:04 AM To: [EMAIL PROTECTED] Subject: Re: Embedding fonts - works from command line FOP but not in Cocoon 2 You have to specify your user-config file. Look at the javadocs