> -----Original Message----- > From: Robert Blank [mailto:[EMAIL PROTECTED] > > i try to generate a PDF via FOP (0.20.5). > I wanted to have special Chars like ϒ Ç&<≤>β® α in my PDF, > but only some work with Arial of the "Base-14 Fonts". So i > tried to generate a TrueType Font Metrics with FOP. If I use > "-enc ansi" while generating the metric file and embed it > into the PDF everything looks fine, but it is not possible to > copy any text form the PDF - I just get squares. > If i do not use "-enc ansi" most special Chars are not > displayed the right way - just a # in PDF, but I can copy the text. > > Is there a solution to get both working at the same time?
Hi Robert, This is a known issue, still in FOP 0.92b. See this Jeremias'answer about fixing it [1]. If it is not yet fixed in Trunk, the only workaround I can imagine is to use a type 1 font... If it is, you should probaly either use TTFreader from trunk, or upgrade your FOP engine. [1] http://marc.theaimsgroup.com/?l=fop-user&m=114534579131078&w=2 Pascal
