Is it possible to use Aspose.Total without an internet connection?

Hello Support,

My team would like to know if Aspose.Total for .NET can be used without an internet connection. We would like to use Aspose in an environment where it may not be possible to connect to the internet.

Thanks

@anguyen1

Yes, Aspose.Total for .NET can be used without an internet connection. After downloading and installing the necessary libraries, you can utilize them in your applications offline. Ensure that you have all required dependencies and licenses set up beforehand.

If you have specific scenarios or functionalities in mind, please let me know!

@anguyen1,

Aspose.Total for .NET is a bundle of on-premise APIs (it includes components/libraries like Aspose.Words, Aspose.Cells, Aspose.PDF, Aspose.Email, Aspose.Slides, Aspose.BarCode, etc.) which can be used entirely offline, and it is designed to work in disconnected, or restricted environments.

Please note:

  • Once the Aspose .NET libraries are downloaded/installed from (Releases | NuGet) properly and licensed (using the license file) in your application, they do not require internet access to function.
  • All processing (reading, writing, rendering, converting, etc.) happens in memory.
  • Aspose libraries do not call home, send telemetry, or rely on cloud services unless you explicitly use cloud APIs (like Aspose Cloud, which is a separate entity)

Let us know if we can be of any further help.