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. Regards Andreas --- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
