Hi,
I wrote a java program to generate my company's client monthly statement and all other reports. The only problem is calling the pdflatex.exe process for each statement is quite slow. Even I use 4-6 threads to run the job, it still need couple hours for thousands of client statements. Is there any way to speed up the compiling time? is it possible to compile multiple similar files at one time to save some time?
Thanks,
art