lmhelp <lmbox <at> wanadoo.fr> writes:

> 
> 
> Thank you Jeremias.
> 
> Hi everyone,
> 
> So, I've upgraded to fop-0.95.
> 
> I've added the following line to the ../fop-0.95/conf/fop.xconf file:
>   <directory>C:/Program Files/fop-0.95/fonts_lea/</directory>
> (Maybe this is not the right file to update... ?)
>

1) Did you run 'fop -c ../fop-0.95/conf/fop.xconf FO-file PDF-file'?
If you did and it didn't work, add the <auto-detect> tag:

<fonts>
  <directory>C:/Program Files/fop-0.95/fonts_lea/</directory>
  <auto-detect>
</fonts>

Also, if the font is in C:\Windows\Fonts, then you might not
even need the <directory> tag, as I would imagine that
C:\Windows\Fonts is one of the standard locations checked when
<auto-detect> is enabled.

2) Maybe it does not like the space in "Program Files". Try the
short name instead:

C:/Progra~1/fop-0.95_lea

I don't think that the trailing / is necessary, but don't quote me.
I don't have a trailing / in my fop.xconf.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to