packages feed

xournal-convert-0.1: lib/Application/XournalConvert/Command.hs

module Application.XournalConvert.Command where

import Application.XournalConvert.ProgType
import Application.XournalConvert.Job

commandLineProcess :: Xournal_convert -> IO ()
commandLineProcess Test = do 
  putStrLn "test called"
  startJob
commandLineProcess (MakeSVG fname mdest) = do 
  putStrLn "makeSVG is called"
  startMakeSVG fname mdest