Re: How to use a relative URI in the config file (in 'renderer/fonts/font/@embed-url')

2006-01-07 Thread Manuel Mall
On Sat, 7 Jan 2006 07:52 am, J.Pietschmann wrote: Florent Georges wrote: I have a little trouble to use a relative URI in the FOP config file. FOP 0.91 currently can't deal with relative URLs for embedding. Neat comment in the relevant code: /[EMAIL PROTECTED] Temporary

Re: How to use a relative URI in the config file (in 'renderer/fonts/font/@embed-url')

2006-01-07 Thread J.Pietschmann
Manuel Mall wrote: Have enough of these complaints and fixed it (I hope so at least). Ouch. That was quick! J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to use a relative URI in the config file (in 'renderer/fonts/font/@embed-url')

2006-01-06 Thread Florent Georges
Hi I have a little trouble to use a relative URI in the FOP config file. Here is an excerpt: renderer mime=application/pdf fonts font metrics-url=../fonts/arial.xml embed-url=../fonts/arial.ttf font-triplet name=Arial

Re: How to use a relative URI in the config file (in 'renderer/fonts/font/@embed-url')

2006-01-06 Thread Paul Vinkenoog
Hi all, FOP 0.91 currently can't deal with relative URLs for embedding. Neat comment in the relevant code: /[EMAIL PROTECTED] Temporary hack to compile, improve later */ return new java.net.URL(uri).openStream(); Don't expect a quick fix,Getting the necessary

Re: How to use a relative URI in the config file (in 'renderer/fonts/font/@embed-url')

2006-01-06 Thread Andreas L Delmelle
On Jan 7, 2006, at 02:35, Paul Vinkenoog wrote: ( A bit OT, but anyways... ) snip / I haven't tried 0.91 yet, but in 0.20.5 the above URLs did work as relative (although indeed they shouldn't). Worse: if you left out the //, they didn't work anymore. I have fontBaseDirs for several languages