comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: embedding fonts in eps files
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: embedding fonts in eps files [message #48729 is a reply to message #48726] Mon, 15 May 2006 03:14 Go to previous message
Maarten[1] is currently offline  Maarten[1]
Messages: 176
Registered: November 2005
Senior Member
Geoff Cureton wrote:
> I just submitted a journal manuscript (to IEEE-TGRS, if that helps), and
> used the IEEE-TGRS graphics file checker to check my encapsulated
> postscript figures (generated using IDL). The checker said that the eps
> files did not have the required fonts "embedded". Does anyone know if the
> embedding of fonts for IDL-generated EPS files is something that can be
> specified within IDL? Anyone had this problem before?

The only fonts IDL can use in eps output (AFAIK) are the base 14
postscript fonts that (at least in pdf) should never be embedded. But,
OK, if the journal insists:

1 - Convert the eps to pdf (epstopdf that comes with TeX distributions
will do just fine).

2 - Now the tricky bit: obtaining an eps file without the fonts:

gs -dNOPAUSE -dNOCACHE -dBATCH -sDEVICE=epswrite \
-sOutputFile=your-output-file.eps \
your-source-file.pdf

(change file-names as needed)

This will replace the fonts with their outlines, and produce an eps
file that is perfectly acceptable (it doesn't rely on external files at
all).

Maarten
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: change the ratio z_axis / x_axis
Next Topic: Re: change the ratio z_axis / x_axis

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 16:02:13 PDT 2025

Total time taken to generate the page: 0.79942 seconds