Re: [docbook-apps] How do I embed fonts in a PDF?

2007-09-23 Thread Bob Stayton
] How do I embed fonts in a PDF? Thanks Bob ... So on my command line I could do something like this ... $ xsltproc --output MY.fo \ --stringparam fop.extensions 1 \ --stringparam ulink.footnotes 1 \ --stringparam embed-url 1 \ --stringparam admon.graphics 1 ./style_pdf.xsl ideal_bartender_g.xml

Re: [docbook-apps] How do I embed fonts in a PDF?

2007-09-23 Thread Sheldon Plankton
Thank Bob! I got it figured out after reading the FOP documentation you pointed me to. In-case anyone is reading this email because they had the same question I had they should look in another thread I started with subject line: Generating font metricss file for Helvetica-Bold, Helvetica and

Re: [docbook-apps] How do I embed fonts in a PDF?

2007-09-17 Thread Bob Stayton
Embedding of fonts is something that the XSL-FO processor does, not the stylesheet. You will need to look at the documentation for the XSL-FO processor. If you are using FOP, you can start here: http://xmlgraphics.apache.org/fop/0.93/fonts.html#embedding Font embedding can be done as a

Re: [docbook-apps] How do I embed fonts in a PDF?

2007-09-17 Thread Sheldon Plankton
Thanks Bob ... So on my command line I could do something like this ... $ xsltproc --output MY.fo \ --stringparam fop.extensions 1 \ --stringparam ulink.footnotes 1 \ --stringparam embed-url 1 \ --stringparam admon.graphics 1 ./style_pdf.xsl ideal_bartender_g.xml ... right? Or do I need

Re: [docbook-apps] How do I embed fonts in a PDF?

2007-09-15 Thread Sheldon Plankton
Thanks Jacques ... can you point me to that XEP example ... BTW what's XEP? :) On 9/15/07, Jacques Foucry [EMAIL PROTECTED] wrote: On 15 sept. 07, at 23:12, Sheldon Plankton wrote: ... what are they talking about and what can I do in my custom style sheet to fix it? Had a look to this

Re: [docbook-apps] How do I embed fonts in a PDF?

2007-09-15 Thread Jacques Foucry
On 15 sept. 07, at 23:26, Sheldon Plankton wrote: Thanks Jacques ... can you point me to that XEP example ... BTW what's XEP? :) XEP is another xslt-fo processor (not free) like FOP. The sample is that : font-family name=Palatino embed=true ligatures=#xFB00; #xFB01; #xFB02; #xFB03;