FOP and threading

2005-12-16 Thread David P. Nesbitt
It is possible to have separate configurations of FOP running within the same JVM? I am using the following to configure FOP: new org.apache.fop.apps.Options(userConfigFile); But I would like to have more than one configuration used within the same application server. Regards, Dave __

Re: Type 1 Font Embedding

2005-12-16 Thread Paul
On 12/16/05, Jeremias Maerki <[EMAIL PROTECTED]> wrote: > Ok, then lulu.com doesn't respect the PDF standard. I haven't tried but > maybe you could work around that (really strange) problem by changing > the font-name value in the XML font metrics file to a different name, > like "MyTimes-Roman" in

Re: Type 1 Font Embedding

2005-12-16 Thread Jeremias Maerki
Ok, then lulu.com doesn't respect the PDF standard. I haven't tried but maybe you could work around that (really strange) problem by changing the font-name value in the XML font metrics file to a different name, like "MyTimes-Roman" instead of "Times". In your FO document and in the userconfig.xml

Re: Type 1 Font Embedding

2005-12-16 Thread Paul
On 12/16/05, Jeremias Maerki <[EMAIL PROTECTED]> wrote: > You don't need to embed Times-Roman because that font is covered by the > Base-14 font package that is perscribed by the PDF standard. The fonts > "Times", "Helvetica", "Courier", "ZapfDingbats" and "Symbol" can always > be considered presen

Re: Anyone use Ivy to configure FOP?

2005-12-16 Thread Clifton Craig
Jeremias, Thanx. I think I figured it out. There was an FOP specific version of batik on the repos. getting the version was a little tricky but I got it running now. Thanx. -- Clifton C. Craig, Software Engineer [EMAIL PROTECTED] On Wednesday 14 December 2005 3:38 pm, Jeremias Maerki wrote: >