Description Usage Arguments Details
View source: R/createPDF.fromPS.R
Function to create a pdf file from a vector of postscript file names.
1 | createPDF.fromPS(pdfFile, psFiles = NULL, shFile = "runPStoPDF.sh")
|
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) |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.