[gs-cvs] rev 8516 - trunk/gs/toolbin
alexcher at ghostscript.com
alexcher at ghostscript.com
Sun Feb 3 09:54:23 PST 2008
Author: alexcher
Date: 2008-02-03 09:54:23 -0800 (Sun, 03 Feb 2008)
New Revision: 8516
Modified:
trunk/gs/toolbin/pdf_info.ps
Log:
Modify pdf_info utility to match the changes in PDF interpreter interface.
Bug 689680.
Modified: trunk/gs/toolbin/pdf_info.ps
===================================================================
--- trunk/gs/toolbin/pdf_info.ps 2008-02-01 22:05:51 UTC (rev 8515)
+++ trunk/gs/toolbin/pdf_info.ps 2008-02-03 17:54:23 UTC (rev 8516)
@@ -37,7 +37,7 @@
() =
File dup (r) file runpdfbegin
-/PDFPageCount exch def pop
+/PDFPageCount pdfpagecount def
print ( has ) print PDFPageCount =print ( pages.) =
flush
More information about the gs-cvs
mailing list