Document processing is failed on accepting revisions

Hello Team,

Aspose 17.3.0 fails to convert docx file to the html. Please see attached document and StackTrace in attach.
We are using FixedHTML.

Hi Vladyslav,

Thanks for your inquiry. I have tested the scenario using following code snippet with Aspose.Words for .NET 17.3.0 4.0 .NET Framework dll and unable to notice the reported exception. We will appreciate it if you please share a sample console project to replicate the issue at our end, so we will guide you accordingly.

Document doc = new Document("D:/Downloads/MRD_Master-2.docx");
doc.Save("E:/Data/TestAW.html", SaveFormat.HtmlFixed);

Best Regards,

Hi Vladyslav,

Please accept my apologies for misunderstanding your above query. We have again tested your scenario with following code and managed to reproduce the reported issue. We have already noticed same issue in result of another post and logged a ticket WORDSNET-14996 for its rectification. We have linked your post to the issue id and will notify you as soon as it is resolved.

Document doc = new Document("MRD_Master-2.docx");
doc.AcceptAllRevisions();
doc.Save("TestAW.html", SaveFormat.HtmlFixed);

Best Regards,

The issues you have found earlier (filed as WORDSNET-14996) have been fixed in this Aspose.Words for .NET 17.5 update and this Aspose.Words for Java 17.5 update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.