On Thu, 2007-10-18 at 00:15 +0100, Ralph Corderoy wrote: > 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 > Here's the (long) output:
$ egrep -n '^%[!%]' figure9-acrobat.eps 1:%!PS-Adobe-3.1 EPSF-3.0 3:%%Title: figure9.pdf 4:%%Creator: Adobe Acrobat 8.0 5:%%For: Administrator 6:%%CreationDate: 10/15/2007, 12:12:48 PM 7:%%BoundingBox: 0 0 536 152 8:%%HiResBoundingBox: 0 0 535.5719 151.2000 9:%%CropBox: 0 0 535.5719 151.2000 10:%%LanguageLevel: 2 11:%%DocumentNeededResources: (atend) 12:%%DocumentSuppliedResources: (atend) 13:%%DocumentNeededFeatures: (atend) 14:%%DocumentSuppliedFeatures: (atend) 15:%%DocumentData: Clean7Bit 16:%%Pages: (atend) 17:%%DocumentProcessColors: 18:%%DocumentCustomColors: (atend) 19:%%EndComments 20:%%BeginDefaults 21:%%ViewingOrientation: 1 0 0 1 22:%%EndDefaults 23:%%BeginProlog 24:%%BeginResource: procset Adobe_AGM_Utils 1.0 0 25:%%Version: 1.0 0 26:%%Copyright: Copyright(C)2000-2003 Adobe Systems, Inc. All Rights Reserved. 641:%%EndResource 642:%%BeginResource: procset Adobe_AGM_Core 2.0 0 643:%%Version: 2.0 0 644:%%Copyright: Copyright(C)1997-2005 Adobe Systems, Inc. All Rights Reserved. 3483:%%EndResource 3484:%%BeginResource: procset Adobe_CoolType_Core 2.31 0 3485:%%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved. 3486:%%Version: 2.31 0 5273:%%EndResource 5275:%%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 5276:%%Copyright: Copyright 1987-2006 Adobe Systems Incorporated. 5277:%%Version: 1.23 0 6329:%%EndResource 6331:%%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0 6332:%%Copyright: Copyright 1987-2004 Adobe Systems Incorporated. 6333:%%Version: 1.0 0 6428:%%EndResource 6430:%%BeginFile: MMFauxFont.prc 6431:%%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. 6432:%%All Rights Reserved. 6639:%%EndFile 6642:%%BeginResource: procset Adobe_AGM_Image 1.0 0 6643:%%Version: 1.0 0 6644:%%Copyright: Copyright(C)2000-2003 Adobe Systems, Inc. All Rights Reserved. 7886:%%EndResource 7888:%%EndProlog 7889:%%BeginSetup 7940:%%EndSetup 7941:%%Page: 1 1 7942:%%EndPageComments 7943:%%BeginPageSetup 7949:%%EndPageSetup 7987:%%BeginBinary: 1 9850:%%EndBinary 9874:%%BeginBinary: 1 12844:%!n&a;8%3q'(g$QXm&(!a)i\$\-Rrt2(HG7n $erI.NWY=rkMjfQrH_:&#e4P0g[Xb.9c.JMA2mo0q>,T 18526:%%EndBinary 18532:%%PageTrailer 18540:%%Trailer 18547:%%Pages: 1 18548:%%DocumentNeededResources: 18549:%%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0 18550:%%+ procset Adobe_CoolType_Utility_T42 1.0 0 18551:%%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 18552:%%+ procset Adobe_CoolType_Core 2.31 0 18553:%%+ procset Adobe_AGM_Core 2.0 0 18554:%%+ procset Adobe_AGM_Utils 1.0 0 18555:%%DocumentNeededFeatures: 18556:%%DocumentSuppliedFeatures: 18557:%%DocumentCustomColors: 18558:%%CMYKCustomColor: 18559:%%RGBCustomColor: 18560:%%EOF $
