If I am using Apose in my Python script to convert a file and store it locally. Does it load the file through an API of Apose or does this happen locally on my machine. My concern is that sensitive information may leave the network and are stored on Aposes severs.
Thanks for your response!
Aspose does not use any API to upload the files and your files are not uploaded to anywhere on the cloud by Aspose. The execution occurs locally and your files stays there.
1 Like
thanks that answers my question.