m_pdf.Save(“test.xls”, SaveFormat.Excel);
–> when excel open it we got a message file "corrupted"
Hi Stephan,
Thanks for your patience.
I have tested the scenario and I am able to notice the same problem. For the sake of correction, I have logged this problem as PDFNEWNET-36267 in our issue tracking system.
Chabie:
m_pdf.Save(“test.doc”, SaveFormat.Doc);
m_pdf.Save(“test.docx”, SaveFormat.DocX);
–> Same type of message but the word version
I have tested the above stated scenario using Aspose.Pdf for .NET 8.8.0 in VisualStudio 2010 application running over Windows 7(x64) and as per my observations, the PDF to DOC/DOCX conversion process never stops and resultant file is not generated. For the sake of correction, I have separately logged it as PDFNEWNET-36268 in our issue tracking system.
Chabie:
m_pdf.Save(strDestination, SaveFormat.Html);
–> out of memory exception
I have also managed to reproduce OutOfMemoryException during PDF to HTML conversion. I have separately logged it as PDFNEWNET-36269 in our issue tracking system. We will further look into the details of these problems and will keep you updated on the status of correction. Please be patient and spare us little time. We are sorry for this inconvenience.