Hi there,
I’m trying to convert a PDF file to a DOC file by using the Aspose.Pdf.Cloud.Sdk.Api in .Net. We are facing an issue with waiting for a long time to get the response back from the API.
The first call, PutPdfInRequestToDocAsync method, takes about 47 seconds to respond.
The second call, DeleteFileAsync method, takes about 54 seconds to respond.
For both of these calls, we are using a simple PDF file on one page. During the day today, we also faced a timeout on the API.
We didn’t have this problem before using the same code and file. Can you guys please advise?
Thank you.