net.sf.jooreports.tools
Class ConvertDocument

java.lang.Object
  extended bynet.sf.jooreports.tools.ConvertDocument

public class ConvertDocument
extends Object

Command line tool to convert a document into a different format. Formats are guessed from file extensions.


Constructor Summary
ConvertDocument()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertDocument

public ConvertDocument()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception