RTL issue in Arabic Word document to HTML conversion through Aspose Word for Java

Hi,

We are trying to convert an Arabic Word Document to HTML using the below Aspose Word for Java code. The converted HTML does not have the RTL applied which is available in the word document. Kindly provide your support in fixing this issue.

Sample Document.zip (27.7 KB)

Document doc = new Document(dataDir + filename);

HtmlSaveOptions saveOptions = new HtmlSaveOptions();
saveOptions.setSaveFormat(SaveFormat.HTML);
// Configure the options to exclude hyperlinks
saveOptions.setExportRelativeFontSize(false); 
saveOptions.setExportPageMargins(false); 
saveOptions.setExportPageSetup(false); 
saveOptions.setExportImagesAsBase64(true); 
doc.save(exportDataDir + filename.substring(0, filename.indexOf(".doc")) + ".html", saveOptions);

@rakeshramesh
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-27911

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as WORDSNET-27911) have been fixed in this Aspose.Words for Java 25.3 update.