Aspose for Dynamics Online

The issue is because CRM online has sandboxed plugins, it means they have security restrictions and one of those is that it doesn’t allow to use external dlls. In this case The Aspose dlls. Is there an easier way in order to integrate Aspose with CRM online so we can avoid this kind of issue??? …I read something about Aspose in the cloud, is that an alternative way???

Thanks and regards!!

@memox09,

Thanks for your inquiry. Please refer to the following article.
Aspose Words .NET for CRM

If you want to use Aspose.Words for Cloud, please refer to the following article.
Developer Guide

Could you please share the complete detail of your use case? We will then provide you more information about your query.

@memox09
Aspose.Words for .NET cannot be used in Dynamics Online plugins because those plugins have to sandboxed. Aspose Words for Cloud is web-based REST API so it can be used. We have recently released Aspose Words Cloud SDK for .NET as open-source library:

Again, you won’t be able to use it as DLL but you can fork the code into your project.
Hope that helps.