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

ray at ghostscript.com ray at ghostscript.com
Fri Dec 8 11:31:55 PST 2006


Author: ray
Date: 2006-12-08 11:31:55 -0800 (Fri, 08 Dec 2006)
New Revision: 7470

Modified:
   trunk/gs/lib/pdf_base.ps
Log:
Disable the jpxparmfix at the point of invocation since it causes many
PDF files to fail with /undefined in --run--.


Modified: trunk/gs/lib/pdf_base.ps
===================================================================
--- trunk/gs/lib/pdf_base.ps	2006-12-08 18:27:14 UTC (rev 7469)
+++ trunk/gs/lib/pdf_base.ps	2006-12-08 19:31:55 UTC (rev 7470)
@@ -876,7 +876,7 @@
 % Note that, in general, resolving a stream repositions PDFfile.
 % Clients must save and restore the position of PDFfile themselves.
 /resolvestream {	% <streamdict> <readdata?> resolvestream <stream>
-  jpxparmfix
+  %%%%	DISABLED UNTIL THIS IS FIXED	%%%%	jpxparmfix
   1 index /F knownoget {
 		% This stream is stored on an external file.
     (r) file 3 -1 roll



More information about the gs-cvs mailing list