.doc and PDFCreator in Multi-threading
Submitted by marceloshb on Wed, 2008-03-12 19:33.
Hi.
Does someone know if I can use PDFCreator to print MS Word .doc files using multi-threads?
If so, how can I do this?
Thanks.
Hi.
Does someone know if I can use PDFCreator to print MS Word .doc files using multi-threads?
If so, how can I do this?
Thanks.
I have already done it by myself.
I start a lot of threads and each thread open a MS Word instance, open a doc file and print it.
However, this process is not a really multi-thread because PDFCreator generates a queue and prints each file one by one.