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

From
Sheldon Plankton <>
Date
2007-09-18T04:03:46+00:00
ID
Thread
Re: [docbook-apps] 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

... right?  Or do I need to set embed-url to some like
file://somepath/that/Ihave/no/clue/somefontfile

Thanks again.

On 9/17/07, Bob Stayton <> wrote:
> 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 post-processing step too.  If you have
> Acrobat Standard, you can use Save As and select PostScript, then use
> Acrobat Distiller to open the PostScript file and save it as PDF again,
> this time specifying that all fonts should be embedded.  That isn't
> something you want to do very often, though.
>
> Bob Stayton
> Sagehill Enterprises
> DocBook Consulting
> 
>
>
> ----- Original Message -----
> From: "Sheldon Plankton" <>
> To: <>
> Sent: Saturday, September 15, 2007 2:12 PM
> Subject: [docbook-apps] How do I embed fonts in a PDF?
>
>
> > Hi,
> >
> > I generated my PDF book with docbook and tried to upload it to lulu.com.
> > Lulu.com reject my upload stating that ...
> >
> >
> > Your document could not be created: This font is not embedded:
> > Helvetica-Bold ( How do I embed fonts?) This font is not embedded:
> > Helvetica ( How do I embed fonts?)
> > This font is not embedded: Times-Roman ( How do I embed fonts?)
> >
> > ... what are they talking about and what can I do in my custom style
> > sheet to fix it?
> >
> > Thank you.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: 
> > For additional commands, e-mail: 
> >
> >
> >
>
>
>