Loading fonts problem

2014-08-04 Thread MartinKl
Hello, I have problems with loading fonts and the default fonts are used instead. I´ve generated fonts metrics using TTFReader which is in FOP0.95. Then I paste to our application and configured paths to it. renderer mime=image/png fonts

RE: Loading fonts problem

2014-08-04 Thread A Gian
Hello, it would be easier for people to help you if you provide more information (configuration, fo and output file ). http://xmlgraphics.apache.org/fop/0.95/fonts.html#registerhave some info about font configuration in case you have not seen it already. Thanks in advance Thanasis

Re: Loading fonts problem

2014-08-04 Thread Pascal Sancho
Hi, To prevent FOP from using font cache, you can configure FOP to deactivate it: just add this in your configuration file: use-cachefalse/use-cache Notes: Metric files are deprecated since FOP 1.0. With FOP 0.94 et 0.95, such files were usefull only if you wanted to only reference fonts, not

RE: Loading fonts problem

2014-08-04 Thread MartinKl
Thank you for your response. I am trying to generate PDF/A-1b document using FOP 0.95. I know that the version is very old but it is very hard to upgrade because noone wants to pay for it such amount of money for retesting all templates (Bank). I am struggeling with embedding fonts into pdf

Re: Loading fonts problem

2014-08-04 Thread MartinKl
Hello, thank you for your response. About deactivation font cache. The cache is for fonts which could not be loaded so next time the apache fop wont try to load the due performance issues. When I delete the cache font file and run document generation the cache file is there again with my

Re: Loading fonts problem

2014-08-04 Thread Chris Bowditch
Hi Martin, The preflight warning occurs because the font is only subset, instead of fully embedded. In later FOP versions you can specify embedding-mode=full attribute on the font configuration, but that's not available in FOP v0.95. Thanks, Chris On 04/08/2014 16:55, MartinKl wrote:

Re: Loading fonts problem

2014-08-04 Thread Rob Sargent
Furthermore, the cost of remaining behind the curve is not to be ignored! On 08/04/2014 10:23 AM, Rob Sargent wrote: I've had the pleasure of upgrading from .9x to 1.0 (and beyond) and the only problem I had with the requirement that each cell in a table had an empty block (when of course there

Re: Loading fonts problem

2014-08-04 Thread MartinKl
Ahh that is why it did not work. I thought when FOP 0.95 supports PDF/A-1b it does it with all required things like embedding full fonts. Probably it is old version of fop and ISO rules has changed ??? Is this violation of PDF/A-1b blocker? I mean when it can be problem? Thank you for your

Re: Loading fonts problem

2014-08-04 Thread MartinKl
Of course we would like to upgrade but it is not possible right now because of lack of resources (testers, money,..) and amount of templates which would must be tested. But we are trying to force it. Thank you for your response Great Regards Martin Klapec btw. This explain everything about

Re: Loading fonts problem

2014-08-04 Thread MartinKl
Sorry for not including previous conversation. So how can I embbed all fonts to pdf file? I got it from these resources that it is possible. quote /Note that FOP does not currently support tagged PDF or PDF/A-1a. Support for PDF/A-1b and PDF/X has recently been added, however./