Right to left HTML conversion

Hello,

I tried to convert the attached document with right to left paragraphs in HTML. Looks like all the paragraphs but the first one are exported correctly.

Also, it seems to me the structure of the HTML is not correct for the RTL spans in RTL paragraphs.
They are of the form:
דער

I believe the RTL spans should also be of the form:
דער

This is alse the case for RTL text in LTR paragraphs as you can see in the last paragraph of the attached HTML.

Here is the code I used:

Document d = new Document(@"SRC UTF_8.doc");
HtmlSaveOptions htmlSaveOptions = new HtmlSaveOptions();
htmlSaveOptions.PrettyFormat = true;
htmlSaveOptions.ExportXhtmlTransitional = true;
d.Save(@"SRC UTF_8.html", htmlSaveOptions);

Best regards,

Hello

Thank you for reporting this issue to us. I managed to reproduce it on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

The issues you have found earlier (filed as WORDSNET-4473) have been fixed in this .NET update and this Java update.


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

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan