The R Project SVN R

Rev

Rev 70779 | Rev 83262 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70779 Rev 74831
Line 48... Line 48...
48
\details{
48
\details{
49
  This by default makes use of \command{qpdf}, available from
49
  This by default makes use of \command{qpdf}, available from
50
  \url{http://qpdf.sourceforge.net/} (including as a Windows binary) and
50
  \url{http://qpdf.sourceforge.net/} (including as a Windows binary) and
51
  included with the CRAN macOS distribution of \R.  If \code{gs_cmd}
51
  included with the CRAN macOS distribution of \R.  If \code{gs_cmd}
52
  is non-empty and \code{gs_quality != "none"}, GhostScript will used
52
  is non-empty and \code{gs_quality != "none"}, GhostScript will used
53
  first, then \command{qpdf} if it is available.  If \code{gs_quality !=
53
  first, then \command{qpdf} if it is available.  If
54
  "none"} and \code{gs_cmd} is \code{""}, an attempt will be made to find a
54
  \code{gs_quality != "none"} and \code{gs_cmd} is \code{""}, an attempt
55
  GhostScript executable.
55
  will be made to find a GhostScript executable.
56
 
56
 
57
  \command{qpdf} and/or \command{gs_cmd} are run on all PDF files found,
57
  \command{qpdf} and/or \command{gs_cmd} are run on all PDF files found,
58
  and those which are reduced in size by at least 10\% and 10Kb are
58
  and those which are reduced in size by at least 10\% and 10Kb are
59
  replaced.
59
  replaced.
60
 
60