[gs-cvs] rev 7173 - trunk/gs/lib
giles at ghostscript.com
giles at ghostscript.com
Tue Nov 7 11:49:18 PST 2006
Author: giles
Date: 2006-11-07 11:49:18 -0800 (Tue, 07 Nov 2006)
New Revision: 7173
Removed:
trunk/gs/lib/ps2write.bat
Log:
Remove the deprecated ps2write.bat, which does not work. ps2ps2.bat is
the correct script to invoke. Bug 688977.
Deleted: trunk/gs/lib/ps2write.bat
===================================================================
--- trunk/gs/lib/ps2write.bat 2006-11-07 18:52:46 UTC (rev 7172)
+++ trunk/gs/lib/ps2write.bat 2006-11-07 19:49:18 UTC (rev 7173)
@@ -1,18 +0,0 @@
- at rem $Id$
- at rem Converting Postscript 3 or PDF into PostScript 2.
-
-set invoke0=%GSC% -dBATCH -dNOPAUSE -dNOOUTERSAVE -sDEVICE=pdfwrite -sOutputFile=temp.pdf %more_param%
-set invoke1=-c mark /ForOPDFRead true /PreserveHalftoneInfo true /TransferFunctionInfo /Preserve
-set invoke2=/MaxViewerMemorySize 8000000 /CompressPages false /CompressFonts false /ASCII85EncodePages true
-set invoke3=%more_deviceparam% .dicttomark setpagedevice -f %more_param1%
-set invoke=%invoke0% %invoke1% %invoke2% %invoke3%
-
-set procsets=%GS_LIBPATH%opdfread.ps+%GS_LIBPATH%gs_agl.ps+%GS_LIBPATH%gs_mro_e.ps+%GS_LIBPATH%gs_mgl_e.ps
-
-if %jobserver%. == yes. goto s
-%invoke% %1
-goto j
-:s
-%invoke% -c false 0 startjob pop -f - < %1
-:j
-copy /b %procsets%+temp.pdf+%GS_LIBPATH%EndOfTask.ps %2
More information about the gs-cvs
mailing list