%PDF- %PDF-
Direktori : /www/varak.cloud/img.varak.cloud/img/foto-old/KOKOS04/Další/gs/gs6.50/lib/ |
Current File : /www/varak.cloud/img.varak.cloud/img/foto-old/KOKOS04/Další/gs/gs6.50/lib/ps2epsi.bat |
@echo off @rem $Id: ps2epsi.bat,v 1.3 2000/05/20 20:53:05 lpd Exp $ if "%1"=="" goto usage if "%2"=="" goto usage call gssetgs.bat set infile=%1 set outfile=%2 rem Ghostscript uses %outfile% to define the output file %GSC% -q -dNOPAUSE -dSAFER -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %infile% rem We bracket the actual file with a few commands to help encapsulation echo /InitDictCount countdictstack def gsave save mark newpath > %outfile% rem Append the original onto the preview header copy %outfile% + %infile% echo countdictstack InitDictCount sub { end } repeat >> %outfile% echo cleartomark restore grestore >> %outfile% goto end :usage echo "Usage: ps2epsi <infile.ps> <outfile.epi>" :end