Simple batch converter
Brought to you by:
khurshid
This is a simple batch converter java program which can
convert all xml files in a speicfied output directory
uisng aurigadoc and store the output in the specified
directory.
to use the below script.
> install AurigaDoc as mentioned in the installation docs
> add AurigaDoc bin directory to classpath
> add all jar files in AurigaDoc's lib directory to the
classpath
> Compile the atatched file
> Run the attached file like this
java BatchConverter xml-dir-path output-dir-path format
where
xml-dir-path - is the path where the xml files are stored
output-dir-path - is the path where generated output
should be stored
format - if the output format reqd. format can be html,
pdf, ps, rtf, mht
Sample batch converter