Aspose.total installation on sharepoint

Hi,

We are using Aspose.Total product in our SharePoint application.
We need to know about installation on Production farm as below is the server configuration at our farm.
We have total 7 nos of SharePoint servers.

  • 3 App
  • 2 WFE
  • 2 Search servers

We need to know on which all server we need to install Aspose.Total product using MSI we have.

Thanks,
Payal Shah

Hi Payal,

Thank you for contacting support. We have documented installation steps of each Aspose for SharePoint API. Please refer the these help topics: Install Aspose.Words for SharePoint, Install Aspose.Cells for SharePoint, Install Aspose.Pdf for SharePoint, Install Aspose.Slides for SharePoint, Install Aspose.Email for SharePoint, Install Aspose.BarCode for SharePoint and Install Aspose.Imaging for SharePoint

You can build a custom application using Aspose for .NET APIs in SharePoint. There should be no issue in using Aspose for .NET APIs in the SharePoint. The MSI packages of each Aspose for .NET API copies DLLs only in the installation directory. Please also refer to the steps of applying license for Aspose .NET APIs: Apply License to Aspose.Words for .NET

Please let us know in case of any confusion or questions.

Hi,

We need to install Aspose.Total for .NET on our farm which has below set up:

We have total 7 nos of SharePoint servers.

  • 3 App
  • 2 WFE
  • 2 Search servers

We need help to know where (On which all servers) do we need to install Aspose.Total for .NET software.

Thanks,
Payal Shah

Hi Payal,


Thank you for the inquiry. Please note, the installation of Aspose.Total package will only copy DLLs in the windows installation directory. You can also download a zip archive of the Aspose for .NET DLLs. These DLLs are compiled under the .NET framework. To add the features of Aspose APIs in your SharePoint sites, you will have to build a custom .NET application which will use Aspose DLLs. You might require Aspose API features in all your seven SharePoint servers, but you’ll incorporate this custom .NET application where the actual Aspose API features will be executed. For example, a SharePoint server receives a file conversion request from the user and forward it to another server where the actual conversion feature will be executed, since you’ll incorporate the custom .NET application in the second server. Please let us know in case of any confusion or questions.

Hi,


I am not at all clear with what you are trying to explain with last 2 replies.

One Dev server, we had insalled Aspose.Total for .net using MSi downloaded from Aspose site and then reference was added to custom application which was referring to ASPOSE Api’s in code and it works fine in Dev environment.

Now when we are moving to production, shall we install Aspose.Total for .net with .Msi on just one server or on all the server.

Thanks.
Payal Shah

Hi Payal,


Thank you for the inquiry. It is difficult to answer such questions because it depends on the implementation of custom application. Normally, when you add the reference of Aspose APIs, the .NET applications copy Aspose libraries in its local bin folder. Anyways, if you’re moving custom application to all seven servers, then please also install Aspose.Total for .NET MSI on all seven servers. We hope, things will work on your side.

Thanks

Your information is very helpful for installation