If try to convert word to pdf file with multiple file at same time ,what will happen ? it will process one by one or multi-threading or it will convert only last file or it stuck with files.
Once a document is loaded into Aspose.Words’ DOM, you can save it to one file format at a time. However, Aspose.Words does support multi-threading; the only thing you need to make sure is that you always use separate Document instances per each thread. One thread should use one Document object. You can use multi-threading to save a document to different file format at a time.