Will ASPOSE launch an SDK that is compatible with GOLANG?
@Corybyte Unfortunately, we did not test Aspose.Words with GOLANG. Currently Aspose.Words is provided for .NET, Java, Python and C++. Could you please specify which of version you would like to run under GOLANG?
Will ASPOSE adapt GOLANG in the future?
The version I hope to adapt to is GO1.20
@Corybyte Unfortunately, currently there are no plans to provide on-premises version of Aspose.Words for GOLANG in the foreseeable future.
For now, you can use Cloud version of Aspose.Words:
https://docs.aspose.cloud/words/getting-started/supported-platforms/
Can you tell me what the difference is?
@Corybyte On-premises API is a standalone class library, which work locally. Cloud API makes call to our cloud API.
Can it be used without network?
@Corybyte Cloud API requires collection to the network. On-premises API does not require network connection.