Function pdfshrink::gs_command[][src]

pub fn gs_command<P, Q>(inpath: P, outpath: Q) -> Command where
    P: AsRef<Path>,
    Q: AsRef<Path>, 

Ghostscript command to shrink inpath and write to outpath.

This command requires Ghostscript installed as a program gs.