Hi
We were getting OutOfMemory Error during DOC to HTML conversion for the attached document.
Please look into this serious issue as soon as possible.
With Regards
Chandrasekar P
Hi
We were getting OutOfMemory Error during DOC to HTML conversion for the attached document.
Please look into this serious issue as soon as possible.
With Regards
Chandrasekar P
Hi
Thanks for your request. I can’t reproduce this problem using the latest version of Aspose.Words. Please try using Aspose.Words v5.1.0. You can download this version from here.
https://releases.aspose.com/words/net
Best regards.
Hi
I thought you know our state, Actually we have purchased the Java version of Aspose.Words.
We were getting this error in Aspose.Words Java 2.4.0.0 version.
Regards
Chandrasekar P
Hi
Thanks for your reporting this to us. I managed to reproduce this problem. I have created new issue #4757 in our defect database.
It seems that there is something wrong with image in your document. As workaround you can use the following code.
Document doc = new Document("Test_OutOfMemory.doc");
doc.getSaveOptions().setHtmlExportScaleImageToShapeSize(false);
doc.save("out.html", SaveFormat.HTML);
Best regards.
The issues you have found earlier (filed as 4757) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by alexey.noskov.