Hi Frank, > > Of course, there might be something in Acrobat's output which groff > > doesn't parse correctly. To investigate, I really need an example. > > I'll see what I can do. Forgive my reluctance to send the file that I > know does not work.
That's fair enough, but might just a few pertinent lines of the EPS file be sufficient to aid debugging? I'm thinking $ date | groff >foo.ps $ ps2epsi foo.ps $ egrep -n '^%[!%]' foo.epsi 1:%!PS-Adobe-2.0 EPSF-1.2 2:%%Title: 3:%%Creator: groff version 1.18.1 4:%%CreationDate: Thu Oct 18 00:14:54 2007 5:%%For:ralphralph ralph 6:%%Pages: 1 7:%%DocumentFonts: 8:%%BoundingBox: 72 829 203 837 9:%%BeginPreview: 131 8 8 32 42:%%EndImage 43:%%EndPreview 45:%%EndProlog 46:%%Page 1 1 244:%%Trailer 246:%%EOF $ Cheers, Ralph.