Aspose.Words.PleaseReportException

Hi,
Please see the attached word file to reproduce the error. The word doc is created by using Aspose.Words according to the bussiness requirement. When I converted this word doc to HTML using the following code, an exception is occured.
**Code

Document doc = new Document(@"C:\AsposeDoc.doc");
doc.Save(@"C:\AsposeHTML.html", SaveFormat.Html);

Exception******
An unhandled exception of type ‘Aspose.Words.PleaseReportException’ occurred in Aspose.Words.dll
Additional information: Exception ‘Expected pad cells only.’ occured in Aspose.Words for .NET 5.2.1.0.
For free technical support, please post this error and the file in the Aspose.Words Forums https://forum.aspose.com/c/words/8.
Please advice,
Thanks and Regards,
Ali

Hello Ali!
Thank you for reporting this.
I have tried on the latest version Aspose.Words 5.2.2 and I cannot reproduce the exception. Recently we fixed an issue that could affect your case. Please try upgrading and let us know whether this helps.
Aspose.Words 5.2.2:
https://releases.aspose.com/words/net
Regards,

thank you viktor