[XeTeX] Font problem with publisher --- help!!!

Nicolas Vaughan nivaca at gmail.com
Sat Sep 12 02:34:28 CEST 2009


Thanks for the tip.
Is this a script? Should I call it from the command line?
Best,
Nicolas

On Fri, Sep 11, 2009 at 5:37 PM, Karl Berry <karl at freefriends.org> wrote:

>    I had two possible solutions: to re-embed all fonts in the drawings,
>
> This has nothing to with xetex, but anyway, every publisher I've dealt
> with insists on fully-embedded PDFs, which is reasonable.  And I do it
> using Ghostscript:
>
> infile=foo.ps # or .pdf
> outfile=foo.pdf
> gs \
>   -q -dNOPAUSE -dBATCH \
>   -dEmbedAllFonts -dPDFX=true \
>   -sDEVICE=pdfwrite \
>   -sOutputFile="$outfile" -c .setpdfwrite \
>   -f "$infile" quit.ps
>
> FWIW ...
>
> karl
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/xetex/attachments/20090911/9745c8f2/attachment.html>


More information about the XeTeX mailing list