I tried to create PDF document and embed Times New roman font (because I need some character from ISO-8859-2 codepage).
I included Times New Roman into configuration as follows <font metrics-file="times.xml" kerning="yes" embed-url="times.ttf"> <font-triplet name="Times" style="normal" weight="normal"/> In XML-FO I have: <fo:inline font-family="Times Roman, serif" font-size="12.0pt">Zawarta w dniu #datazawarcia# między wszystkimi a wszystkimi, że nie będzie nigdy niczego i nigdzie. Tak nam dopomóż Krzysztof Kononowicz.</fo:inline> FOP executes without errors, pdf file is created, but acrobat reader (Windows or Linux version) crashes with message: There was an error processing a page. There was a problem reading this document (135). xpdf from Linux displays document correctly. If I remove from configuration this particular font (but still embed others), acroread can read document. Do anyone know solution or maybe right questions to ask? ----- I'm using FOP 0,93 java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxia32142-20060824 (SR6) (JIT enabled: jitc)) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
