createPDF.fromPS: Create a pdf from a vector of postscript files.

Description Usage Arguments Details

View source: R/createPDF.fromPS.R

Description

Function to create a pdf file from a vector of postscript file names.

Usage

1
createPDF.fromPS(pdfFile, psFiles = NULL, shFile = "runPStoPDF.sh")

Arguments

pdfFile

- path to output pdf file

psFiles

- vector of paths to the input postscript files

shFile

- file name for temporary shell script file (will be deleted when function ends)

Details

This function creates and runs a shell script that uses Ghostscript's gs function. Notes: * The input paths will be quoted internally, so they should not be quoted externally even if they contain spaces.


wStockhausen/wtsGMT documentation built on May 3, 2019, 7:36 p.m.