Skip to content
Prev 5347 / 63424 Next

using bitmap to make a multi-page pdf file results in (PR#909)

On Wed, 11 Apr 2001 Setzer.Woodrow@epamail.epa.gov wrote:

            
It's  Windows-specific and easy to fix: replace

    cmd <- paste(gsexe, " -dNOPAUSE -dBATCH -q -sDEVICE=", type,
                 " -r", res,
                 " -g", ceiling(res*width), "x", ceiling(res*height),
                 " -sOutputFile=", file, " ", tmp, sep="")

by

    cmd <- paste(gsexe, " -dNOPAUSE -dBATCH -q -sDEVICE=", type,
                 " -r", res,
                 " -g", ceiling(res*width), "x", ceiling(res*height),
                 " -sOutputFile=", file, sep="")

Fixed for 1.2.3