RE: PFM font embedding problems.

2002-11-13 Thread Dennis Myrén
>HI >IIRC try to use *.pfb files in embed-file="..." >cu Torsten Jippi! I tried to embed the PFB file instead, and it worked! Thank you all for all your help. Whenever I can help you folks, I will. There is just one more thing, not very important, byt for my current project, actually it is impor

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
*Smack* Of course! Thanks for spotting it. Still doesn't explain why it still doesn't work when he removes the embed-file attribute. Dennis, would you try to use an URL instead of a filename for the metrics-file attribute? I always use URLs and I've never had problems, yet. On Wed, 13 Nov 2002 1

RE: PFM font embedding problems.

2002-11-13 Thread Torsten Erler
HI IIRC try to use *.pfb files in embed-file="..." cu Torsten <>

RE: PFM font embedding problems.

2002-11-13 Thread Dennis Myrén
The following font information displays when choosing File->Document Properties->Fonts... in Adobe Actrobat Reader 5.0: Original Font: StandardGroteskBSK-Regular Type: Type 1 Encoding: Windows Actual Font:StandardGroteskBSK-Regular Type: Type

RE: PFM font embedding problems.

2002-11-13 Thread Dennis Myrén
>Does Acrobat open the PDF without problems if you don't embed the font >(remove embed-file attribute)? >Jeremias Maerki When removing the the embed-file attributes in the userconfig.xml file, i get this error: (..) [DEBUG] setting up fonts [ERROR] Failed to read font metrics file C:\Inetpub\ww

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
Does Acrobat open the PDF without problems if you don't embed the font (remove embed-file attribute)? On Wed, 13 Nov 2002 11:08:09 +0100 Dennis Myrén wrote: > Thank You for all help so far, with my PFM font embedding problem. > I am very thankful. > > My implementation in the userconfig.xml file

RE: PFM font embedding problems.

2002-11-13 Thread Dennis Myrén
>Step-by-step instructions described at >http://xml.apache.org/fop/fonts.html, but looks like you know it >already. Show us the font definition in your userconfig.xml and check if >FOP complains about anything in a debug trace. >Oleg Tkachenko >eXperanto team >Multiconn Technologies, Israel Hi

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
Dennis, an addition to Oleg's answer: I've posted a checklist a while ago that describes how to tweak the values in the XML font metric file generated by the PFM Reader. Yes, sometimes it's necessary to alter the generated file. That will change when we have an AFM and an improved PFB parser. htt

Re: PFM font embedding problems.

2002-11-12 Thread Oleg Tkachenko
Dennis MyrÃn wrote: I am with joy using the FOP processor to generate PDF documents from XSL FO documents. I now have to embed a third party Postscript based font(a PFM file). I have experienced problems with this embedding inside the PDF document. Could someone give me a deep explanation on how to