Document conversion API with multithreading support

Can you please confirm that GroupDcos.Conversion component is completely thread-safe and that we can use it in web service scenarios with multiple concurrent users accessing the component in the same application domain and process?

@SwdS_User,

Thank you for your inquiry.

Please note that if conversion handler is instantiated in each thread where it is needed, there will be no issue. Instantiation of the conversion handler is lightweight and fast.
So, in this way GroupDocs.Conversion is completely thread-safe.