home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 March
/
PCWorld_2000-03_cd.bin
/
Software
/
Servis
/
Konvert
/
kpdf.bi_
/
kpdf.bi
Wrap
Text File
|
1999-01-08
|
1KB
|
38 lines
#Please do not edit, do not modify
#Konvertor internal use only
eps<=>pdf
kpdf -dMaxBitmap=300000000 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER \
-sOutputFile="%o" -- "%i" -c quit
eps<=>ps
kpdf -dMaxBitmap=300000000 -sDEVICE=pswrite -q -dNOPAUSE -dSAFER \
-sOutputFile="%o" -- "%i" -c quit
gs-color=>
kpdf -dMaxBitmap=300000000 -sDEVICE=pnmraw -q -dNOPAUSE -dSAFER \
-dTextAlphaBits=%u -dGraphicsAlphaBits=%u -g%s -r%s %s \
-sOutputFile="%s" -- "%s" -c quit
gs-mono=>
kpdf -dMaxBitmap=300000000 -sDEVICE=pbmraw -q -dNOPAUSE -dSAFER \
-dTextAlphaBits=%u -dGraphicsAlphaBits=%u -g%s -r%s %s \
-sOutputFile="%s" -- "%s" -c quit
pdf<=>eps
kpdf -dMaxBitmap=300000000 -sDEVICE=epswrite -q -dNOPAUSE -dSAFER \
-sOutputFile="%o" -- "%i" -c quit
pdf<=>ps
kpdf -dMaxBitmap=300000000 -sDEVICE=pswrite -q -dNOPAUSE -dSAFER \
-sOutputFile="%o" -- "%i" -c quit
ps<=>eps
kpdf -dMaxBitmap=300000000 -sDEVICE=epswrite -q -dNOPAUSE -dSAFER \
-sOutputFile="%o" -- "%i" -c quit
ps<=>pdf
kpdf -dMaxBitmap=300000000 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER \
-sOutputFile="%o" -- "%i" -c quit