I will be getting PDF file (PDF file might contain hyperlink or image etc.... ) data in memorystream format in my server(I will not get PDF file path.. I will get only file data in memorystream)... I need to convert this memory stream to DOCX( DOCX data is also in Memorystream format)...
I have used aspose dlls for the above scenario.. But for larger PDF files its giving Array Index Out Of Bounds Exception... and some times process is getting stuck at doc.save...
I have posted my query in Aspose blog aswell... they are also getting same issue in there end Refer this link...
I have checked in the following sites .. but still no luck..
Is there any solution is available for scenario....