On 4/13/2011 10:54 AM, Andreas L. Delmelle wrote:
On 13 Apr 2011, at 17:33, Ulrich Mayring wrote:

Hi Ulrich

All I'm doing is replace fop-0.95.jar with fop-1.0.jar and our
application ceases to work.
Just a thought: it might be that the font-cache has also changed slightly 
between the two versions.

Try adding a line to your code like

   fopFactory.getFontManager().setUseCache(false);

If that works, the more permanent solution would be to delete and regenerate 
the font-cache to get everything to work as expected with 1.0.


Hi, Ulrich-

That matches my experience with 1.0. Setting font-base works with metric-url but I've used absolute paths for embed-url.

-Terence Bandoian

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to