Multithreading and transformation estimated time

Hi,

Is Aspose.Words fully multithreaded?
Is there estimated time for transforming word document into pdf?

Thanks

Mark

Hi Comrach,


Thanks for your inquiry.
marek.l.gaska:
Is Aspose.Words fully multithreaded?

Aspose.Words is multithread safe as long as only one thread works on a document at a time. It is a typical scenario to have one thread working on one document. Different threads can safely work on different documents at the same time. Moreover, the Document objects are independent of each other and as long as only one thread at a time is allowed to modify a document (a typical requirement for any collection class).
marek.l.gaska:
Is there estimated time for transforming word document into pdf?
The estimated time for transforming word document into pdf depends on the complexity of document. The document needs to be held wholly in memory. Therefore, memory and CPU usage are also dependent on document size and document complexity. For more information, please go through the documentation below:
http://www.aspose.com/docs/display/wordsjava/Home

Please let us know if you have any more queries.

Hello Thair,

In this case, I will look at the documentation and ask one of my developers to do some tests on trial version.
Thank you very much for quick response!

Regards

Hi Comrach,


Thanks for your feedback. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.