On Thu, 25 Jan 2001, Anna H.Pryor wrote:

> dvips: ! premature end of file in binary section.

I have no idea what's the problem. You could try look what the EPS file
looks like--but if you don't know what it _should_ look like, then it's
of little help. One question though, are the EPS files ASCII or do they
have lots of unprintable characters (you may view the file with
less; unprintable characters are shown as <XX> where XX is some
hexadecimal number).

Maybe the EPS files are in MS-DOS format--ie, the lines end in CR/LF pair
while lines on Unix end on only LF (and lines on Mac end on only CR!). If
this is the case, try converting the files to Unix using
dos2unix, recode, or similar utility.

You could also try processing the EPS files with "ps2epsi" command and see
if they work then.

Reply via email to