I am converting an xml into a pdf and found the apache fop, which uses a fop.bat to do the conversion. I am then using Runtime to call the batch file. All works, it just seems awkward. Is there a better way to do this, maybe not call the batch file or anything to make it smoother, increase...