Hello, we have started to evaluate your cloud PPD and Mail services.
But we get the following error in your applications:
Aspose.Pdf.Cloud.Sdk.Client.ApiException: Error calling GetMhtInStorageToPdf: {“RequestId”:“Root=1-60376348-6ed6f615099ef9eb6129c229”,“Error”:{“Code”:“internalError”,“Message”:“Object reference not set to an instance of an object.”,“Description”:“Operation Failed. Internal error.”,“DateTime”:“2021-02-25T08:43:53.0682323Z”,“InnerError”:null}}
at Aspose.Pdf.Cloud.Sdk.Api.PdfApi.GetMhtInStorageToPdfAsyncWithHttpInfo(String srcPath, String storage)
at Aspose.Pdf.Cloud.Sdk.Api.PdfApi.GetMhtInStorageToPdfAsync(String srcPath, String storage)
at AsposeTestEmailAndPdf.Program.UseAsposeCloud(String emlFullPath, String resultsPath) in D:\spikes\AsposeTestEmailAndPdf\AsposeTestEmailAndPdf\Program.cs:line 89
at AsposeTestEmailAndPdf.Program.Main(String[] args) in D:\spikes\AsposeTestEmailAndPdf\AsposeTestEmailAndPdf\Program.cs:line 27
at AsposeTestEmailAndPdf.Program.(String[] args)
The error comes when calling:
var pdfResponseStream = await pdfApi.GetMhtInStorageToPdfAsync(destinationHtmlFile);