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]

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] Temp

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... ) 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 that loo

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

2006-01-06 Thread Florent Georges
"J.Pietschmann" wrote: > /[EMAIL PROTECTED] Temporary hack to compile, improve later */ > return new java.net.URL(uri).openStream(); > Don't expect a quick fix,Getting the necessary information > for resolving relative URLs at this point will need some > work. Ok, thanks for pointing this out.

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 inf

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

2006-01-06 Thread J.Pietschmann
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 hack to compile, improve later */ return new ja

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: I got the following: pdf.Failed to embed fontfile: ../fonts/arial.ttf(URI could not be resolved (no protocol: ../fonts/arial.ttf): ../font