hps-0.16: Haskell Postscript

Safe HaskellSafe
LanguageHaskell98

Graphics.PS.Util

Synopsis

Documentation

type Cmd = (String, [String]) Source #

run_cmd :: Cmd -> IO () Source #

eps_to_pdf :: FilePath -> IO () Source #

Run ps2pdf to translate an EPS file to a PDF file.

eps_to_pdf "/tmp/t.0.eps"