Hi Team,
We are actively using your Aspos.pdf license for our organization tool to do manipulation on PDF files
The name of license till august was “Aspose.Pdf.lic” and when we renewed it again it came as “Aspose.PDF.NET.lic” now. For this new license, we had to update projects with latest aspos.pdf dll with version “20.10.0.0”.
after new license update, our client started facing issue with "PDF to Excel " conversion for their pdf files which they were able to convert successfully previously without any issue. Hence, we would like to ask whether any limitation has been done on new license or on aspos.pdf dll.
we also tried to debug the issue and i found below line is taking a lot time to convert the pdf file to excel
Aspos.pdf.document inputPdfDocument = new Document(new MemoryStream(conversionModel.FileContent))
inputPdfDocument.Save(memStream, excelsave); (this line is taking a lot time ).
It is impacting our clients a lot. Hence, Kindly respond on this as soon as possible.