home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 March / PCWorld_2000-03_cd.bin / Software / Servis / Konvert / kpdf.bi_ / kpdf.bi
Text File  |  1999-01-08  |  1KB  |  38 lines

  1. #Please do not edit, do not modify
  2. #Konvertor internal use only
  3.  
  4. eps<=>pdf
  5.     kpdf -dMaxBitmap=300000000 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER \
  6.       -sOutputFile="%o" -- "%i" -c quit
  7.  
  8. eps<=>ps
  9.     kpdf -dMaxBitmap=300000000 -sDEVICE=pswrite -q -dNOPAUSE -dSAFER \
  10.       -sOutputFile="%o" -- "%i" -c quit
  11.  
  12. gs-color=>
  13.     kpdf -dMaxBitmap=300000000 -sDEVICE=pnmraw -q -dNOPAUSE -dSAFER \
  14.       -dTextAlphaBits=%u -dGraphicsAlphaBits=%u -g%s -r%s %s \
  15.       -sOutputFile="%s" -- "%s" -c quit
  16.  
  17. gs-mono=>
  18.     kpdf -dMaxBitmap=300000000 -sDEVICE=pbmraw -q -dNOPAUSE -dSAFER \
  19.       -dTextAlphaBits=%u -dGraphicsAlphaBits=%u -g%s -r%s %s \
  20.       -sOutputFile="%s" -- "%s" -c quit
  21.  
  22. pdf<=>eps
  23.     kpdf -dMaxBitmap=300000000 -sDEVICE=epswrite -q -dNOPAUSE -dSAFER \
  24.       -sOutputFile="%o" -- "%i" -c quit
  25.  
  26. pdf<=>ps
  27.     kpdf -dMaxBitmap=300000000 -sDEVICE=pswrite -q -dNOPAUSE -dSAFER \
  28.       -sOutputFile="%o" -- "%i" -c quit
  29.  
  30. ps<=>eps
  31.     kpdf -dMaxBitmap=300000000 -sDEVICE=epswrite -q -dNOPAUSE -dSAFER \
  32.       -sOutputFile="%o" -- "%i" -c quit
  33.  
  34. ps<=>pdf
  35.     kpdf -dMaxBitmap=300000000 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER \
  36.       -sOutputFile="%o" -- "%i" -c quit
  37.  
  38.