[gs-cvs] rev 8312 - trunk/gs/lib

alexcher at ghostscript.com alexcher at ghostscript.com
Mon Oct 22 20:48:59 PDT 2007


Author: alexcher
Date: 2007-10-22 20:48:59 -0700 (Mon, 22 Oct 2007)
New Revision: 8312

Modified:
   trunk/gs/lib/pdf_main.ps
Log:
Handle yet another type of broken PDF generated by Adobe Acrobat 8.1
that lacks startxref operator. Bug 689413, customer 531.

DIFFERENCES:
None


Modified: trunk/gs/lib/pdf_main.ps
===================================================================
--- trunk/gs/lib/pdf_main.ps	2007-10-22 23:43:45 UTC (rev 8311)
+++ trunk/gs/lib/pdf_main.ps	2007-10-23 03:48:59 UTC (rev 8312)
@@ -227,6 +227,7 @@
   /R { /resolveR cvx 3 packedarray cvx } bind	% see Objects below
   /startxref /exit load
   /startref /exit load	% Some application (unknown) misspells startxref
+  /xref /exit load  % Adobe Acrobat 8.1 drops startxref in hybrid files.
 .dicttomark readonly def
 
 % Because of EOL conversion, lines with fixed contents might be followed



More information about the gs-cvs mailing list