Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Dec 21st, 2011  |  syntax: None  |  size: 0.34 KB  |  hits: 121  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2. gs      -dNOPAUSE -dBATCH -dSAFER \
  3.         -sDEVICE=pdfwrite \
  4.         -dCompatibilityLevel=1.7 \
  5.         -dPDFSETTINGS=/screen \
  6.         -dColorImageDownsampleType=/Bicubic \
  7.         -dColorImageResolution=72 \
  8.         -dGrayImageDownsampleType=/Bicubic \
  9.         -dGrayImageResolution=72 \
  10.         -dMonoImageDownsampleType=/Bicubic \
  11.         -dMonoImageResolution=72 \
  12.         -sOutputFile=out.pdf \
  13.          $1