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

alexcher at ghostscript.com alexcher at ghostscript.com
Wed Jun 27 16:19:42 PDT 2007


Author: alexcher
Date: 2007-06-27 16:19:42 -0700 (Wed, 27 Jun 2007)
New Revision: 8082

Modified:
   trunk/gs/lib/pdf_main.ps
Log:
Lower the PDF version searched for transparency features to 1.2 to handle
broken PDF files generated by SPIRIT 14.22. Bug 689288, customer 850.


Modified: trunk/gs/lib/pdf_main.ps
===================================================================
--- trunk/gs/lib/pdf_main.ps	2007-06-27 16:48:22 UTC (rev 8081)
+++ trunk/gs/lib/pdf_main.ps	2007-06-27 23:19:42 UTC (rev 8082)
@@ -1464,8 +1464,8 @@
 
 % Define minimum PDF version for checking for transparency features.
 % Transparency is a 1.4 feature however we have seen files that claimed
-% to be PDF 1.3 with transparency features.
-/PDFtransparencyversion 1.3 def
+% to be PDF 1.2 with transparency features. Bug 689288.
+/PDFtransparencyversion 1.2 def
 
 % Determine whether a page might invoke any transparency features:
 %	- Non-default BM, ca, CA, or SMask in an ExtGState



More information about the gs-cvs mailing list