Aspose cloud convert word to odf

Hi Team,

I am creating pdf from word document using convert api.

For smaller files like till 100mb files it’s working fine. But if I send a bigger size file for eg 400 mb word file I am getting error of task cancel. Please help.
Also for 100-150 mb files with images taking lot of time.
Do we have any example for converting bigger file size?

My sample code:

var wordsApi = new WordsApi(“Paste your ClientId here”, “Paste your ClientSecret here”);
var request = new ConvertDocumentRequest();
request.Document = File.OpenRead(“example.doc”);
request.Format = “”;
await wordsApi.ConvertDocument(request);

@vmdmehdi

Please note that we don’t have any document size limitations, but each container(node) has limited memory. Memory consumption also depends upon the file structure, as sometimes a 10MB file can take 1GB in memory while processed, and 100MB can take from 100MB to a huge number. However, if you face any issues with a larger file, then you can share it via some free file sharing service with us for investigation.

Moreover, you can self-host Aspose.Words Cloud using the Docker image and can convert larger files as per your server capability.

Ok thanks, if I use docker image then from where can I get liscence public and private key? For aspose cloud we are using trial version client secret and I’d untill product is ready for MVP.

I file I will try to share.

@vmdmehdi

Please check the self-hosting pricing page for details.